Package org.dellroad.stuff.vaadin7
Annotation Type FieldBuilder.TextArea
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.TextArea
Specifies how a Java property should be edited in Vaadin using aTextArea.
-
-
Element Detail
-
type
Class<? extends TextArea> type
Get theFieldBuilder.TextAreatype that will edit the property.- Returns:
- field type
- Default:
- com.vaadin.ui.TextArea.class
-
-
-
rows
int rows
Set the number of rows.- Returns:
- number of rows, or -1 for none
- See Also:
TextArea.setRows(int)
- Default:
- -1
-
-
-
wordwrap
boolean wordwrap
Set wordwrap mode.- Returns:
- word wrap mode
- See Also:
TextArea.setWordwrap(boolean)
- Default:
- true
-
-