|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataModel | |
|---|---|
| javax.faces.component | Fundamental APIs for user interface components. |
| javax.faces.model | Standard model data beans for JavaServer Faces. |
| Uses of DataModel in javax.faces.component |
|---|
| Methods in javax.faces.component that return DataModel | |
|---|---|
protected DataModel |
UIData.getDataModel()
Return the internal DataModel object representing the data
objects that we will iterate over in this component's rendering. |
| Methods in javax.faces.component with parameters of type DataModel | |
|---|---|
protected void |
UIData.setDataModel(DataModel dataModel)
Set the internal DataModel. |
| Uses of DataModel in javax.faces.model |
|---|
| Subclasses of DataModel in javax.faces.model | |
|---|---|
class |
ArrayDataModel<E>
ArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects. |
class |
ListDataModel<E>
ListDataModel is a convenience implementation of DataModel that wraps an List of Java objects. |
class |
ResultDataModel
ResultDataModel is a convenience implementation of DataModel that wraps a JSTL Result object, typically
representing the results of executing an SQL query via JSTL tags. |
class |
ResultSetDataModel
ResultSetDataModel is a convenience implementation of DataModel that wraps a ResultSet of Java objects. |
class |
ScalarDataModel<E>
ScalarDataModel is a convenience implementation of DataModel that wraps an individual Java object. |
| Methods in javax.faces.model that return DataModel | |
|---|---|
DataModel |
DataModelEvent.getDataModel()
Return the DataModel that fired this event. |
| Constructors in javax.faces.model with parameters of type DataModel | |
|---|---|
DataModelEvent(DataModel model,
int index,
java.lang.Object data)
Construct an event object that is associated with the specified row index and associated data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||