com.microstrategy.web.beans.RWBeanVisitor2 |
| Enhanced version of bean visitor
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onEnd(MarkupOutput mo)
Called on iteration end
| ||||||||||
abstract 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.
| ||||||||||
abstract void |
onStart(RWDefinition definition, MarkupOutput mo)
Called on iteration start up
| ||||||||||
abstract void |
onStartSubsection(RWSection subsection, MarkupOutput mo)
Called on start of subsection
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A subsection border occurs between two subsections, or if the subsection is the very last section in the document.
subsection | the subsection before the border. |
---|---|
mo | the markup output. |
Called on iteration start up
definition | document definition |
---|---|
mo | markup output |
Called on start of subsection
subsection | subsection |
---|---|
mo | markup output |