Interface | Description |
---|---|
DataBinder<Out extends Annotation,Type,WrapperType> |
Allows some "bound type" to be exposed to
the user interface via a "wrapper type".
|
DataSelector<In extends Annotation,WrapperType> |
Allows extraction of the selected item
from some "wrapper type".
|
Class | Description |
---|---|
DataModelBinder |
Exposes a List, array, Map or Set to the UI as a JSF DataModel
|
DataModelIndexSelector |
Extracts the selected "index" (the row index, or the key of a map) from a JSF DataModel.
|
DataModelSelector |
Extracts the selected object (the element, or the value of a map) from a JSF DataModel.
|
Copyright © 2015 Seam Framework. All Rights Reserved.