|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.component.UIComponent | +--oracle.adf.view.faces.component.UIXComponent | +--oracle.adf.view.faces.component.UIXComponentBase | +--oracle.adf.view.faces.component.CollectionBase
Base class for components that do stamping
Field Summary |
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY, TYPE |
Fields inherited from interface javax.faces.component.NamingContainer |
SEPARATOR_CHAR |
Constructor Summary | |
protected |
CollectionBase(java.lang.String rendererType)
|
Method Summary | |
void |
broadcast(javax.faces.event.FacesEvent event)
Delivers a wrapped event to the appropriate component. |
abstract java.lang.Object |
getRowData()
Gets the data for the current row. |
protected abstract java.lang.String |
getRowKey()
|
abstract java.lang.String |
getVar()
Gets the EL variable name to use when iterating through the collection's data. |
abstract boolean |
isRowAvailable()
Checks to see if the current row is available. |
void |
processDecodes(javax.faces.context.FacesContext context)
Decodes this component before decoding the facets. |
void |
processUpdates(javax.faces.context.FacesContext context)
Updates this component before updating the facets. |
void |
processValidators(javax.faces.context.FacesContext context)
Validates this component before validating the facets. |
void |
queueEvent(javax.faces.event.FacesEvent event)
Queues an event. |
protected abstract void |
setRowKey(java.lang.String rowKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected CollectionBase(java.lang.String rendererType)
Method Detail |
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class UIXComponentBase
event
- public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class UIXComponentBase
event
-
javax.faces.event.AbortProcessingException
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class UIXComponentBase
context
- public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class UIXComponentBase
context
- public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UIXComponentBase
context
- protected abstract java.lang.String getRowKey()
protected abstract void setRowKey(java.lang.String rowKey)
public abstract java.lang.Object getRowData()
CollectionModel#getRowData
public abstract boolean isRowAvailable()
CollectionModel#isRowAvailable
public abstract java.lang.String getVar()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |