| Interface | Description |
|---|---|
| EnabledEntity |
Data Model interface for Entities with an enabled attribute.
|
| EntityListView<T> | |
| EntityToDmrBridge<T> |
Implementers of this class know how to perform CRUD and other
operations on the given type T.
|
| FormItemObserver | |
| FormItemType.FormItemFactory | |
| FrameworkPresenter | |
| FrameworkView |
Super interface for Views that use this framework.
|
| HasProperties | |
| NamedEntity |
Data Model interface for Entities with a name attribute.
|
| SingleEntityView<T> |
| Class | Description |
|---|---|
| AbstractEntityView<T> |
An abstract view class with a full EntityEditor.
|
| AbstractSingleEntityView<T> | |
| AddEntityWindow<T> |
Window used to add an instance of an Entity.
|
| Columns |
Helpful Column classes for types known to the View Framework.
|
| Columns.EnabledColumn | |
| Columns.NameColumn | |
| DmrCallback |
Helper class that automatically logs the failure of an asynchronous call.
|
| EmbeddedListView | |
| EmbeddedPropertyView<T extends HasProperties,NamedEntity> | |
| EntityDetails<T> |
Displays form and buttons that allow editing of attributes of the Entity.
|
| EntityEditor<T> |
The editor that allows CRUD operations on an Entity.
|
| EntityPopupWindow<T> |
Generic popup window that executes a command on the EntityToDmrBridge when the user clicks the Save button.
|
| EntityToDmrBridgeImpl<T extends NamedEntity> |
This class knows how to do DMR operations and refresh the view.
|
| FormDeckPanel<T> | Deprecated |
| FormItemType.ByteUnitItemFactory | |
| FormItemType.CheckBoxItemFactory | |
| FormItemType.ComboBoxItemFactory | |
| FormItemType.FreeFormTextBoxItemFactory |
Unvalidated except for the required flag.
|
| FormItemType.JndiNameItemFactory | |
| FormItemType.ListBoxItemFactory | |
| FormItemType.NumberBoxItemFactory |
Factory for Short, Integer, and Long values
|
| FormItemType.PropertyEditorItemFactory | |
| FormItemType.StringListEditorItemFactory | |
| FormItemType.TextBoxItemFactory | |
| FormItemType.TextItemFactory | |
| FormItemType.UnitBoxItemFactory | |
| FormItemType.UnitsItemFactory | |
| HelpWidgetFactory | |
| SingleEntityToDmrBridgeImpl<T> | |
| TabbedFormLayoutPanel<T> |
Makes a Form with items automatically separated onto tabs.
|
| Enum | Description |
|---|---|
| FormItemObserver.Action | |
| FormItemType |
Handy set of classes that know how to make a FormItem for edit or display of typical
data types.
|
| FrameworkButton |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.