Class CheckboxPart

  • All Implemented Interfaces:
    IParameterDescriptor

    public class CheckboxPart
    extends AbstractPart
    UI part descriptor for a check box. This UI part supports the following types: Boolean, Integer (0: false, non-0: true), and String ("0": false, not-"0": true).
    • Constructor Detail

      • CheckboxPart

        public CheckboxPart​(ParameterDescriptor paramDescriptor)
        Creates a new CheckboxPart object with a given parameter descriptor.
        Parameters:
        paramDescriptor - the parameter descriptor for this UI part.
    • Method Detail

      • checkType

        protected void checkType()
        Description copied from class: AbstractPart
        Checks the types supported by this UI part.
        Overrides:
        checkType in class AbstractPart