Class AbstractTextFieldState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.v7.shared.AbstractLegacyComponentState
-
- com.vaadin.v7.shared.AbstractFieldState
-
- com.vaadin.v7.shared.ui.textfield.AbstractTextFieldState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RichTextAreaState,TextAreaState
@Deprecated public class AbstractTextFieldState extends AbstractFieldState
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intcolumnsDeprecated.Number of visible columns in the TextField.StringinputPromptDeprecated.The prompt to display in an empty field.intmaxLengthDeprecated.Maximum character count in text field.StringtextDeprecated.The text in the field.-
Fields inherited from class com.vaadin.v7.shared.AbstractFieldState
focusDelegate, hideErrors, modified, propertyReadOnly, required, tabIndex
-
Fields inherited from class com.vaadin.v7.shared.AbstractLegacyComponentState
immediate, readOnly
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description AbstractTextFieldState()Deprecated.
-
-
-
Field Detail
-
maxLength
@NoLayout public int maxLength
Deprecated.Maximum character count in text field.
-
columns
public int columns
Deprecated.Number of visible columns in the TextField.
-
inputPrompt
@NoLayout public String inputPrompt
Deprecated.The prompt to display in an empty field. Null when disabled.
-
-