|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String[] value
public abstract String titleKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |