Class MojoIVETransform.IVELayoutContext
- java.lang.Object
-
- com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
-
- com.microstrategy.web.app.transforms.MojoIVETransform.IVELayoutContext
-
- All Implemented Interfaces:
RWBeanVisitor
,RWBeanVisitor2
- Enclosing class:
- MojoIVETransform
protected class MojoIVETransform.IVELayoutContext extends MojoRWDTransform.RWLayoutContext
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
bRWLayoutDef, subsectionBlockStack, subsectionBoundingBoxMap
-
-
Constructor Summary
Constructors Constructor Description IVELayoutContext(Block bRWLayoutDef, Block bRWLayout, java.util.Map<java.lang.String,com.microstrategy.web.app.transforms.FormatPropertyConverterFactory.SubsectionBoundingBox> subsectionBB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addTemplateExtraInfo(Block bRWTemplate, ViewBean vb, RWGridGraphObject gridGraphObj)
protected BlockList
createNumberFormatsBlock(WebTemplate template, AppContext context, boolean isForMetrics)
Get the format properties of grid units' value for each template.protected Block
createRWEditableTextBlock(RWUnitDef unitDef, RWObject object, java.util.Map<java.lang.String,java.lang.String> dbps)
protected Block
createRWGridBlock(ViewBean viewBean, RWGridGraphDef gridGraphDef, RWGridGraphObject gridGraphObj, java.util.Map<java.lang.String,java.lang.String> dbps)
-
Methods inherited from class com.microstrategy.web.app.transforms.MojoRWDTransform.RWLayoutContext
addRWTemplateProperties, createRWHTMLContainerBlock, firstException, forceShowAsGrid, getAndroidVisualization, getEffectiveDisplayMode, getThresholdKey, getXtabTransformInstance, hasExceptions, ignoreSection, isAndroidVisualization, isMojoVisualization, isQuickSwitchEnabled, isVisualization, onEnd, onEndSection, onEndSubsection, onObject, onObject, onObject, onStart, onStartSection, onStartSubsection, skipSubsection, storeException
-
-
-
-
Method Detail
-
createRWGridBlock
protected Block createRWGridBlock(ViewBean viewBean, RWGridGraphDef gridGraphDef, RWGridGraphObject gridGraphObj, java.util.Map<java.lang.String,java.lang.String> dbps) throws java.lang.Exception
- Overrides:
createRWGridBlock
in classMojoRWDTransform.RWLayoutContext
- Throws:
java.lang.Exception
-
createNumberFormatsBlock
protected BlockList createNumberFormatsBlock(WebTemplate template, AppContext context, boolean isForMetrics) throws java.lang.Exception
Get the format properties of grid units' value for each template.- Overrides:
createNumberFormatsBlock
in classMojoRWDTransform.RWLayoutContext
- Returns:
- BlockList
- Throws:
java.lang.Exception
-
addTemplateExtraInfo
protected void addTemplateExtraInfo(Block bRWTemplate, ViewBean vb, RWGridGraphObject gridGraphObj)
- Overrides:
addTemplateExtraInfo
in classMojoRWDTransform.RWLayoutContext
-
createRWEditableTextBlock
protected Block createRWEditableTextBlock(RWUnitDef unitDef, RWObject object, java.util.Map<java.lang.String,java.lang.String> dbps) throws java.lang.Exception
- Overrides:
createRWEditableTextBlock
in classMojoRWDTransform.RWLayoutContext
- Throws:
java.lang.Exception
-
-