Package com.microstrategy.web.objects.rw
Interface RWLayoutSectionDef
-
- All Superinterfaces:
RWSectionDef
,RWUnitDef
,WebThresholdsContainer
public interface RWLayoutSectionDef extends RWSectionDef
Represents layout section of multi-layout document.- Since:
- MicroStrategy Web 8.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
This is a convenience method for reading the name of the object This is equivalent to reading the name property from the FormattingAppearance propertySet of the format definition associated with this objectWebVisualizationSettings
getVisualizationSettings()
boolean
hasGroupBys()
boolean
isCurrent()
Returns true if the section is current-
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, 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
-
isCurrent
boolean isCurrent()
Returns true if the section is current- Returns:
- true if the section is current
-
getVisualizationSettings
WebVisualizationSettings getVisualizationSettings() throws WebObjectsException
- Throws:
WebObjectsException
-
getName
java.lang.String getName()
Description copied from interface:RWUnitDef
This is a convenience method for reading the name of the object This is equivalent to reading the name property from the FormattingAppearance propertySet of the format definition associated with this object- Specified by:
getName
in interfaceRWUnitDef
- Specified by:
getName
in interfaceWebThresholdsContainer
- Returns:
- name
-
hasGroupBys
boolean hasGroupBys()
-
-