public interface IGroupingManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deletes the data from the GroupItem list in memory.
|
com4j.Com4jObject |
filter()
A TDFilter object representing the filtering criteria for the GroupManager.
|
void |
filter(com4j.Com4jObject pVal)
A TDFilter object representing the filtering criteria for the GroupManager.
|
int |
group(String name)
The grouping criteria.
|
void |
group(String name,
int pVal)
The grouping criteria.
|
IList |
groupList()
The list of top-level GroupItem objects.
|
Object |
groupList(int index) |
boolean |
isClear()
Checks if the GroupingManager contains any data.
|
IList |
itemList()
The list of references to the members of the group.
|
Object |
itemList(int index) |
void |
refresh()
Fetches the GroupList according to the Filter and Group values, overwriting the list in memory.
|
String |
text()
The text representation of the grouping criteria.
|
void |
text(String pVal)
The text representation of the grouping criteria.
|
com4j.Com4jObject filter()
A TDFilter object representing the filtering criteria for the GroupManager.
Getter method for the COM property "Filter"
void filter(com4j.Com4jObject pVal)
A TDFilter object representing the filtering criteria for the GroupManager.
Setter method for the COM property "Filter"
pVal
- Mandatory com4j.Com4jObject parameter.int group(String name)
The grouping criteria.
Getter method for the COM property "Group"
name
- Mandatory java.lang.String parameter.void group(String name, int pVal)
The grouping criteria.
Setter method for the COM property "Group"
name
- Mandatory java.lang.String parameter.pVal
- Mandatory int parameter.IList groupList()
The list of top-level GroupItem objects.
Object groupList(int index)
IList itemList()
The list of references to the members of the group.
Object itemList(int index)
void refresh()
Fetches the GroupList according to the Filter and Group values, overwriting the list in memory.
void clear()
Deletes the data from the GroupItem list in memory.
boolean isClear()
Checks if the GroupingManager contains any data. True if there is no data.
String text()
The text representation of the grouping criteria.
Getter method for the COM property "Text"
void text(String pVal)
The text representation of the grouping criteria.
Setter method for the COM property "Text"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.