@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.AbstractTextField
AbstractTextField.FieldBuilder.AbstractField,
FieldBuilder| Modifier and Type | Optional Element and Description |
|---|---|
int |
columns
Get the number of columns.
|
int |
maxLength
Get the maximum length.
|
String |
nullRepresentation
Get the representation of null.
|
boolean |
nullSettingAllowed
Get whether null value may be set.
|
AbstractTextField.TextChangeEventMode |
textChangeEventMode
Get text change event mode.
|
int |
textChangeTimeout
Get text change event timeout.
|
Class<? extends AbstractTextField> |
type
Get the
AbstractTextField type that will edit the property. |
public abstract Class<? extends AbstractTextField> type
AbstractTextField type that will edit the property.public abstract String nullRepresentation
AbstractTextField.setNullRepresentation(java.lang.String)public abstract boolean nullSettingAllowed
AbstractTextField.setNullSettingAllowed(boolean)public abstract AbstractTextField.TextChangeEventMode textChangeEventMode
AbstractTextField.setTextChangeEventMode(com.vaadin.ui.AbstractTextField.TextChangeEventMode)public abstract int textChangeTimeout
AbstractTextField.setTextChangeTimeout(int)public abstract int columns
AbstractTextField.setColumns(int)public abstract int maxLength
AbstractTextField.setMaxLength(int)Copyright © 2017. All rights reserved.