public abstract class AbstractTextFieldState extends AbstractFieldState
| Modifier and Type | Field and Description |
|---|---|
int |
maxLength
Maximum character count in text field.
|
String |
placeholder
The prompt to display in an empty field.
|
String |
text
The text in the field.
|
ValueChangeMode |
valueChangeMode |
int |
valueChangeTimeout |
readOnly, requiredtabIndexcaption, captionAsHtml, description, descriptionContentMode, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
AbstractTextFieldState() |
@NoLayout public int maxLength
@NoLayout public String placeholder
@NoLayout public ValueChangeMode valueChangeMode
@NoLayout public int valueChangeTimeout
Copyright © 2017 Vaadin Ltd. All rights reserved.