Class CheckBoxField


  • public class CheckBoxField
    extends FormField
    The type Check box field.
    • Constructor Detail

      • CheckBoxField

        public CheckBoxField​(int annotationIndex,
                             String name,
                             int pageIndex,
                             double x,
                             double y,
                             double width,
                             double height,
                             String value,
                             boolean booleanValue,
                             boolean readOnly)
        (INTERNAL) Please Get CheckBoxField from FormFieldsSet.getCheckBoxFields() from FormManager.getFields()
        Parameters:
        annotationIndex - the annotation index
        name - the name
        pageIndex - the page index
        x - the x
        y - the y
        width - the width
        height - the height
        value - the value
        booleanValue - the boolean value
        readOnly - the read only
    • Method Detail

      • getBooleanValue

        public final boolean getBooleanValue()
        Gets boolean value of the checkbox.
        Returns:
        the boolean value