[Expand]
Inherited Constants | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||
![]()
| |||||||||||||||||||||||
![]()
| |||||||||||||||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||
![]()
| |||||||||||||||||
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XDADataExplorerBeanImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doCollectData()
Extends collectData to prune the current unit, if necessary.
| ||||||||||
int |
getAncestorBrowseLevel(WebDisplayUnit du)
This method returns an integer representing browse level of the ancestor
WebDisplayUnit provided. | ||||||||||
String |
getAncestorPath(WebMDXDisplayUnit du)
Returns the path for a unit that is an ancestor of the current unit
| ||||||||||
ArrayList |
getAncestors()
Returns a list of the current element's ancestors if the curretn element is a
WebDisplayUnit | ||||||||||
ArrayList |
getContents(boolean sortAscending)
Returns a sorted list with the
WebMDXDisplayUnit children of the current element. | ||||||||||
ArrayList |
getContents()
Returns a list with the
WebMDXDisplayUnit children of the current element. | ||||||||||
int |
getCurrentBrowseLevel()
Returns the current browse level of the bean
| ||||||||||
String |
getCurrentPath()
Returns current metric folder path or empty string if the current unit is not a metric folder
| ||||||||||
WebDisplayUnit |
getCurrentUnit()
Returns the element whose contents are displayed by the browser
| ||||||||||
ArrayList |
getLinks()
An instance of XDADataExplorerBeanImpl does not support shortcuts.
| ||||||||||
int | getObjectCount() | ||||||||||
String |
getSearchName()
Not supported.
| ||||||||||
int |
getTotalObjectCount()
Returns the total number children of the current element.
| ||||||||||
boolean |
isTargetingFilter()
This method returns a boolean value indicating if the data explorer is targeting the filter.
| ||||||||||
void |
setCurrentBrowseLevel(int browseLevel)
Set the current browse level of the bean
| ||||||||||
void |
setCurrentUnitProperties(int browseLevel, String currentUnitId)
Sets the browse level and current unit id.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doFlatState(FlatStateSerializer serializer, int howMuchState, FlatStateTokenizer tokenizer)
Proceses the save/restore state opperation of the AppComponent
| ||||||||||
WebEventHandler | newDefaultEventHandler() |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Extends collectData to prune the current unit, if necessary.
This method returns an integer representing browse level of the ancestor WebDisplayUnit
provided.
du | WebDisplayUnit |
---|
Returns the path for a unit that is an ancestor of the current unit
du | ancestor unit |
---|
Returns a list of the current element's ancestors if the curretn element is a WebDisplayUnit
Returns a sorted list with the WebMDXDisplayUnit
children of the current element. The current element is an
instance of WebDisplayUnit
sortAscending | boolean that indicated the order of the sort method ascending = true descending = false |
---|
Returns a list with the WebMDXDisplayUnit
children of the current element. The current element is an
instance of WebDisplayUnit
Returns the current browse level of the bean
Returns current metric folder path or empty string if the current unit is not a metric folder
Returns the element whose contents are displayed by the browser
An instance of XDADataExplorerBeanImpl does not support shortcuts.
Not supported.
Returns the total number children of the current element.
This method returns a boolean value indicating if the data explorer is targeting the filter.
Set the current browse level of the bean
Sets the browse level and current unit id.
browseLevel | int |
---|---|
currentUnitId | String |
Proceses the save/restore state opperation of the AppComponent
serializer | an instance of the FlatStateSerializer object to use |
---|---|
howMuchState | defines how much information needs to be saved |
tokenizer | an instance of the FlatStateTokenizer object to use
|