Class TableControlConfiguration


  • @Deprecated
    public class TableControlConfiguration
    extends java.lang.Object
    Deprecated.
    Used in the deprecated TableControl
    Description for table configurations.
    Author:
    Eugen Neufeld
    • Constructor Detail

      • TableControlConfiguration

        public TableControlConfiguration()
        Deprecated.
    • Method Detail

      • isAddRemoveDisabled

        public boolean isAddRemoveDisabled()
        Deprecated.
        Whether the add and remove buttons should be active.
        Returns:
        true if the buttons should be disabled, false other wise
      • setAddRemoveDisabled

        public void setAddRemoveDisabled​(boolean addRemoveDisabled)
        Deprecated.
        Sets whether the add and remove buttons should be active.
        Parameters:
        addRemoveDisabled - true if the buttons should be disabled, false otherwise