Annotation Interface AbstractFieldBuilder.FormLayout
- Enclosing class:
- AbstractFieldBuilder<S extends AbstractFieldBuilder<S,
T>, T>
@Retention(RUNTIME)
@Target(METHOD)
@Documented
public static @interface AbstractFieldBuilder.FormLayout
Configures how
FieldBuilder.addFieldComponents()
adds a generated field to a FormLayout
.- See Also:
-
Optional Element Summary
-
Element Details
-
colspan
int colspanSpecify the column span of the associated field.- Returns:
- field column span
- See Also:
- Default:
- 0
-
label
String labelSpecify a label for the associated field.By default, we delegate to
SharedUtil.SharedUtil.camelCaseToHumanFriendly()
using the associated property name.- Returns:
- field label
- See Also:
- Default:
- ""
-
order
double orderGet the ordering value for the associated field.This value determines the order in which fields are added to the
FormLayout
.- Returns:
- field ordering value
- Default:
- 0.0
-