| Package | Description |
|---|---|
| org.jboss.hal.core.finder |
| Modifier and Type | Method and Description |
|---|---|
ItemActionHandler<T> |
ItemAction.getHandler() |
<T> ItemActionHandler<T> |
ItemMonitor.monitorPlaceRequest(String itemId,
String nameToken,
Callback callback)
Wraps and monitors an item action which triggers a place request.
|
| Modifier and Type | Method and Description |
|---|---|
StaticItem.Builder |
StaticItem.Builder.action(String title,
ItemActionHandler<StaticItem> action) |
ItemAction.Builder<T> |
ItemAction.Builder.handler(ItemActionHandler<T> handler) |
<T> ItemAction<T> |
ItemActionFactory.remove(String type,
String name,
AddressTemplate template,
AddressTemplate constraint,
ItemActionHandler<T> handler) |
<T> ItemAction<T> |
ItemActionFactory.remove(String type,
String name,
AddressTemplate template,
ItemActionHandler<T> handler)
Wraps the specified handler inside a confirmation dialog.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.