| Modifier and Type | Method and Description |
|---|---|
Search.Builder |
Search.Builder.onClear(Callback onClear) |
void |
VerticalNavigation.onShow(String id,
Callback callback) |
EmptyState.Builder |
EmptyState.Builder.primaryAction(String title,
Callback callback) |
EmptyState.Builder |
EmptyState.Builder.primaryAction(String title,
Callback callback,
Constraint constraint) |
EmptyState.Builder |
EmptyState.Builder.secondaryAction(String title,
Callback callback) |
EmptyState.Builder |
EmptyState.Builder.secondaryAction(String title,
Callback callback,
Constraint constraint) |
void |
EmptyState.setPrimaryAction(String title,
Callback callback) |
| Constructor and Description |
|---|
Action(String id,
String text,
Callback callback) |
Action(String id,
String text,
Constraint constraint,
Callback callback) |
Action(String id,
String text,
String title,
Callback callback) |
Action(String id,
String text,
String title,
Constraints constraints,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
static Dialog |
DialogFactory.buildConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
elemental2.dom.HTMLElement element,
Callback confirm)
Creates and returns a confirmation dialog using the question and the provided element.
|
static Dialog |
DialogFactory.buildConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
elemental2.dom.HTMLElement element,
Dialog.Size size,
Callback confirm) |
Dialog.Builder |
Dialog.Builder.closed(Callback closed) |
Dialog.Builder |
Dialog.Builder.okCancel(Callback okCallback)
Shortcut for a dialog with a 'Ok' and 'Cancel' button.
|
static void |
DialogFactory.showConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
Callback confirm)
Creates and shows a confirmation dialog using the provided question.
|
static void |
DialogFactory.showConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
elemental2.dom.HTMLElement element,
Callback confirm)
Creates and shows a confirmation dialog using the question and the provided element.
|
Dialog.Builder |
Dialog.Builder.yesNo(Callback yesCallback)
Shortcut for a dialog with a 'Yes' and 'No' button.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Form.FinishRemove<T>
Callback to be used after the remove operation has been successfully executed.
|
static class |
Form.FinishReset<T>
Callback to be used after the reset operation has been successfully executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointManager.select(Callback callback) |
| Constructor and Description |
|---|
ApplyPatchWizard(Resources resources,
Environment environment,
Metadata metadata,
StatementContext statementContext,
Dispatcher dispatcher,
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Callback callback) |
RollbackWizard(String patchId,
Resources resources,
Environment environment,
Metadata metadata,
StatementContext statementContext,
Dispatcher dispatcher,
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexAttributeOperations.add(String complexAttribute,
String type,
ResourceAddress address,
ModelNode payload,
Callback callback)
Writes the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.add(String resource,
String complexAttribute,
String type,
AddressTemplate template,
ModelNode payload,
Callback callback)
Writes the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.add(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback)
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.add(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Iterable<String> attributes,
Callback callback)
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.listAdd(String resource,
String complexAttribute,
String type,
AddressTemplate template,
ModelNode payload,
Callback callback)
Adds the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.listAdd(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback)
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.listAdd(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Iterable<String> attributes,
Callback callback)
Opens an add-resource-dialog for the given complex attribute.
|
void |
CrudOperations.remove(String type,
String name,
AddressTemplate template,
Callback callback)
Shows a confirmation dialog and removes the resource if confirmed by the user.
|
void |
CrudOperations.remove(String type,
String name,
ResourceAddress address,
Callback callback)
Shows a confirmation dialog and removes the resource if confirmed by the user.
|
void |
ComplexAttributeOperations.remove(String complexAttribute,
String type,
ResourceAddress address,
Callback callback)
Undefines the complex attribute.
|
void |
ComplexAttributeOperations.remove(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback)
Undefines the complex attribute.
|
void |
ComplexAttributeOperations.remove(String resource,
String complexAttribute,
String type,
int index,
AddressTemplate template,
Callback callback)
Undefines the complex attribute at the specified index.
|
void |
CrudOperations.removeSingleton(String type,
AddressTemplate template,
Callback callback)
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
void |
CrudOperations.removeSingleton(String type,
ResourceAddress address,
Callback callback)
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
<T> void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
ComplexAttributeOperations.reset(String complexAttribute,
String type,
ResourceAddress address,
Metadata metadata,
Form<T> form,
Callback callback)
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified set.
|
<T> void |
ComplexAttributeOperations.reset(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Form<T> form,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
ComplexAttributeOperations.reset(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Metadata metadata,
Form<T> form,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.save(Composite operations,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String name,
AddressTemplate template,
Map<String,Object> changedValues,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String type,
String name,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback)
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String type,
String name,
Composite operations,
Callback callback)
Writes the changed values to the specified resource.
|
void |
ComplexAttributeOperations.save(String complexAttribute,
String type,
int index,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
Writes the changed values to the list-type complex attribute.
|
void |
CrudOperations.save(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
Writes the changed values to the specified resource.
|
void |
ComplexAttributeOperations.save(String complexAttribute,
String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
Writes the changed values to the complex attribute.
|
void |
ComplexAttributeOperations.save(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback)
Writes the changed values to the complex attribute.
|
void |
ComplexAttributeOperations.save(String resource,
String complexAttribute,
String type,
int index,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback)
Writes the changed values to the list-type complex attribute.
|
void |
CrudOperations.saveSingleton(AddressTemplate template,
Map<String,Object> changedValues,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(String type,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback)
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
Writes the changed values to the specified singleton resource.
|
void |
PropertiesOperations.saveSingletonWithProperties(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
String psr,
Map<String,String> properties,
Callback callback)
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
AddressTemplate template,
Map<String,Object> changedValues,
String psr,
Map<String,String> properties,
Callback callback)
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
ResourceAddress address,
Composite operations,
String psr,
Map<String,String> properties,
Callback callback)
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
String psr,
Map<String,String> properties,
Callback callback)
Saves the changed values and its properties (if modified) to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Form<ModelNode> |
CredentialReference.form(String baseId,
Metadata metadata,
String crName,
String alternativeName,
Supplier<String> alternativeValue,
Supplier<ResourceAddress> address,
Callback callback)
Creates a form for the
credential-reference complex attribute of a resource. |
Form<ModelNode> |
CredentialReference.form(String baseId,
Metadata metadata,
String alternativeName,
Supplier<String> alternativeValue,
Supplier<ResourceAddress> address,
Callback callback)
Creates a form for the
credential-reference complex attribute of a resource. |
| Modifier and Type | Method and Description |
|---|---|
<T> ItemActionHandler<T> |
ItemMonitor.monitorPlaceRequest(String itemId,
String nameToken,
Callback callback)
Wraps and monitors an item action which triggers a place request.
|
void |
FinderColumn.refresh(Callback callback) |
protected static elemental2.dom.HTMLElement |
PreviewContent.refreshLink(Callback callback)
Common building block for a refresh link
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElement.Builder |
ResourceElement.Builder.onAdd(Callback callback)
Defines the callback which is executed to add the main resource.
|
ResourceElement.Builder |
ResourceElement.Builder.onCrud(Callback callback)
Defines the callback which is used after all CRUD actions.
|
| Constructor and Description |
|---|
ModifyResourceDialog(String title,
Form<ModelNode> form,
ModifyResourceDialog.Callback callback,
Callback closed) |
| Modifier and Type | Method and Description |
|---|---|
ModelNodeForm.Builder<T> |
ModelNodeForm.Builder.singleton(Supplier<Operation> ping,
Callback addAction)
Use this method if you want to manage a singleton resource.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Button<T> |
TableButtonFactory.remove(String type,
AddressTemplate template,
Callback callback) |
<T> Button<T> |
TableButtonFactory.remove(String type,
AddressTemplate template,
Function<Table<T>,String> nameFunction,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerActions.copyServer(Server server,
Callback callback) |
void |
ServerActions.editUrl(Server server,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
Callback |
Message.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.error(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.error(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.error(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.error(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.info(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.info(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.info(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.info(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.success(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.success(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.success(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.success(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.warning(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.warning(long id,
com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
static Message |
Message.warning(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback) |
static Message |
Message.warning(com.google.gwt.safehtml.shared.SafeHtml message,
String actionTitle,
Callback callback,
boolean sticky) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.