Package org.hippoecm.hst.core.parameters
Annotation Interface FieldGroup
Indicates that the annotated class contains a set of channel properties that have to be rendered as a group in a
certain order. This annotation should only be used on interfaces that map to channel information.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String[] valueReturns the array of channel property names in this field group. The properties should be rendered as a group in the array order.- Returns:
- the array of channel property names in this field group.
-
-
-
titleKey
String titleKeyReturns the title key of this field group. If the title key is present in the resource bundle of the channel properties class, that translated title will be rendered above the properties in this field group. By default, the title key of a field group is an empty string.- Returns:
- the title key of this field group.
- Default:
- ""
-