| Modifier and Type | Class and Description |
|---|---|
class |
AbstractForm<T>
A generic form with some reasonable UI defaults.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Form.FinishRemove.afterRemove(Form<T> form) |
abstract void |
Form.FinishReset.afterReset(Form<T> form) |
void |
Form.PrepareRemove.beforeRemove(Form<T> form) |
void |
Form.PrepareReset.beforeReset(Form<T> form) |
void |
DefaultMapping.clearFormItems(Form<T> form) |
void |
DataMapping.clearFormItems(Form<T> form) |
void |
DefaultMapping.newModel(T model,
Form<T> form) |
void |
DataMapping.newModel(T model,
Form<T> form) |
void |
Form.CancelCallback.onCancel(Form<T> form) |
void |
Form.SaveCallback.onSave(Form<T> form,
Map<String,Object> changedValues) |
void |
DefaultMapping.persistModel(T model,
Form<T> form) |
void |
DataMapping.persistModel(T model,
Form<T> form) |
void |
DefaultMapping.populateFormItems(T model,
Form<T> form) |
void |
DataMapping.populateFormItems(T model,
Form<T> form) |
ValidationResult |
FormValidation.validate(Form<T> form) |
| Constructor and Description |
|---|
FinishRemove(Form<T> form) |
FinishReset(Form<T> form) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.bindForm(Form<T> form) |
void |
DataTable.bindForm(Form<T> form)
Binds a form to the table and takes care to view or clear the form upon selection changes
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.bindForms(Iterable<Form<T>> forms) |
void |
DataTable.bindForms(Iterable<Form<T>> forms) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneServerPresenter.reset(String type,
AddressTemplate template,
Form<ModelNode> form,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
<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.
|
<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.
|
<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.
|
| 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 |
|---|---|
ValidationResult |
CredentialReference.AlternativeValidation.validate(Form<T> form) |
| Modifier and Type | Method and Description |
|---|---|
Form<NamedNode> |
ResourceElement.getForm() |
Form<ModelNode> |
ResourceElement.getFormComplexList() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
MbuiViewImpl.removeSingletonForm(String type,
ResourceAddress address,
Form<T> form) |
protected <T> void |
MbuiViewImpl.resetForm(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata) |
protected <T> void |
MbuiViewImpl.resetSingletonForm(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Form<ModelNode> |
ModifyResourceDialog.getForm() |
Form<ModelNode> |
AddResourceDialog.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyResourceDialog.Callback.onModify(Form<ModelNode> form,
Map<String,Object> changedValues)
Called after the dialog was closed using the primary button.
|
| Constructor and Description |
|---|
AddResourceDialog(String title,
Form<ModelNode> form,
AddResourceDialog.Callback callback)
Uses an existing form for the dialog.
|
ModifyResourceDialog(String title,
Form<ModelNode> form,
ModifyResourceDialog.Callback callback)
Uses an existing form for the dialog.
|
ModifyResourceDialog(String title,
Form<ModelNode> form,
ModifyResourceDialog.Callback callback,
Callback closed) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupedForm<T extends ModelNode>
A form which groups attributes on different tabs.
|
class |
ModelNodeForm<T extends ModelNode> |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
RequireAtLeastOneAttributeValidation.validate(Form<T> form) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.