| Interface | Description |
|---|---|
| DataMapping<T> |
Takes care of the mapping between form fields and the model.
|
| Form<T> |
A form bound to a model using well defined states and operations.
|
| Form.CancelCallback<T> | |
| Form.PrepareRemove<T> |
Callback to prepare the remove operation.
|
| Form.PrepareReset<T> |
Callback to prepare the reset operation.
|
| Form.SaveCallback<T> | |
| FormItem<T> | |
| FormItemProvider<T> |
Provider to create form items based on attributes descriptions from a
org.jboss.hal.meta.description.ResourceDescription. |
| FormItemValidation<T> |
Simple form item validation handler
|
| FormValidation<T> |
Makes it possible to validate the form as a whole or to check fields which depend on other fields.
|
| ModelNodeItem |
Marker interface for form items which manage complex attributes.
|
| ResolveExpressionEvent.HasResolveExpressionHandlers | |
| ResolveExpressionEvent.ResolveExpressionHandler | |
| SelectBoxBridge.ChangeListener | |
| StateMachine |
Defines how to transition between states based on operations.
|
| SuggestHandler |
An interface to suggest values for form items.
|
| SwitchBridge.ChangeListener | |
| TagsManager.Validator | |
| TagsMapping<T> |
Maps tags from and to the specified type
|
| Class | Description |
|---|---|
| AbstractForm<T> |
A generic form with some reasonable UI defaults.
|
| AbstractFormItem<T> |
Base class for all form item implementations.
|
| AbstractStateMachine | |
| AddOnlyStateMachine |
A state machine for transient models.
|
| BlacklistValidation | |
| ButtonItem | |
| CompositeFormItem |
A form item composed from a list of other form items.
|
| DefaultMapping<T> | |
| EditingAppearance<T> |
Abstract editing appearance which builds the following DOM tree:
|
| ExistingStateMachine |
A state machine for existing models.
|
| FileItem | |
| Form.FinishRemove<T> |
Callback to be used after the remove operation has been successfully executed.
|
| Form.FinishReset<T> |
Callback to be used after the reset operation has been successfully executed.
|
| FormLinks<T> |
Links for commons form operations placed above the actual form.
|
| ListItem | |
| MultiSelectBoxItem | |
| NumberItem | |
| NumberSelectItem |
A form item to select from a small set of distinct numbers using a button group.
|
| PasswordItem | |
| PatternValidation | |
| PatternValidation.JndiNameValidation | |
| PreListItem | |
| PreTextItem | |
| PropertiesItem | |
| ReadOnlyAppearance<T> |
Abstract read-only appearance which builds the following DOM tree:
|
| ReadOnlyStateMachine |
A read-only state machine.
|
| RequiredValidation<T> | |
| ResolveExpression | |
| ResolveExpressionEvent | |
| SelectBoxBridge | |
| SelectBoxBridge.Defaults | |
| SelectBoxBridge.Multi | |
| SelectBoxBridge.Options | |
| SelectBoxBridge.Single | |
| SingleSelectBoxItem | |
| SingletonStateMachine |
A state machine for singleton resources.
|
| StaticItem | |
| SwitchBridge | |
| SwitchBridge.Api | |
| SwitchItem | |
| TagsItem<T> | |
| TagsManager |
Java wrapper for Tags Manager.
|
| TagsManager.Api | |
| TagsManager.Defaults | |
| TagsManager.Options | |
| TextBoxItem | |
| URLItem | |
| ValidationResult |
| Enum | Description |
|---|---|
| Decoration |
Predefined set of decorations which can be applied and
unapplied to an
Appearance to modify its L&F. |
| Form.Operation | |
| Form.State | |
| FormItemValidation.ValidationRule |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.