java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.control.tableview2.event.FilterEvent<C>
Type Parameters:
C - The event source
All Implemented Interfaces:
Serializable, Cloneable

public class FilterEvent<C> extends Event
Event related to TableView2 filtering.
See Also:
  • Field Details

  • Constructor Details

    • FilterEvent

      public FilterEvent(C source, EventTarget target)
      Construct a new Event with the specified event source and target, with type FILTER_EVENT. If the source or target is set to null, it is replaced by the NULL_SOURCE_TARGET value.
      Parameters:
      source - the event source which sent the event
      target - the event target to associate with the event
  • Method Details