Package com.microstrategy.web.objects.rw
Interface RWSubsectionDef
-
- All Superinterfaces:
RWSectionDef
,RWUnitDef
,WebThresholdsContainer
public interface RWSubsectionDef extends RWSectionDef
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
inheritFormat(RWUnitDef fromSubsection)
-
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
-
inheritFormat
void inheritFormat(RWUnitDef fromSubsection) throws WebObjectsException
- Throws:
WebObjectsException
-
-