Package com.microstrategy.web.objects.rw
Interface RWPanelStackDef
-
- All Superinterfaces:
RWSectionDef
,RWUnitDef
,WebThresholdsContainer
public interface RWPanelStackDef extends RWSectionDef
Represents panel stack definition unit.- Since:
- MicroStrategy Web 8.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWUnitDef
getCurrentPanel()
Returns current panelboolean
isSelectorTarget()
Check whether this PanelStack is target of any Selector Control.boolean
onDemandPanels()
Indicates that panels in this panel stack are loaded on demandvoid
setCurrentPanel(java.lang.String key)
Sets current panel-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSectionDef
addChild, addChild, addChild, addControl, addControl, addControl, getChild, getChildByKey, getChildCount, getFieldGroup, getGroupBy, getGroupByLevel, indexOf, isHorizontal, removeChildByKey, setHorizontal, sortChildren
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnitDef
copyFormat, flushFormatChanges, getAllControlGroupBys, getElementControlGroupBys, getFilterDetailsFormatting, getFormat, getFormat, getFormat, getFormatTypes, getKey, getKeyContext, getName, getParent, getRwDefinition, getTheme, getThreshold, getThreshold, getThresholdCount, getTreeType, getType, isFirst, isLast, isVisible, nextSibling, prevSibling, revertToFormatDefaults, setName, setVisible
-
Methods inherited from interface com.microstrategy.web.objects.WebThresholdsContainer
getID, getObjectType, getThresholds, getTransactions, initElementSource
-
-
-
-
Method Detail
-
getCurrentPanel
RWUnitDef getCurrentPanel()
Returns current panel- Returns:
- current panel
-
setCurrentPanel
void setCurrentPanel(java.lang.String key)
Sets current panel- Parameters:
key
- the current panel key
-
onDemandPanels
boolean onDemandPanels()
Indicates that panels in this panel stack are loaded on demand- Since:
- MicroStrategy Web 9.0.1
-
isSelectorTarget
boolean isSelectorTarget()
Check whether this PanelStack is target of any Selector Control.- Returns:
- boolean
-
-