com.hp.lft.sdk.sap.ui5

Interface ToolBar

    • Method Detail

      • isStandalone

        boolean isStandalone()
                      throws GeneralLeanFtException
        Returns whether the toolbar is independent or nested in another control.
        Returns:
        True if the toolbar is independent.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getLeftItemsCount

        int getLeftItemsCount()
                       throws GeneralLeanFtException
        Returns the number of the items in the left part of the toolbar. This number includes separators, but does not include the overflow button.
        Returns:
        The number of the items in the left part of the toolbar (including the separators and excluding the overflow button).
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getMiddleItemsCount

        int getMiddleItemsCount()
                         throws GeneralLeanFtException
        Returns the number of the items in the middle part of the toolbar. This number includes separators, but does not include the overflow button.
        Returns:
        The number of the items in the middle part of the toolbar (including the separators and excluding the overflow button).
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getRightItemsCount

        int getRightItemsCount()
                        throws GeneralLeanFtException
        Returns the number of the items in the right part of the toolbar, including separators.
        Returns:
        The number of the items in the right part of the toolbar, including separators.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.