com.hp.lft.sdk.sap.ui5

Class MenuDescription

    • Constructor Detail

      • MenuDescription

        public MenuDescription()
        Constructs a new MenuDescription.
      • MenuDescription

        protected MenuDescription(MenuDescription.Init<?> init)
        Initializes a new instance of the MenuDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether the menu is enabled.
        Parameters:
        enabled - true to enable the object.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Returns whether the menu is enabled.
        Returns:
        True if enabled.