Class FormChoiceListField

All Implemented Interfaces:
Peer

public class FormChoiceListField extends FormField
  • Constructor Details

    • FormChoiceListField

      public FormChoiceListField(Element parent, Node prevSibling)
  • Method Details

    • getIsNull

      public boolean getIsNull(boolean bCheckData)
      See Also:
    • setIsNull

      public void setIsNull(boolean bNull, boolean bNotify)
      Description copied from class: Field
      Set this node to contain a null value.
      Overrides:
      setIsNull in class Field
      Parameters:
      bNull - true if the node contains a null value, false otherwise.