Module net.anwiba.commons.swing
Interface ITableCheckActionEnabledValidator<T>
public interface ITableCheckActionEnabledValidator<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider)
-
Method Details
-
checkEnabled
boolean checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider)
-