Package com.microstrategy.webapi
Interface EnumDSSXMLCurrentElementAction
- 
public interface EnumDSSXMLCurrentElementActionConstants for the Current Element Action parameter of the Set Next Current Elemement manipulation.- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlCurrentElementActionFirstGo to first group by pagestatic intDssXmlCurrentElementActionLastGo to last group by pagestatic intDssXmlCurrentElementActionNextGo to previous group by pagestatic intDssXmlCurrentElementActionPreviousGo to next group by pagestatic intDssXmlCurrentElementActionReservedReserved 
 - 
 
- 
- 
Field Detail
- 
DssXmlCurrentElementActionReserved
static final int DssXmlCurrentElementActionReserved
Reserved- See Also:
 - Constant Field Values
 
 
- 
DssXmlCurrentElementActionFirst
static final int DssXmlCurrentElementActionFirst
Go to first group by page- See Also:
 - Constant Field Values
 
 
- 
DssXmlCurrentElementActionLast
static final int DssXmlCurrentElementActionLast
Go to last group by page- See Also:
 - Constant Field Values
 
 
- 
DssXmlCurrentElementActionPrevious
static final int DssXmlCurrentElementActionPrevious
Go to next group by page- See Also:
 - Constant Field Values
 
 
- 
DssXmlCurrentElementActionNext
static final int DssXmlCurrentElementActionNext
Go to previous group by page- See Also:
 - Constant Field Values
 
 
 - 
 
 -