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 Block
createRWControlDefBlock(RWControlDef unitDef, RWUnit rwUnit)
protected Block
createRWPanelDefBlock(RWSubsectionDef panelDef, RWSection panel)
protected Block
createRWPanelStackDefBlock(RWSectionDef sectionDef, RWSection rwSection)
protected boolean
getViewBeanHasTitleProperty(ViewBean viewBean, RWGridGraphDef gridGraphDef, Block bRWUnitDef, WebFormat wf)
protected boolean
isPSAsFilterPanel(RWUnitDef def)
protected void
setSelectorTitleProperties(Block bRWSelectorDef, RWControlDef controlDef, WebFormat ctlFormat)
protected boolean
shuoldIncludeSelectorTitleProperties(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:
createRWPanelStackDefBlock
in classMojoRWDTransform.RWLayoutContextDefn
- Throws:
java.lang.Exception
-
createRWPanelDefBlock
protected Block createRWPanelDefBlock(RWSubsectionDef panelDef, RWSection panel) throws java.lang.Exception
- Overrides:
createRWPanelDefBlock
in classMojoRWDTransform.RWLayoutContextDefn
- Throws:
java.lang.Exception
-
createRWControlDefBlock
protected Block createRWControlDefBlock(RWControlDef unitDef, RWUnit rwUnit) throws java.lang.Exception
- Overrides:
createRWControlDefBlock
in classMojoRWDTransform.RWLayoutContextDefn
- Throws:
java.lang.Exception
-
shuoldIncludeSelectorTitleProperties
protected boolean shuoldIncludeSelectorTitleProperties(RWControlDef controlDef)
- Overrides:
shuoldIncludeSelectorTitleProperties
in classMojoRWDTransform.RWLayoutContextDefn
-
setSelectorTitleProperties
protected void setSelectorTitleProperties(Block bRWSelectorDef, RWControlDef controlDef, WebFormat ctlFormat)
- Overrides:
setSelectorTitleProperties
in classMojoRWDTransform.RWLayoutContextDefn
-
getViewBeanHasTitleProperty
protected boolean getViewBeanHasTitleProperty(ViewBean viewBean, RWGridGraphDef gridGraphDef, Block bRWUnitDef, WebFormat wf)
- Overrides:
getViewBeanHasTitleProperty
in classMojoRWDTransform.RWLayoutContextDefn
-
isPSAsFilterPanel
protected boolean isPSAsFilterPanel(RWUnitDef def)
- Overrides:
isPSAsFilterPanel
in classMojoRWDTransform.RWLayoutContextDefn
-
-