| static <T> EventType<ListView.EditEvent<T>> | ListView. editAnyEvent() | An EventType that indicates some edit event has occurred. | 
| static <T> EventType<ListView.EditEvent<T>> | ListView. editCancelEvent() | An EventType used to indicate that an edit event has just been canceled
 within the ListView upon which the event was fired. | 
| static <T> EventType<ListView.EditEvent<T>> | ListView. editCommitEvent() | An EventType used to indicate that an edit event has been committed
 within the ListView upon which the event was fired. | 
| static <T> EventType<ListView.EditEvent<T>> | ListView. editStartEvent() | An EventType used to indicate that an edit event has started within the
 ListView upon which the event was fired. | 
| EventHandler<ListView.EditEvent<T>> | ListView. getOnEditCancel() | Returns the  EventHandler that will be called when the user cancels
 an edit. | 
| EventHandler<ListView.EditEvent<T>> | ListView. getOnEditCommit() | Returns the  EventHandler that will be called when the user commits
 an edit. | 
| EventHandler<ListView.EditEvent<T>> | ListView. getOnEditStart() | Returns the  EventHandler that will be called when the user begins
 an edit. | 
| ObjectProperty<EventHandler<ListView.EditEvent<T>>> | ListView. onEditCancelProperty() | This event handler will be fired when the user cancels editing a cell. | 
| ObjectProperty<EventHandler<ListView.EditEvent<T>>> | ListView. onEditCommitProperty() | This property is used when the user performs an action that should
 result in their editing input being persisted. | 
| ObjectProperty<EventHandler<ListView.EditEvent<T>>> | ListView. onEditStartProperty() | This event handler will be fired when the user successfully initiates
 editing. |