Class FormExclGroup

  • All Implemented Interfaces:
    Peer

    public class FormExclGroup
    extends ExclGroup
    • Method Detail

      • 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:
        Element.getIsNull()
      • execEvent

        public void execEvent​(java.lang.String sActivity)
        Overrides:
        execEvent in class ExclGroup
      • getCPDField

        public java.lang.Object getCPDField()
      • setCPDField

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

        public boolean getRegistered​(int eActivity)
      • notifyPeers

        public void notifyPeers​(int eventType,
                                java.lang.String arg1,
                                java.lang.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