com.hp.lft.sdk.web

Class CheckBoxDescription

    • Constructor Detail

      • CheckBoxDescription

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

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

      • setChecked

        public void setChecked(java.lang.Boolean isChecked)
        Sets whether the check box is checked.
        Parameters:
        isChecked - true, if the check box is checked.
      • isChecked

        public java.lang.Boolean isChecked()
        Indicates whether the check box is checked.
        Returns:
        true, if the check box is checked.
      • setEnabled

        public void setEnabled(java.lang.Boolean isEnabled)
        Sets whether the check box is enabled.
        Parameters:
        isEnabled - true if enabled.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Indicates whether the check box is enabled.
        Returns:
        true if enabled.
      • setType

        public void setType(StringProperty type)
        Sets the type of object as defined in the HTML input tag.
        Overrides:
        setType in class FormFieldDescription
        Parameters:
        type - a StringProperty(or RegExpProperty) representing the type of object as defined in the HTML input tag.
      • setType

        public void setType(java.lang.String type)
        Sets the type of object as defined in the HTML input tag.
        Overrides:
        setType in class FormFieldDescription
        Parameters:
        type - the type of object as defined in the HTML input tag.
      • getType

        public StringProperty getType()
        Returns the type of object as defined in the HTML input tag.
        Overrides:
        getType in class FormFieldDescription
        Returns:
        the type of object as defined in the HTML input tag.