| Interface | Description |
|---|---|
| IComponentRenderer<T extends BaseComponent,M> |
Renders a model object to a component.
|
| IListModel<M> |
Describes a tracked list used to hold model objects.
|
| IListModel.IListModelListener |
Interface for listeners receiving events when the list is modified.
|
| IModelAndView<T extends BaseComponent,M> |
This is a composite interface consisting of a list model and its associated renderer.
|
| INestedModel<M> |
Extends the list model by adding support for nesting models within models.
|
| IPaginator |
Supports paging within a list model.
|
| IPaginator.IPagingListener |
Interface for listeners receiving events when a setting is modified.
|
| ISupportsModel<T extends BaseComponent> |
Interface for components that support an associated model and view.
|
| Class | Description |
|---|---|
| ListModel<M> |
Implementation of a list model.
|
| ModelAndView<T extends BaseComponent,M> | |
| NestedModel<M> | |
| Paginator |
Simple implementation of a paginator that can notify subscribers when a property value has
changed.
|
| SmartComparator |
General purpose comparator that will compare two objects using a specified property or field
name.
|
| Sorting |
| Enum | Description |
|---|---|
| IListModel.ListEventType | |
| IPaginator.PagingEventType |
Type of property change.
|
| Sorting.SortOrder | |
| Sorting.SortToggle |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.