|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpecifiedGroupOptions
This interface is used to get and set values for data that is grouped according to user-specified options.
Method Summary | |
---|---|
Filters |
getSpecifiedValueFilters()
Returns the sorting criteria for the specified group. |
java.lang.String |
getUnspecifiedValuesName()
Returns the name that is used to group items which do not fall under the specified grouping criteria. |
UnspecifiedValuesType |
getUnspecifiedValuesType()
Indicates how records that do not fall under the specified grouping criteria are treated. |
void |
setSpecifiedValueFilters(Filters specifiedValueFilters)
Stores the sorting criteria for the specified group. |
void |
setUnspecifiedValuesName(java.lang.String unspecifiedValuesName)
Sets the name that is used to group items which do not fall under the specified grouping criteria. |
void |
setUnspecifiedValuesType(UnspecifiedValuesType unspecifiedValuesType)
Sets how records that do not fall under the specified grouping criteria are treated. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IGroupOptions |
---|
getConditionFormulas, getHierarchicalOptions, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions |
Method Detail |
---|
Filters getSpecifiedValueFilters()
Filters
object containing the sorting criteria for the specified group.java.lang.String getUnspecifiedValuesName()
UnspecifiedValuesType
.
String
containing the name that is used to group items which do not fall
under the specified grouping criteria.UnspecifiedValuesType getUnspecifiedValuesType()
UnspecifiedValuesType
is set, the UnspecifiedValuesName property must contain the name
under which extraneous records are listed.
UnspecifiedValuesType
object that indicates how records that do not fall under
the specified grouping criteria are treated.void setSpecifiedValueFilters(Filters specifiedValueFilters)
specifiedValueFilters
- A Filters
object containing the sorting criteria for the
specified group.void setUnspecifiedValuesName(java.lang.String unspecifiedValuesName)
UnspecifiedValuesType
.
unspecifiedValuesName
- A String
containing the name that is used to group items
which do not fall under the specified grouping criteria.void setUnspecifiedValuesType(UnspecifiedValuesType unspecifiedValuesType)
UnspecifiedValuesType
is set, the UnspecifiedValuesName property must contain the name
under which extraneous records are listed.
unspecifiedValuesType
- An UnspecifiedValuesType
object that indicates how records
that do not fall under the specified grouping criteria are treated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |