Interface UIHierarchicalView

  • All Superinterfaces:
    UIView

    public interface UIHierarchicalView
    extends UIView
    Provides information on hierarchical view.
    Since:
    6.1.0
    • Method Detail

      • isPopupMode

        boolean isPopupMode()
        Returns the value of Display records in a new window If true, 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()
        Returns true, if the view is displaying orphans
      • getRootNodeLabel

        UserMessage getRootNodeLabel()
        Localized label of the hierarchy root node.