Uses of Interface
io.github.tonywasher.joceanus.tethys.api.table.TethysUITableManager.TethysUIOnRowCommit
Packages that use TethysUITableManager.TethysUIOnRowCommit
Package
Description
Tethys Table Manager API.
Tethys Core Table Manager.
-
Uses of TethysUITableManager.TethysUIOnRowCommit in io.github.tonywasher.joceanus.tethys.api.table
Methods in io.github.tonywasher.joceanus.tethys.api.table with parameters of type TethysUITableManager.TethysUIOnRowCommitModifier and TypeMethodDescriptionTethysUITableManager.setOnCommit(TethysUITableManager.TethysUIOnRowCommit<R> pOnCommit) Set the on-commit consumer. -
Uses of TethysUITableManager.TethysUIOnRowCommit in io.github.tonywasher.joceanus.tethys.core.table
Methods in io.github.tonywasher.joceanus.tethys.core.table with parameters of type TethysUITableManager.TethysUIOnRowCommitModifier and TypeMethodDescriptionTethysUICoreTableManagerImpl.setOnCommit(TethysUITableManager.TethysUIOnRowCommit<R> pOnCommit)