Uses of Interface
org.jboss.hal.ballroom.form.Form
-
-
Uses of Form in org.jboss.hal.ballroom.form
Classes in org.jboss.hal.ballroom.form that implement Form Modifier and Type Class Description classAbstractForm<T>A generic form with some reasonable UI defaults.Methods in org.jboss.hal.ballroom.form with parameters of type Form Modifier and Type Method Description abstract voidForm.FinishRemove. afterRemove(Form<T> form)abstract voidForm.FinishReset. afterReset(Form<T> form)voidForm.PrepareRemove. beforeRemove(Form<T> form)voidForm.PrepareReset. beforeReset(Form<T> form)voidDataMapping. clearFormItems(Form<T> form)voidDefaultMapping. clearFormItems(Form<T> form)voidDataMapping. newModel(T model, Form<T> form)voidDefaultMapping. newModel(T model, Form<T> form)voidForm.CancelCallback. onCancel(Form<T> form)voidForm.SaveCallback. onSave(Form<T> form, Map<String,Object> changedValues)voidDataMapping. persistModel(T model, Form<T> form)voidDefaultMapping. persistModel(T model, Form<T> form)voidDataMapping. populateFormItems(T model, Form<T> form)voidDefaultMapping. populateFormItems(T model, Form<T> form)ValidationResultFormValidation. validate(Form<T> form) -
Uses of Form in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table with parameters of type Form Modifier and Type Method Description voidDataTable. bindForm(Form<T> form)Binds a form to the table and takes care to view or clear the form upon selection changesvoidTable. bindForm(Form<T> form)Method parameters in org.jboss.hal.ballroom.table with type arguments of type Form Modifier and Type Method Description voidDataTable. bindForms(Iterable<Form<T>> forms)voidTable. bindForms(Iterable<Form<T>> forms) -
Uses of Form in org.jboss.hal.client.configuration.subsystem.distributableweb
Methods in org.jboss.hal.client.configuration.subsystem.distributableweb with parameters of type Form Modifier and Type Method Description voidDistributableWebPresenter. resetRouting(Routing routing, Form<ModelNode> form) -
Uses of Form in org.jboss.hal.client.configuration.subsystem.modcluster
Methods in org.jboss.hal.client.configuration.subsystem.modcluster with parameters of type Form Modifier and Type Method Description voidModclusterPresenter. prepareResetCustomLoadMetric(Form<NamedNode> form)voidModclusterPresenter. prepareResetLoadMetric(Form<NamedNode> form)voidModclusterPresenter. saveCustomLoadMetric(Form<NamedNode> form, Map<String,Object> changedValues)voidModclusterPresenter. saveLoadMetric(Form<NamedNode> form, Map<String,Object> changedValues) -
Uses of Form in org.jboss.hal.client.deployment.dialog
Methods in org.jboss.hal.client.deployment.dialog that return Form Modifier and Type Method Description Form<ModelNode>AddUnmanagedDialog. getForm() -
Uses of Form in org.jboss.hal.client.runtime.host
Methods in org.jboss.hal.client.runtime.host with parameters of type Form Modifier and Type Method Description voidHostPresenter. resetManagementInterface(AddressTemplate template, Form<ModelNode> form, Metadata metadata) -
Uses of Form in org.jboss.hal.client.runtime.managementinterface
Methods in org.jboss.hal.client.runtime.managementinterface with parameters of type Form Modifier and Type Method Description voidHttpManagementInterfacePresenter. resetManagementInterface(AddressTemplate template, Form<ModelNode> form, Metadata metadata) -
Uses of Form in org.jboss.hal.client.runtime.server
Methods in org.jboss.hal.client.runtime.server with parameters of type Form Modifier and Type Method Description voidStandaloneServerPresenter. reset(String type, AddressTemplate template, Form<ModelNode> form, Metadata metadata)voidStandaloneServerPresenter. resetManagementInterface(AddressTemplate template, Form<ModelNode> form, Metadata metadata) -
Uses of Form in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type Form Modifier and Type Method Description <T> voidComplexAttributeOperations. reset(String resource, String complexAttribute, String type, AddressTemplate template, Form<T> form, Callback callback)Undefines all non required attributes in the specified form.<T> voidComplexAttributeOperations. 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> voidComplexAttributeOperations. reset(String complexAttribute, String type, ResourceAddress address, Metadata metadata, Form<T> form, Callback callback)Undefines all non required attributes in the specified form.<T> voidCrudOperations. 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> voidCrudOperations. reset(String type, String name, ResourceAddress address, Form<T> form, Metadata metadata, Callback callback)Undefines all non required attributes in the specified form.<T> voidCrudOperations. 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> voidCrudOperations. reset(String type, String name, AddressTemplate template, Form<T> form, Metadata metadata, Callback callback)Undefines all non required attributes in the specified form.<T> voidCrudOperations. 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.<T> voidCrudOperations. resetSingleton(String type, ResourceAddress address, Form<T> form, Metadata metadata, Callback callback)Undefines all non required attributes in the specified form.<T> voidCrudOperations. 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> voidCrudOperations. resetSingleton(String type, AddressTemplate template, Form<T> form, Metadata metadata, Callback callback)Undefines all non required attributes in the specified form. -
Uses of Form in org.jboss.hal.core.elytron
Methods in org.jboss.hal.core.elytron that return Form Modifier and Type Method Description Form<ModelNode>CredentialReference. form(String baseId, Metadata metadata, String crName, String alternativeName, Supplier<String> alternativeValue, Supplier<Operation> ping, Supplier<ResourceAddress> address, Callback emptyAction, Callback callback)Creates a form for thecredential-referencecomplex attribute of a resource.Form<ModelNode>CredentialReference. form(String baseId, Metadata metadata, String crName, String alternativeName, Supplier<String> alternativeValue, Supplier<ResourceAddress> address, Callback callback)Form<ModelNode>CredentialReference. form(String baseId, Metadata metadata, String alternativeName, Supplier<String> alternativeValue, Supplier<ResourceAddress> address, Callback callback)Creates a form for thecredential-referencecomplex attribute of a resource.Methods in org.jboss.hal.core.elytron with parameters of type Form Modifier and Type Method Description ValidationResultCredentialReference.AlternativeValidation. validate(Form<T> form)ValidationResultCredentialReference.CrFormValuesValidation. validate(Form<ModelNode> form) -
Uses of Form in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui that return Form Modifier and Type Method Description Form<NamedNode>ResourceElement. getForm()Form<ModelNode>ResourceElement. getFormComplexList()Methods in org.jboss.hal.core.mbui with parameters of type Form Modifier and Type Method Description ResourceElement.BuilderResourceElement.Builder. addComplexObjectAttributeForm(String name, Form<ModelNode> form)Adds a custom form for a complex attribute of typeOBJECT -
Uses of Form in org.jboss.hal.core.mbui.dialog
Methods in org.jboss.hal.core.mbui.dialog that return Form Modifier and Type Method Description Form<ModelNode>AddResourceDialog. getForm()Form<ModelNode>ModifyResourceDialog. getForm()Methods in org.jboss.hal.core.mbui.dialog with parameters of type Form Modifier and Type Method Description voidModifyResourceDialog.Callback. onModify(Form<ModelNode> form, Map<String,Object> changedValues)Called after the dialog was closed using the primary button.Constructors in org.jboss.hal.core.mbui.dialog with parameters of type Form Constructor 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) -
Uses of Form in org.jboss.hal.core.mbui.form
Classes in org.jboss.hal.core.mbui.form that implement Form Modifier and Type Class Description classGroupedForm<T extends ModelNode>A form which groups attributes on different tabs.classModelNodeForm<T extends ModelNode>Methods in org.jboss.hal.core.mbui.form with parameters of type Form Modifier and Type Method Description ValidationResultExactlyOneAlternativeValidation. validate(Form<T> form)ValidationResultNotMoreThanOneAlternativeValidation. validate(Form<T> form)ValidationResultRequireAtLeastOneAttributeValidation. validate(Form<T> form)
-