com.vaadin.shared.ui.textfield
Class AbstractTextFieldState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.AbstractFieldState
                  extended by com.vaadin.shared.ui.textfield.AbstractTextFieldState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TextAreaState

public class AbstractTextFieldState
extends AbstractFieldState

See Also:
Serialized Form

Field Summary
 int columns
          Number of visible columns in the TextField.
 java.lang.String inputPrompt
          The prompt to display in an empty field.
 int maxLength
          Maximum character count in text field.
 java.lang.String text
          The text in the field
 
Fields inherited from class com.vaadin.shared.AbstractFieldState
hideErrors, modified, propertyReadOnly, required
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
AbstractTextFieldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxLength

@NoLayout
public int maxLength
Maximum character count in text field.


columns

public int columns
Number of visible columns in the TextField.


inputPrompt

@NoLayout
public java.lang.String inputPrompt
The prompt to display in an empty field. Null when disabled.


text

@NoLayout
public java.lang.String text
The text in the field

Constructor Detail

AbstractTextFieldState

public AbstractTextFieldState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.