Class ReadOnlyState
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.controls.bettertable.events.State
public final class ReadOnlyState<T extends Object> implements State<T>
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyState(EventContext<T> context)
-
Method Summary
Modifier and Type Method Description State.NextState<T>onEvent(TableEvent.RequestEvent<T> event)-
-
Constructor Detail
-
ReadOnlyState
ReadOnlyState(EventContext<T> context)
-
-
Method Detail
-
onEvent
State.NextState<T> onEvent(TableEvent.RequestEvent<T> event)
-
-
-
-