Package | Description |
---|---|
com.sun.faces.cdi | |
javax.faces.component | |
javax.faces.model |
Modifier and Type | Method and Description |
---|---|
<T extends DataModel<?>> |
CdiExtension.processBean(javax.enterprise.inject.spi.ProcessBean<T> event,
javax.enterprise.inject.spi.BeanManager beanManager)
Processing of beans
|
Modifier and Type | Method and Description |
---|---|
static DataModel<?> |
CdiUtils.createDataModel(Class<?> forClass) |
Modifier and Type | Method and Description |
---|---|
static Map<Class<?>,Class<? extends DataModel<?>>> |
CdiUtils.getDataModelClassesMap(javax.enterprise.inject.spi.CDI<Object> cdi) |
Map<Class<?>,Class<? extends DataModel<?>>> |
CdiExtension.getForClassToDataModelClass()
Gets the map of classes that can be wrapped by a data model to data model implementation classes
|
Modifier and Type | Method and Description |
---|---|
protected DataModel |
UIData.getDataModel()
Return the internal
DataModel object representing the data
objects that we will iterate over in this component's rendering. |
Modifier and Type | Method and Description |
---|---|
protected void |
UIData.setDataModel(DataModel dataModel)
Set the internal DataModel.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataModel<E>
ArrayDataModel is a convenience implementation of
DataModel that wraps an array of Java objects. |
class |
CollectionDataModel<E>
CollectionDataModel is a convenience
implementation of |
class |
IterableDataModel<E>
IterableDataModel is an
implementation of |
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. |
Modifier and Type | Method and Description |
---|---|
DataModel |
DataModelEvent.getDataModel()
Return the
DataModel that fired this event. |
Constructor and Description |
---|
DataModelEvent(DataModel model,
int index,
Object data)
Construct an event object that is associated with the specified
row index and associated data.
|
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.