boolean
|
addRWTemplateProperties(Block tb, ViewBean viewBean, RWGridGraphDef gridGraphDef, RWGridGraphObject gridGraphObj, Map<String, String> dbps)
|
void
|
addTemplateExtraInfo(Block bRWTemplate, ViewBean vb, RWGridGraphObject gridGraphObj)
|
BlockList
|
createNumberFormatsBlock(WebTemplate template, AppContext context, boolean isForMetrics)
Get the format properties of grid units' value for each template.
|
Block
|
createRWEditableTextBlock(RWUnitDef unitDef, RWObject object, Map<String, String> dbps)
|
Block
|
createRWGridBlock(ViewBean viewBean, RWGridGraphDef gridGraphDef, RWGridGraphObject gridGraphObj, Map<String, String> dbps)
|
Block
|
createRWHTMLContainerBlock(RWUnitDef unitDef, RWObject object, Map<String, String> dbps)
|
Exception
|
firstException()
|
boolean
|
forceShowAsGrid(ViewBean viewBean)
|
String
|
getAndroidVisualization(ViewBean viewBean)
|
int
|
getEffectiveDisplayMode(RWGridGraphDef def)
|
String
|
getThresholdKey(String thrID)
|
TransformInstance
|
getXtabTransformInstance(ViewBean viewBean, RWGridGraphDef gridGraphDef)
|
boolean
|
hasExceptions()
|
boolean
|
ignoreSection(RWSection section, RWSectionDef sectionDef)
|
boolean
|
isAndroidVisualization(ViewBean viewBean)
|
boolean
|
isMojoVisualization(ViewBean viewBean)
|
boolean
|
isQuickSwitchEnabled(RWGridGraphDef unitDef)
|
boolean
|
isVisualization(ViewBean viewBean)
|
void
|
onEnd(MarkupOutput mo)
Called on iteration end
|
void
|
onEndSection(RWSection section, MarkupOutput mo)
|
void
|
onEndSubsection(RWSection subsection, MarkupOutput mo, boolean isBordered)
A subsection border occurs between two subsections, or
if the subsection is the very last section in the document.
|
void
|
onObject(ViewBean viewBean, RWObject ob, MarkupOutput mo)
Specific case where
RWObject#getDefinition().getType == EnumRWUnitTypes.RWUNIT_GRIDGRAPH
The corresponding data value is encapsulated in a ViewBean for ease of use.
|
void
|
onObject(RWBean rwBean, RWObject ob, MarkupOutput mo)
Specific case where
RWObject#getDefinition().getType == EnumRWUnitTypes.RWUNIT_SUBREPORT .
|
void
|
onObject(RWObject ob, MarkupOutput mo)
This is invoked as a fallback if the more specific onObject
declarations are not matched.
|
void
|
onStart(RWDefinition definition, MarkupOutput mo)
Called on iteration start up
|
void
|
onStartSection(RWSection section, MarkupOutput mo)
|
void
|
onStartSubsection(RWSection subsection, MarkupOutput mo)
Called on start of subsection
|
boolean
|
skipSubsection(RWSection subsection, RWSubsectionDef subsectionDef)
|
void
|
storeException(Exception e)
|