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