|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowAction | |
|---|---|
| org.zeroexchange.web.components.contract | |
| org.zeroexchange.web.components.resource.action | |
| org.zeroexchange.web.components.table | |
| org.zeroexchange.web.page.contract | |
| Uses of RowAction in org.zeroexchange.web.components.contract |
|---|
| Methods in org.zeroexchange.web.components.contract that return types with arguments of type RowAction | |
|---|---|
protected List<RowAction<Contract>> |
ContractsPanel.getContractRowActions()
Returns Available contract's actions. |
| Uses of RowAction in org.zeroexchange.web.components.resource.action |
|---|
| Methods in org.zeroexchange.web.components.resource.action that return types with arguments of type RowAction | |
|---|---|
protected List<RowAction<T>> |
TendersManagementPanel.getTenderRowActions()
Row actions. |
| Uses of RowAction in org.zeroexchange.web.components.table |
|---|
| Classes in org.zeroexchange.web.components.table that implement RowAction | |
|---|---|
class |
ParentAwareRowAction<T>
|
| Constructor parameters in org.zeroexchange.web.components.table with type arguments of type RowAction | |
|---|---|
ActionsColumn(org.apache.wicket.model.IModel<String> displayModel,
List<RowAction<T>> actions)
Constructor. |
|
| Uses of RowAction in org.zeroexchange.web.page.contract |
|---|
| Methods in org.zeroexchange.web.page.contract that return types with arguments of type RowAction | |
|---|---|
protected List<RowAction<Resource>> |
ViewContract.getResourceRowActions()
Returns list of the actions available for the each resource row. |
protected List<RowAction<Resource>> |
EditContract.getResourceRowActions()
Returns list of the actions available for the each resource row. |
protected abstract List<RowAction<Resource>> |
ContractDetails.getResourceRowActions()
Returns list of the actions available for the each resource row. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||