com.microstrategy.web.objects.rw.RWGroupByUnit |
Group by unit
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWGroupByElement |
getCurrentElement()
Returns the current element of the template unit, if specified, or null if it is unspecified.
| ||||||||||
abstract RWGroupByElements |
getElements()
Returns a collection of group by elements
| ||||||||||
abstract int |
getPageByStyle()
Returns page by style from
EnumDSSXMLRWPageByStyle | ||||||||||
abstract WebObjectInfo |
getTarget()
Returns grup by target object.
| ||||||||||
abstract int |
getType()
Returns unit type from
EnumRWGroupByTypes enumeration | ||||||||||
abstract void |
setPageByStyle(int value)
Sets page by style.
|
Returns the current element of the template unit, if specified, or null if it is unspecified.
WebElement
which describes the current element of the template unit.
Returns a collection of group by elements
Returns page by style from EnumDSSXMLRWPageByStyle
EnumDSSXMLRWPageByStyle
Returns grup by target object.
Returns unit type from EnumRWGroupByTypes
enumeration
Sets page by style.
value | page by style code. Poassible values are in EnumDSSXMLRWPageByStyle
|
---|