| Package | Description |
|---|---|
| org.ujorm.wicket.component.grid |
| Modifier and Type | Method and Description |
|---|---|
static CommonAction[] |
CommonAction.of(String... actions)
A common action factory
|
| Modifier and Type | Method and Description |
|---|---|
<V> void |
AbstractDataProvider.add(org.ujorm.Key<? super U,V> column,
CommonAction... actions)
Create new instance of an Action Panel using actions from the argument list.
|
protected org.apache.wicket.ajax.markup.html.AjaxLink |
CommonActionPanel.createLink(String id,
CommonAction<U> action)
Create action
|
protected void |
CommonActionPanel.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
CommonAction<U> action)
On click event
|
| Constructor and Description |
|---|
CommonActionPanel(String id,
U row,
CommonAction... actions) |
Copyright © 2018. All rights reserved.