Class MojoIVETransform.IVELayoutContextDefn
- java.lang.Object
-
- com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
-
- com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContextDefn
-
- com.microstrategy.web.app.transforms.MojoIVETransform.IVELayoutContextDefn
-
- All Implemented Interfaces:
RWBeanVisitor,RWBeanVisitor2
- Enclosing class:
- MojoIVETransform
protected class MojoIVETransform.IVELayoutContextDefn extends MojoRWDTransform.RWLayoutContextDefn
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
bRWLayoutDef, subsectionBlockStack, subsectionBoundingBoxMap
-
-
Constructor Summary
Constructors Constructor Description IVELayoutContextDefn(Block bRWLayoutDef, Block bRWLayout, boolean docWidthModeAuto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BlockcreateRWControlDefBlock(RWControlDef unitDef, RWUnit rwUnit)protected BlockcreateRWPanelDefBlock(RWSubsectionDef panelDef, RWSection panel)protected BlockcreateRWPanelStackDefBlock(RWSectionDef sectionDef, RWSection rwSection)protected booleangetViewBeanHasTitleProperty(ViewBean viewBean, RWGridGraphDef gridGraphDef, Block bRWUnitDef, WebFormat wf)protected booleanisPSAsFilterPanel(RWUnitDef def)protected voidsetSelectorTitleProperties(Block bRWSelectorDef, RWControlDef controlDef, WebFormat ctlFormat)protected booleanshuoldIncludeSelectorTitleProperties(RWControlDef controlDef)-
Methods inherited from class com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContextDefn
addRWTemplateDefProperties, getDatasetForSearchBox, getSubsectionBoundingBoxMap, onEnd, onEndSection, onEndSubsection, onObject, onObject, onObject, onStartSection, onStartSubsection
-
Methods inherited from class com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
addRWTemplateProperties, addTemplateExtraInfo, createNumberFormatsBlock, createRWEditableTextBlock, createRWGridBlock, createRWHTMLContainerBlock, firstException, forceShowAsGrid, getAndroidVisualization, getEffectiveDisplayMode, getThresholdKey, getXtabTransformInstance, hasExceptions, ignoreSection, isAndroidVisualization, isMojoVisualization, isQuickSwitchEnabled, isVisualization, onStart, skipSubsection, storeException
-
-
-
-
Method Detail
-
createRWPanelStackDefBlock
protected Block createRWPanelStackDefBlock(RWSectionDef sectionDef, RWSection rwSection) throws java.lang.Exception
- Overrides:
createRWPanelStackDefBlockin classMojoRWDTransform.RWLayoutContextDefn- Throws:
java.lang.Exception
-
createRWPanelDefBlock
protected Block createRWPanelDefBlock(RWSubsectionDef panelDef, RWSection panel) throws java.lang.Exception
- Overrides:
createRWPanelDefBlockin classMojoRWDTransform.RWLayoutContextDefn- Throws:
java.lang.Exception
-
createRWControlDefBlock
protected Block createRWControlDefBlock(RWControlDef unitDef, RWUnit rwUnit) throws java.lang.Exception
- Overrides:
createRWControlDefBlockin classMojoRWDTransform.RWLayoutContextDefn- Throws:
java.lang.Exception
-
shuoldIncludeSelectorTitleProperties
protected boolean shuoldIncludeSelectorTitleProperties(RWControlDef controlDef)
- Overrides:
shuoldIncludeSelectorTitlePropertiesin classMojoRWDTransform.RWLayoutContextDefn
-
setSelectorTitleProperties
protected void setSelectorTitleProperties(Block bRWSelectorDef, RWControlDef controlDef, WebFormat ctlFormat)
- Overrides:
setSelectorTitlePropertiesin classMojoRWDTransform.RWLayoutContextDefn
-
getViewBeanHasTitleProperty
protected boolean getViewBeanHasTitleProperty(ViewBean viewBean, RWGridGraphDef gridGraphDef, Block bRWUnitDef, WebFormat wf)
- Overrides:
getViewBeanHasTitlePropertyin classMojoRWDTransform.RWLayoutContextDefn
-
isPSAsFilterPanel
protected boolean isPSAsFilterPanel(RWUnitDef def)
- Overrides:
isPSAsFilterPanelin classMojoRWDTransform.RWLayoutContextDefn
-
-