Module MaterialFX.materialfx.main
Class MFXTableView.TableViewEvent
java.lang.Object
java.util.EventObject
javafx.event.Event
io.github.palexdev.materialfx.controls.MFXTableView.TableViewEvent
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- MFXTableView<T>
public static class MFXTableView.TableViewEvent extends Event
Events class for the table view.
Defines a new EventType:
- FORCE_UPDATE_EVENT: this event is captures by the table view's skin to force an update of the rows. This is useful when the model is not based on JavaFX's properties because when some item changes the data is not updated automatically, so it must be done manually.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static EventType<MFXTableView.TableViewEvent>
FORCE_UPDATE_EVENT
-
Constructor Summary
Constructors Constructor Description TableViewEvent(EventType<? extends Event> eventType)
-
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed