Class FormChoiceListField

  • All Implemented Interfaces:
    Peer

    public class FormChoiceListField
    extends FormField
    • Constructor Detail

      • FormChoiceListField

        public FormChoiceListField​(Element parent,
                                   Node prevSibling)
    • Method Detail

      • 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.