public final class AddTableRowActionFactory<T> extends Object implements ITableActionFactory<T>
| Constructor and Description |
|---|
AddTableRowActionFactory(IActionCustomization customization,
ITableActionClosure<T> closure) |
AddTableRowActionFactory(ITableActionClosure<T> closure) |
| Modifier and Type | Method and Description |
|---|---|
Action |
create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
ISelectionModel<T> selectionModel,
IBooleanDistributor sortStateModel) |
public AddTableRowActionFactory(ITableActionClosure<T> closure)
public AddTableRowActionFactory(IActionCustomization customization, ITableActionClosure<T> closure)
public Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
create in interface ITableActionFactory<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.