Uses of Interface
org.jboss.hal.core.CrudOperations.AddCallback
-
Packages that use CrudOperations.AddCallback Package Description org.jboss.hal.core org.jboss.hal.core.mbui.table -
-
Uses of CrudOperations.AddCallback in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type CrudOperations.AddCallback Modifier and Type Method Description voidCrudOperations. add(String type, String name, ResourceAddress address, ModelNode payload, CrudOperations.AddCallback callback)Executes an add operation using the specified name and payload.voidCrudOperations. add(String id, String type, AddressTemplate template, Iterable<String> attributes, FormItemValidation<String> nameItemValidator, CrudOperations.AddCallback callback)voidCrudOperations. add(String id, String type, AddressTemplate template, Iterable<String> attributes, CrudOperations.AddCallback callback)Opens an add-resource-dialog for the given resource type.voidCrudOperations. add(String id, String type, AddressTemplate template, FormItemValidation<String> nameItemValidator, CrudOperations.AddCallback callback)voidCrudOperations. add(String id, String type, AddressTemplate template, CrudOperations.AddCallback callback)Opens an add-resource-dialog for the given resource type.voidCrudOperations. add(String type, String name, AddressTemplate template, ModelNode payload, CrudOperations.AddCallback callback)Executes an add operation using the specified name and payload.voidCrudOperations. add(String name, ResourceAddress address, ModelNode payload, com.google.gwt.safehtml.shared.SafeHtml successMessage, CrudOperations.AddCallback callback)Executes an add operation using the specified name and payload.voidCrudOperations. add(String name, AddressTemplate template, ModelNode payload, com.google.gwt.safehtml.shared.SafeHtml successMessage, CrudOperations.AddCallback callback)Executes an add operation using the specified name and payload. -
Uses of CrudOperations.AddCallback in org.jboss.hal.core.mbui.table
Methods in org.jboss.hal.core.mbui.table with parameters of type CrudOperations.AddCallback Modifier and Type Method Description <T extends ModelNode>
Button<T>TableButtonFactory. add(String id, String type, AddressTemplate template, Iterable<String> attributes, CrudOperations.AddCallback callback)<T extends ModelNode>
Button<T>TableButtonFactory. add(String id, String type, AddressTemplate template, CrudOperations.AddCallback callback)
-