org.hippoecm.hst.core.parameters
Annotation Type FieldGroup


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @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
 String[] value
          Returns the array of channel property names in this field group.
 
Optional Element Summary
 String titleKey
          Returns the title key of this field group.
 

Element Detail

value

public abstract String[] value
Returns 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

public abstract String titleKey
Returns 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:
""


Copyright © 2008-2012 Hippo. All Rights Reserved.