com.microstrategy.web.objects.rw.RWControlGroupBys |
This interface represents a collection of RWControlGroupBy
objects
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWControlGroupBy |
get(int index)
Returns the
RWControlGroupBy at the specified index in the collection | ||||||||||
abstract RWControlGroupBy |
getItemByKey(String key)
Returns the
RWControlGroupBy specified by a 'key' | ||||||||||
abstract void |
moveDown(String key)
Performs a move down operation i.e.
| ||||||||||
abstract void |
moveUp(String key)
Performs a move up operation i.e.
| ||||||||||
abstract int |
size()
Returns the size of the collection
|
Returns the RWControlGroupBy
at the specified index in the collection
Performs a move down operation i.e. moves a RWControlGroupBy
object
specified by the key one position down.
WebObjectsException |
---|
Performs a move up operation i.e. moves a RWControlGroupBy
object
specified by the key one position up.
WebObjectsException |
---|
Returns the size of the collection