public class AbstractTextFieldState extends AbstractFieldState
| Modifier and Type | Field and Description |
|---|---|
int |
columns
Number of visible columns in the TextField.
|
String |
inputPrompt
The prompt to display in an empty field.
|
int |
maxLength
Maximum character count in text field.
|
String |
text
The text in the field
|
hideErrors, modified, propertyReadOnly, requiredtabIndexcaption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
AbstractTextFieldState() |
Copyright © 2016 Vaadin Ltd. All rights reserved.