| Package | Description |
|---|---|
| org.jboss.hal.core | |
| org.jboss.hal.core.mbui.table |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.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.
|
void |
CrudOperations.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.
|
void |
CrudOperations.add(String id,
String type,
AddressTemplate template,
CrudOperations.AddCallback callback)
Opens an add-resource-dialog for the given resource type.
|
void |
CrudOperations.add(String id,
String type,
AddressTemplate template,
Iterable<String> attributes,
CrudOperations.AddCallback callback)
Opens an add-resource-dialog for the given resource type.
|
void |
CrudOperations.add(String type,
String name,
AddressTemplate template,
ModelNode payload,
CrudOperations.AddCallback callback)
Executes an add operation using the specified name and payload.
|
void |
CrudOperations.add(String type,
String name,
ResourceAddress address,
ModelNode payload,
CrudOperations.AddCallback callback)
Executes an add operation using the specified name and payload.
|
void |
CrudOperations.jsAdd(String type,
String name,
Object address,
ModelNode payload,
CrudOperations.AddCallback callback)
Executes an add operation using the specified name and payload.
|
void |
CrudOperations.jsAddDialog(String type,
Object address,
String[] attributes,
CrudOperations.AddCallback callback)
Opens an add-resource dialog for the given resource type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelNode> |
TableButtonFactory.add(String id,
String type,
AddressTemplate template,
CrudOperations.AddCallback callback) |
<T extends ModelNode> |
TableButtonFactory.add(String id,
String type,
AddressTemplate template,
Iterable<String> attributes,
CrudOperations.AddCallback callback) |
ModelNodeTable.Builder<T> |
ModelNodeTable.Builder.jsAdd(String type,
Object template,
String[] attributes,
CrudOperations.AddCallback callback)
Adds a button to add a new resource.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.