Package com.orchestranetworks.ui.view
Interface UIHierarchicalView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserMessagegetRootNodeLabel()Localized label of the hierarchy root node.booleanisDisplayingOrphans()Returnstrue, if the view is displaying orphansbooleanisPopupMode()Returns the value of Display records in a new window Iftrue, a new window will be opened with the record.booleanisPruned()Returns the value of Prune hierarchy-
Methods inherited from interface com.orchestranetworks.ui.view.UIView
getLabel, getOwnerProfile, getPublicationName, getViewKey, isHierarchical, isTabular, isTile
-
-
-
-
Method Detail
-
isPopupMode
boolean isPopupMode()
Returns the value of Display records in a new window Iftrue, a new window will be opened with the record. Otherwise, it will be displayed in a new page of the same window.
-
isPruned
boolean isPruned()
Returns the value of Prune hierarchy
-
isDisplayingOrphans
boolean isDisplayingOrphans()
Returnstrue, if the view is displaying orphans
-
getRootNodeLabel
UserMessage getRootNodeLabel()
Localized label of the hierarchy root node.
-
-