java.lang.Object | ||
↳ | com.microstrategy.web.beans.AbstractRWBeanVisitor | |
↳ | com.microstrategy.web.beans.AbstractRWBeanVisitor2 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractRWBeanVisitor2() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
onEnd(MarkupOutput mo)
Called on iteration end
| ||||||||||
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 |
onStart(RWDefinition definition, MarkupOutput mo)
Called on iteration start up
| ||||||||||
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 |