Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.AbstractListing
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.AbstractListing
Specifies how a Java property should be edited using anAbstractListing.- See Also:
FieldBuilder.AbstractComponent,FieldBuilder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description inttabIndexGet this field's tab index.Class<? extends AbstractListing>typeGet theAbstractListingtype that will edit the property.
-
-
-
Element Detail
-
type
Class<? extends AbstractListing> type
Get theAbstractListingtype that will edit the property.Although this property has a default value, it must be overridden either in this annotation, or by also including a more specific annotation such as
FieldBuilder.ComboBox.- Returns:
- field type
- Default:
- com.vaadin.ui.AbstractListing.class
-
-
-
tabIndex
int tabIndex
Get this field's tab index.- Returns:
- tab index
- See Also:
AbstractListing.setTabIndex(int)
- Default:
- -1
-
-