com.hp.lft.sdk.sap.ui5

Class TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the tree is enabled.
        Parameters:
        enabled - true to enable.
        Returns:
        the description instance with the update state (builder pattern).
      • visibleNodes

        public T visibleNodes(java.lang.String[] nodes)
        Initializes the visible nodes in the tree view.
        Parameters:
        nodes - the visible nodes in the tree view.
        Returns:
        the description instance with the update state (builder pattern).
      • selectedNode

        public T selectedNode(java.lang.String selectedNode)
        Initializes the path of the selected node of the description instance.
        Parameters:
        selectedNode - the path of the selected node of the description instance.
        Returns:
        the description instance with the update state (builder pattern).
      • selectedNode

        public T selectedNode(StringProperty selectedNode)
        Initializes the path of the selected node of the description instance.
        Parameters:
        selectedNode - the path of the selected node of the description instance.
        Returns:
        the description instance with the update state (builder pattern).