| Package | Description |
|---|---|
| oracle.adf.view.rich.activedata | |
| oracle.adf.view.rich.event | |
| oracle.adf.view.rich.model |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseActiveDataModel
This class takes care of the basic implementation of listener management for the ActiveDataModel interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActiveDataModel> |
DataUpdateManager.getModelList()
Returns the list of ActiveDataModel intances registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveModelContext.addActiveModelInfo(ActiveDataModel activeModel, Object[] keyPath, String modelAttrName)
Registers the model key path and attribute to associate with the current active component attribute, if any.
|
ActiveDataEncoder |
DataUpdateManager.getRegisteredEncoder(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model) |
abstract void |
DataUpdateManager.registerComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, ActiveDataEncoder encoder)
Register active or PPR coomponent's model and encoder.
|
void |
NullDataUpdateManager.registerComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, ActiveDataEncoder encoder)
Register active or PPR coomponent's model and encoder.
|
abstract void |
DataUpdateManager.registerComponentForPPR(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, AutoPPRFilter filter)
Registers a component as interested in being automatically re-rendered in the next render phase in response to changes on an ActiveDataModel.
|
void |
NullDataUpdateManager.registerComponentForPPR(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, AutoPPRFilter filter)
Registers a component as interested in being automatically re-rendered in the next render phase in response to changes on an ActiveDataModel.
|
abstract void |
DataUpdateManager.registerComponentForPPRAndCacheEvents(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model)
Registers a component as interested in being automatically re-rendered in the next render phase in response to changes on an ActiveDataModel.
|
void |
NullDataUpdateManager.registerComponentForPPRAndCacheEvents(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model)
Registers a component as interested in being automatically re-rendered in the next render phase in response to changes on an ActiveDataModel.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDataModel |
ActiveDataEvent.getSource()
The active data model on which the Event initially occurred.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveCollectionModelDecorator
Users of this class are able to enable active data with the existing data models inside their JSF pages.
|
class |
ActiveScalarModelDecorator
Users of this class are able to enable active data with the existing data models inside their JSF pages.
|
class |
ActiveTreeModelDecorator |
| Modifier and Type | Method and Description |
|---|---|
abstract ActiveDataModel |
ActiveCollectionModelDecorator.getActiveDataModel()
returns the ActiveDataModel implementation
|
abstract ActiveDataModel |
ActiveScalarModelDecorator.getActiveDataModel()
returns the ActiveDataModel implementation
|
abstract ActiveDataModel |
ActiveTreeModelDecorator.getActiveDataModel()
returns the ActiveDataModel implementation
|