|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupTitleRenderer
Group title renderer function.
Method Summary | |
---|---|
java.lang.String |
getGroupTitle(java.lang.Object groupValue,
GroupNode groupNode,
ListGridField field,
java.lang.String fieldName,
ListGrid grid)
Return the title that should be shown to the user for the group with the groupValue passed as a parameter. |
Method Detail |
---|
java.lang.String getGroupTitle(java.lang.Object groupValue, GroupNode groupNode, ListGridField field, java.lang.String fieldName, ListGrid grid)
Default title is the groupValue itself.
groupValue
- the value from the group is created, the result of GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
groupNode
- the node in the grid containing the groupfield
- the field object for which to get group valuefieldName
- The name of the fieldgrid
- the ListGrid displaying the cell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |