Class DefaultState
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.controls.bettertable.events.State
public final class DefaultState<T extends Object> extends StateWithContext<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultState.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultState.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DefaultState(EventContext<T> context)
-
Method Summary
Modifier and Type Method Description State.NextState<T>onEvent(TableEvent.RequestEvent<T> event)-
-
Constructor Detail
-
DefaultState
DefaultState(EventContext<T> context)
-
-
Method Detail
-
onEvent
State.NextState<T> onEvent(TableEvent.RequestEvent<T> event)
-
-
-
-