com.hp.lft.sdk.sap.gui

Class TableBaseDescription

    • Constructor Detail

      • TableBaseDescription

        public TableBaseDescription()
        Initializes a new instance of the TableBaseDescription class.
      • TableBaseDescription

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

      • setTitle

        public void setTitle(java.lang.String title)
        Sets the title of the object.
        Parameters:
        title - the title.
      • getTitle

        public StringProperty getTitle()
        Returns the title of the object.
        Returns:
        the title.
      • setEnabled

        public void setEnabled(java.lang.Boolean isEnabled)
        Sets whether the object can accept user input.
        Parameters:
        isEnabled - true to enable.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Indicates whether the object can accept user input.
        Returns:
        true if enabled.