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 voidaddTemplateExtraInfo(Block bRWTemplate, ViewBean vb, RWGridGraphObject gridGraphObj)protected BlockListcreateNumberFormatsBlock(WebTemplate template, AppContext context, boolean isForMetrics)Get the format properties of grid units' value for each template.protected BlockcreateRWEditableTextBlock(RWUnitDef unitDef, RWObject object, java.util.Map<java.lang.String,java.lang.String> dbps)protected BlockcreateRWGridBlock(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:
createRWGridBlockin 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:
createNumberFormatsBlockin classMojoRWDTransform.RWLayoutContext- Returns:
- BlockList
- Throws:
java.lang.Exception
-
addTemplateExtraInfo
protected void addTemplateExtraInfo(Block bRWTemplate, ViewBean vb, RWGridGraphObject gridGraphObj)
- Overrides:
addTemplateExtraInfoin 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:
createRWEditableTextBlockin classMojoRWDTransform.RWLayoutContext- Throws:
java.lang.Exception
-
-