com.microstrategy.web.objects.rw.RWGroupByElements |
Represents collection of group by elements
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ALL_ID |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
add(RWGroupByElement element, int position)
Inserts element into specified position
| ||||||||||
abstract void |
add(RWGroupByElement element)
Adds element to collection
| ||||||||||
abstract RWGroupByElement |
addElement(int type, String id, String displayName)
Creates and adds element to the collection
| ||||||||||
abstract boolean |
contains(String id)
Returns true if the collection contains element with specified ID
| ||||||||||
abstract RWGroupByElement |
get(int i)
REturns i-th collection element
| ||||||||||
abstract RWGroupByElement |
get(String id)
Returns an element with specified id or null
| ||||||||||
abstract RWGroupByElement |
getCurrentElement()
Returns the current element of the template unit, if specified, or null if it is unspecified.
| ||||||||||
abstract RWGroupByUnit |
getUnit()
Returns group by unit this collection belongs to
| ||||||||||
abstract RWGroupByElements |
newInstance()
Creates new instance of element collection
| ||||||||||
abstract int |
size()
Returns number of elements in the collection
|
Inserts element into specified position
element | element |
---|---|
position | position |
Adds element to collection
element | element |
---|
Creates and adds element to the collection
type | element type |
---|---|
id | element ID |
displayName | element display name |
Returns true if the collection contains element with specified ID
id | element ID |
---|
REturns i-th collection element
i | index |
---|
Returns an element with specified id or null
id | element id |
---|
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 group by unit this collection belongs to
Creates new instance of element collection
Returns number of elements in the collection