com.microstrategy.web.objects.rw.RWVisitor2 |
Enhanced version of the visitor interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onEnd()
Called on iteration end
| ||||||||||
abstract void |
onEndSubsection(RWSection subsection, boolean isBordered)
Callback denoting end of a subsection.
| ||||||||||
abstract void |
onStart(RWDefinition definition)
Called on iteration start
| ||||||||||
abstract void |
onStartSubsection(RWSection subsection)
Called on subsection start
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called on iteration end
Callback denoting end of a subsection. 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 if it has one. |
---|---|
isBordered | whether subsection is bordered. |
Called on iteration start
definition | document definition |
---|
Called on subsection start
subsection | RWSection |
---|