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
Event related to
TableView2 filtering.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventType<FilterEvent>Common supertype for all sort event types.Fields inherited from class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFilterEvent(C source, EventTarget target) Construct a newEventwith the specified event source and target, with typeFILTER_EVENT. -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
toString
-
Field Details
-
ANY
Common supertype for all sort event types.
-
-
Constructor Details
-
FilterEvent
Construct a newEventwith the specified event source and target, with typeFILTER_EVENT. If the source or target is set tonull, it is replaced by theNULL_SOURCE_TARGETvalue.- Parameters:
source- the event source which sent the eventtarget- the event target to associate with the event
-
-
Method Details
-
filterEvent
-
getSource
- Overrides:
getSourcein classEventObject
-