Class DFRelationDataEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DFRelationDataEvent
    extends java.util.EventObject
    Author:
    svata
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DFField getChangedField()  
      java.util.Collection<? extends java.lang.Comparable<?>> getRowIDs()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DFRelationDataEvent

        public DFRelationDataEvent​(DFRelationDataProvider source,
                                   java.util.Collection<? extends java.lang.Comparable<?>> rowIDs,
                                   DFField changedField)
      • DFRelationDataEvent

        public DFRelationDataEvent​(DFRelationDataProvider source,
                                   java.util.Collection<? extends java.lang.Comparable<?>> rowIDs,
                                   java.util.Collection<? extends java.lang.Comparable<?>> oppositeRowIDs,
                                   DFField changedField)
    • Method Detail

      • getChangedField

        public DFField getChangedField()
      • getRowIDs

        public java.util.Collection<? extends java.lang.Comparable<?>> getRowIDs()