Class FormExclGroup

All Implemented Interfaces:
Peer

public class FormExclGroup extends ExclGroup
  • Method Details

    • getDeltas

      public void getDeltas(Element delta, XFAList list)
      Description copied from class: Element
      Gets a collection of deltas to restore. The locale attribute is always restored immediately, and is not returned in the list of deltas.
      Overrides:
      getDeltas in class Element
      Parameters:
      delta - an Element from the form packet.
      list - the list of deltas to be populated.
    • getDataNode

      public DataNode getDataNode()
      Get the data node bound to this Form node
      Overrides:
      getDataNode in class ExclGroup
      Returns:
      The XFA Data node bound to this Form Node
    • getIsNull

      public boolean getIsNull()
      Description copied from class: Element
      Determine if this node contains a null value.
      Overrides:
      getIsNull in class Element
      Returns:
      true if this node contains a null value, false otherwise.
      See Also:
    • execEvent

      public void execEvent(String sActivity)
      Overrides:
      execEvent in class ExclGroup
    • execValidate

      public boolean execValidate()
      Overrides:
      execValidate in class ExclGroup
    • getCPDField

      public Object getCPDField()
    • setCPDField

      public void setCPDField(Object oCPDField)
      For use by Gibson for XFAplugins.
    • getRegistered

      public boolean getRegistered(int eActivity)
    • notifyPeers

      public void notifyPeers(int eventType, String arg1, Object arg2)
      Description copied from class: ProtoableNode
      This method will be called whenever its state changes. This will also modify the eventType and notify the parent of this tree
      Specified by:
      notifyPeers in interface Peer
      Overrides:
      notifyPeers in class ProtoableNode
      Parameters:
      eventType - the event type as enumerated in this class
      arg1 - additional event information
      arg2 - additional event information