Package com.microstrategy.web.objects.rw
Interface RWControlGroupBys
- 
public interface RWControlGroupBysThis interface represents a collection ofRWControlGroupByobjects- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWControlGroupByget(int index)Returns theRWControlGroupByat the specified index in the collectionRWControlGroupBygetItemByKey(java.lang.String key)Returns theRWControlGroupByspecified by a 'key'voidmoveDown(java.lang.String key)Performs a move down operation i.e. moves aRWControlGroupByobject specified by the key one position down.voidmoveUp(java.lang.String key)Performs a move up operation i.e. moves aRWControlGroupByobject specified by the key one position up.intsize()Returns the size of the collection 
 - 
 
- 
- 
Method Detail
- 
get
RWControlGroupBy get(int index)
Returns theRWControlGroupByat the specified index in the collection- Parameters:
 index-- Returns:
 RWControlGroupBy
 
- 
getItemByKey
RWControlGroupBy getItemByKey(java.lang.String key) throws WebObjectsException
Returns theRWControlGroupByspecified by a 'key'- Parameters:
 key-- Returns:
 RWControlGroupBy- Throws:
 WebObjectsException
 
- 
size
int size()
Returns the size of the collection 
- 
moveUp
void moveUp(java.lang.String key) throws WebObjectsExceptionPerforms a move up operation i.e. moves aRWControlGroupByobject specified by the key one position up.- Parameters:
 key-- Throws:
 WebObjectsException
 
- 
moveDown
void moveDown(java.lang.String key) throws WebObjectsExceptionPerforms a move down operation i.e. moves aRWControlGroupByobject specified by the key one position down.- Parameters:
 key-- Throws:
 WebObjectsException
 
 - 
 
 -