com.microstrategy.web.objects.WebBrowsePath |
A browse path is a collection of WebBrowseHierarchyItem
instances.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | WebBrowsePath.WebBrowsePathObserver |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebBrowseHierarchyItem |
add(String attrID)
Appends attribute to the end of the browse path.
| ||||||||||
abstract WebElement |
addElement(String elemID, String elemName, String attrID)
Adds an element to the browse path.
| ||||||||||
abstract void | addObserver(WebBrowsePath.WebBrowsePathObserver observer) | ||||||||||
abstract void | addToFilter(WebExpression exp) | ||||||||||
abstract WebBrowseHierarchyItem |
browseToHierarchyItem(String attrID)
Adds an attribute to the browse path.
| ||||||||||
abstract void |
clear()
Clears the current browse path.
| ||||||||||
abstract void | clearObservers() | ||||||||||
abstract WebBrowseHierarchyItem |
find(String attrID)
Does a search starting from the end of this browse path for the
WebBrowseHierarchyItem identified by the given attribute
ID parameter. | ||||||||||
abstract List<WebBrowseHierarchyItem> |
getBrowseHierarchyItems()
Returns a collection of
WebBrowseHierarchyItem instances corresponding to the path browsed. | ||||||||||
abstract WebDimension | getDimension() | ||||||||||
abstract void | removeObserver(WebBrowsePath.WebBrowsePathObserver observer) | ||||||||||
abstract void | setDimension(WebDimension dimension) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Appends attribute to the end of the browse path.
attrID | the attribute ID. |
---|
WebBrowseHierarchyItem
.
Adds an element to the browse path. Null is returned if no matching attribute is found on the path.
elemID | the element ID. |
---|---|
elemName | element name. |
attrID | attribute associated with element. |
observer | object interested in changes to this WebBrowsePath
|
---|
exp | adds this browse path to the expression filter. |
---|
Adds an attribute to the browse path. If the attribute already exists in
getBrowseHierarchyItems()
then an existing one is returned.
attrID | the attribute ID. |
---|
Clears the current browse path.
Does a search starting from the end of this browse path for the
WebBrowseHierarchyItem
identified by the given attribute
ID parameter.
attrID | attribute ID |
---|
WebBrowseHierarchyItem
corresponding to the attribute ID, null if not in the path.
Returns a collection of WebBrowseHierarchyItem
instances corresponding to the path browsed.
WebBrowseHierarchyItem
instances.