Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.RichTextArea
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.RichTextArea
Specifies how a Java property should be edited using aRichTextArea.- See Also:
FieldBuilder.AbstractField,FieldBuilder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends RichTextArea>typeGet theRichTextAreatype that will edit the property.
-
-
-
Element Detail
-
type
Class<? extends RichTextArea> type
Get theRichTextAreatype that will edit the property.- Returns:
- field type
- Default:
- com.vaadin.ui.RichTextArea.class
-
-