|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHierarchicalOptions
This interface represents options for heirarchical grouping.
IGroupOptions.setHierarchicalOptions(IHierarchicalOptions)
Method Summary | |
---|---|
int |
getGroupIndent()
Returns the group indent. |
IField |
getParentIDField()
Returns the parent ID field used in the hierarchical sorting. |
void |
setGroupIndent(int gourpIndent)
Sets the group indent. |
void |
setParentIDField(IField parentField)
Sets the parent ID field used in the hierarchical sorting. |
Method Detail |
---|
IField getParentIDField()
IField
.void setParentIDField(IField parentField)
parentField
- The parent field in twips as an IField
.int getGroupIndent()
int
.void setGroupIndent(int gourpIndent)
gourpIndent
- The group indent in twips as an int
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |