java.lang.Object | |
↳ | com.microstrategy.web.objects.RWDocumentViewsImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWDocumentViewsImpl(RWDefinitionImpl rwDefinitionImpl) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWDocumentView |
get(int index)
Gets a
RWDocumentView instance by index. | ||||||||||
int |
getCurrentIndex()
Returns the current document view index.
| ||||||||||
int |
indexOf(RWDocumentView view)
Gets the index of document view.
| ||||||||||
Iterator<RWDocumentView> | iterator() | ||||||||||
void |
setCurrentIndex(int index)
Sets the current document view index.
| ||||||||||
int |
size()
Gets the size of the document views.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Gets a RWDocumentView
instance by index.
RWDocumentView
instance
Returns the current document view index.
Gets the index of document view.
Sets the current document view index.
Gets the size of the document views.