Uses of Interface
org.jboss.hal.core.finder.ItemActionHandler
-
Packages that use ItemActionHandler Package Description org.jboss.hal.core.finder -
-
Uses of ItemActionHandler in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder that return ItemActionHandler Modifier and Type Method 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.Methods in org.jboss.hal.core.finder with parameters of type ItemActionHandler Modifier and Type Method Description StaticItem.BuilderStaticItem.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, ItemActionHandler<T> handler)Wraps the specified handler inside a confirmation dialog.<T> ItemAction<T>ItemActionFactory. remove(String type, String name, AddressTemplate template, AddressTemplate constraint, ItemActionHandler<T> handler)
-