|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroupOptions
This interface enables you to set IGroup
options which indicate how the group behaves.
IGroup.setOptions(IGroupOptions)
Method Summary | |
---|---|
GroupOptionsConditionFormulas |
getConditionFormulas()
Returns the condition formulas that override the values for the default group options. |
IHierarchicalOptions |
getHierarchicalOptions()
Returns the hierarchical options that contains the information of the hierarchical sorting. |
boolean |
isSortedHierarchically()
Returns true if the group is sorted hierarchically, and false other wise. |
void |
setConditionFormulas(GroupOptionsConditionFormulas formulas)
Sets the condition formulas that override the values for the default group options. |
void |
setHierarchicalOptions(IHierarchicalOptions hierarchycalOptions)
Sets the hierarchical options that contains the information of the hierarchical sorting. |
Method Detail |
---|
GroupOptionsConditionFormulas getConditionFormulas()
GroupOptionsConditionFormulas
object containing the condition formulas
that override the values for the default group options.void setConditionFormulas(GroupOptionsConditionFormulas formulas)
formulas
- A GroupOptionsConditionFormulas
object containing the condition formulas
that override the values for the default group options.boolean isSortedHierarchically()
boolean
to indicate if the group is sorted hierarchically.IHierarchicalOptions getHierarchicalOptions()
IHierarchicalOptions
object that contains the information of the hierarchical sorting.void setHierarchicalOptions(IHierarchicalOptions hierarchycalOptions)
hierarchycalOptions
- A IHierarchicalOptions
object that contains the information of the hierarchical sorting.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |