Module net.anwiba.commons.swing
Interface ITableTextFieldActionFactory<T>
public interface ITableTextFieldActionFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock)
-
Method Details
-
create
Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock)
-