com.microstrategy.web.objects.rw.RWGroupBy |
Represent group by element.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
addHeaderFooter(String headerKey, String headerSubsectionKey, String footerKey, String footerSubsectionKey)
Adds a header/footer and corresponding subsections to the group by section.
| ||||||||||
abstract int |
getAttributeFormsDisplayType()
Return the way forms should be displayed
| ||||||||||
abstract WebAttributeForms |
getDisplayAttributeForms()
Return the forms should be displayed
| ||||||||||
abstract String |
getKey()
Returns a group by object key.
| ||||||||||
abstract int |
getLevel()
Returns groub by level.
| ||||||||||
abstract RWGroupBy |
getNext()
Returns next group by or null
| ||||||||||
abstract RWGroupBy |
getPrevious()
Returns previous group by or null
| ||||||||||
abstract RWSectionDef |
getSection()
Returns group by section definition assosiated with this group by.
| ||||||||||
abstract WebSorts |
getSorts()
Returns the
WebSorts collection, which allows the user to examine and change
the sorting settings on the axis. | ||||||||||
abstract RWSubtotals | getSubtotals() | ||||||||||
abstract RWGroupByUnit |
getUnit()
Returns group by unit associated with this group by.
| ||||||||||
abstract void |
setAttributeFormsDisplayType(int type)
Specify the way forms should be displayed for this control
| ||||||||||
abstract void |
setDisplayAttributeForms(List<String> forms)
Specify the forms should be displayed for this control
|
Adds a header/footer and corresponding subsections to the group by section. If any of parameters is null corresponding key will be assigned automatically.
headerKey | a header section key |
---|---|
headerSubsectionKey | a headrer subsection key |
footerKey | a footer section key |
footerSubsectionKey | a footer subsection key |
Return the way forms should be displayed
Return the forms should be displayed
Returns a group by object key.
Returns groub by level. Possible values are defined in EnumRWGroupByLevels
Returns previous group by or null
Returns group by section definition assosiated with this group by.
Returns group by unit associated with this group by.
Specify the way forms should be displayed for this control
type | int from EnumDSSXMLControlAttributeFormDisplayOption
|
---|
WebObjectsException |
---|
Specify the forms should be displayed for this control
WebObjectsException |
---|