| Constrainted |
Decorates a component that its value is constrainted by
Constraint.
|
| Framable |
Indicates a component that can be built-in collapsible, closable,
maximizable, and minimizable behavior, along with a variety of pre-built tool
buttons that can be wired up to provide other customized behavior.
|
| GroupingInfo |
Represents the runtime information of each iteration caused by GroupsModel
|
| GroupsSelectableModel<E> |
Indicate a groups model that supports selection.
|
| GroupsSortableModel<D> |
An extra interface that can be implemented with GroupsModel
to control the sorting and grouping of the data model.
|
| MediaElement |
Indicates a component that is a media element, which supports Track.
|
| Openable<E> |
Indicate an openable collection.
|
| Pageable |
Represents a component that can be displayed in multiple pages
but cannot be controlled by an external paging controller.
|
| Paginal |
Represents a component that is used to control how to display
other components in multiple pages.
|
| Paginated |
Indicates a component that can be controller by an external paging
controller (i.e., an instance of Paginal).
|
| Selectable<E> |
Indicate a selectable collection or component.
|
| SelectionControl<E> |
|
| Sortable<T> |
Indicate a data model that supports sorting.
|
| TreeOpenableModel |
Indicate an openable collection or components.
|
| TreeSelectableModel |
Indicate a tree model that supports selection.
|
| TristateModel<E> |
Indicate a model that supports tristate checkbox.
|