Package com.orchestranetworks.ui.view
Interface UIHierarchicalView
- All Superinterfaces:
UIView
Provides information on hierarchical view.
- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptionLocalized label of the hierarchy root node.booleanReturnstrue, if the view is displaying orphansbooleanReturns 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 hierarchyMethods inherited from interface com.orchestranetworks.ui.view.UIView
getLabel, getOwnerProfile, getPublicationName, getViewKey, isHierarchical, isTabular, isTile
-
Method Details
-
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.
-