Class CheckBox


  • public class CheckBox
    extends Field

    A check box field

    • Method Detail

      • getCheckedExportName

        public java.lang.String getCheckedExportName()

        The name of the checked ('on') state used when exporting (Getter)

        Throws:
        java.lang.IllegalStateException - if the object has already been closed
      • getChecked

        public boolean getChecked()

        The state of the check box (Getter)

        Throws:
        java.lang.IllegalStateException - if the object has already been closed
      • setChecked

        public void setChecked​(boolean value)

        The state of the check box (Setter)

        Throws:
        java.lang.IllegalStateException - if the object has already been closed
        java.lang.UnsupportedOperationException - if the document is read-only
        java.lang.IllegalStateException - if the form field is marked as read-only