All Implemented Interfaces:
Describable<ATXCustomSetting>, Serializable, Cloneable

public class ATXCustomBooleanSetting extends ATXCustomSetting
Class holding the information of an additional boolean ATX setting.
See Also:
  • Constructor Details

    • ATXCustomBooleanSetting

      @DataBoundConstructor public ATXCustomBooleanSetting(String name, boolean checked)
      Instantiates a new ATXCustomBooleanSetting.
      Parameters:
      name - the name of the setting
      checked - the checkbox status
  • Method Details