com.hp.lft.sdk.sap.ui5

Interface TreeView

    • Method Detail

      • getVisibleNodes

        java.util.List<java.lang.String> getVisibleNodes()
                                                  throws GeneralLeanFtException
        Returns a semicolon-delimited list of visible nodes in the tree.
        Returns:
        a semicolon-delimited list of visible nodes in the tree.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getSelectedNode

        java.lang.String getSelectedNode()
                                  throws GeneralLeanFtException
        Returns the title of the selected node.
        Returns:
        the title of the selected node.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String path)
             throws GeneralLeanFtException
        Selects a node in the tree.
        Parameters:
        path - the path of the tree node to select.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activate

        void activate(java.lang.String path)
               throws GeneralLeanFtException
        Activates a node in the tree.
        Parameters:
        path - the path of the tree node to activate.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • expand

        void expand(java.lang.String path)
             throws GeneralLeanFtException
        Expands a node in the tree.
        Parameters:
        path - the path of the tree node to expand.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • collapse

        void collapse(java.lang.String path)
               throws GeneralLeanFtException
        Collapses a node in the tree.
        Parameters:
        path - the path of the tree node to collapse.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.