DataModelListener | DataModelListener represents an event listener that wishes to be notified of DataModelEvent s occurring on a particular DataModel instance. |
code | html |
DataModel | DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by JavaServer Faces components that support per-row processing for their child components (such as UIData . The data collection underlying a DataModel instance is modeled as a collection of row objects that can be accessed by a zero-relative cursor (row index). |
code | html |
ArrayDataModel | ArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects. |
code | html |
DataModel.DataModelIterator | code | html | |
DataModelEvent | DataModelEvent represents an event of interest to registered listeners that occurred on the specified DataModel . |
code | html |
ListDataModel | ListDataModel is a convenience implementation of
DataModel that wraps an |
code | html |
NoRowAvailableException | Custom exception to be thrown by the default DataModel implementations. |
code | html |
ResultDataModel | ResultDataModel is a convenience implementation of
DataModel that wraps a JSTL |
code | html |
ResultSetDataModel | ResultSetDataModel is a convenience implementation of
DataModel that wraps a |
code | html |
ResultSetDataModel.ResultSetEntries | code | html | |
ResultSetDataModel.ResultSetEntriesIterator | code | html | |
ResultSetDataModel.ResultSetEntry | code | html | |
ResultSetDataModel.ResultSetKeys | code | html | |
ResultSetDataModel.ResultSetKeysIterator | code | html | |
ResultSetDataModel.ResultSetMap | code | html | |
ResultSetDataModel.ResultSetValues | code | html | |
ResultSetDataModel.ResultSetValuesIterator | code | html | |
ScalarDataModel | ScalarDataModel is a convenience implementation of DataModel that wraps an individual Java object. |
code | html |
SelectItem | SelectItem represents a single item in the list of supported items associated with a UISelectMany or UISelectOne component. |
code | html |
SelectItemGroup | SelectItemGroup is a subclass of SelectItem that identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of the UISelectMany or UISelectOne renderer that is actually used. |
code | html |
Standard model data beans for JavaServer Faces.