Uses of Class
org.jboss.hal.core.finder.ItemAction
-
Packages that use ItemAction Package Description org.jboss.hal.core.finder -
-
Uses of ItemAction in org.jboss.hal.core.finder
Fields in org.jboss.hal.core.finder declared as ItemAction Modifier and Type Field Description static ItemActionItemAction. SEPARATORMethods in org.jboss.hal.core.finder that return ItemAction Modifier and Type Method Description ItemAction<T>ItemAction.Builder. build()<T> ItemAction<T>ItemActionFactory. placeRequest(String title, com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)<T> ItemAction<T>ItemActionFactory. placeRequest(String title, com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest, Constraint constraint)<T> ItemAction<T>ItemActionFactory. remove(String type, String name, AddressTemplate template, FinderColumn<T> column)Creates a 'remove' action which removes the specified resource from the given template.<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, FinderColumn<T> column)<T> ItemAction<T>ItemActionFactory. remove(String type, String name, AddressTemplate template, AddressTemplate constraint, ItemActionHandler<T> handler)static <T> ItemAction<T>ItemAction. separator()<T> ItemAction<T>ItemActionFactory. view(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)<T> ItemAction<T>ItemActionFactory. view(String nameToken, String... parameter)<T> ItemAction<T>ItemActionFactory. viewAndMonitor(String itemId, com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)Methods in org.jboss.hal.core.finder that return types with arguments of type ItemAction Modifier and Type Method Description default List<ItemAction<T>>ItemDisplay. actions()Defines the action(s) available for the item.List<ItemAction<StaticItem>>StaticItemColumn.StaticItemDisplay. actions()List<ItemAction<StaticItem>>StaticItem. getActions()Methods in org.jboss.hal.core.finder with parameters of type ItemAction Modifier and Type Method Description StaticItem.BuilderStaticItem.Builder. action(ItemAction<StaticItem> itemAction)
-