| Package | Description |
|---|---|
| org.fujion.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
INestedModel<M>
Extends the list model by adding support for nesting models within models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListModel<M>
Implementation of a list model.
|
class |
NestedModel<M> |
| Modifier and Type | Method and Description |
|---|---|
IListModel<M> |
INestedModel.getChildren(M parent)
Returns the child list model given the parent.
|
IListModel<M> |
ModelAndView.getModel() |
default IListModel<?> |
ISupportsModel.getModel() |
IListModel<M> |
IModelAndView.getModel()
Returns the list model, or null if none set.
|
default <M> IListModel<M> |
ISupportsModel.getModel(Class<M> type)
Returns the model for this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelAndView.setModel(IListModel<M> model) |
void |
IModelAndView.setModel(IListModel<M> model)
Sets the list model.
|
default <M> void |
ISupportsModel.setModel(IListModel<M> model) |
| Constructor and Description |
|---|
ModelAndView(BaseComponent parent,
IListModel<M> model,
IComponentRenderer<T,M> renderer) |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.