|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.AbstractFieldState
com.vaadin.shared.ui.textfield.AbstractTextFieldState
public class AbstractTextFieldState
| 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 |
|---|
@NoLayout public int maxLength
public int columns
@NoLayout public java.lang.String inputPrompt
@NoLayout public java.lang.String text
| Constructor Detail |
|---|
public AbstractTextFieldState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||