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