public class EditTableActionFactory<T> extends AbstractTableActionFactory<T>
| Constructor and Description |
|---|
EditTableActionFactory(ITableActionClosure<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
protected AbstractAction |
createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
createpublic EditTableActionFactory(ITableActionClosure<T> factory)
protected final AbstractAction createAction(IObjectTableModel<T> tableModel, net.anwiba.commons.model.ISelectionModel<T> selectionModel, ISelectionIndexModel<T> selectionIndexModel)
createAction in class AbstractTableActionFactory<T>protected void checkEnabled(Action action, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, net.anwiba.commons.model.ISelectionModel<T> selectionModel, net.anwiba.commons.model.IBooleanProvider sortStateProvider)
checkEnabled in class AbstractTableActionFactory<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.