A B C D E F G I L M N P R S T V W

R

release() - Method in class com.sun.rave.faces.taglib.AbstractTag
Release any resources allocated during the execution of this tag handler.
remove(int) - Method in class com.sun.rave.faces.data.DataCache
Remove any row entry corresponding to the specified rowIndex.
remove(Object) - Method in class com.sun.rave.faces.data.DataCache.Row
 
removeLifeCycleListener(LifeCycleListener) - Method in class com.sun.rave.faces.lifecycle.CreatorLifeCycle
 
renderAttributes(FacesContext, UIComponent, ResponseWriter) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render the element attributes for the generated markup related to this component.
renderBoolean(FacesContext, UIComponent, ResponseWriter, String[]) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render any boolean attributes on the specified list that have true values on the corresponding attribute of the specified UIComponent.
renderCoreAttributes(FacesContext, UIComponent, ResponseWriter, String) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render the "core" set of attributes for this UIComponent.
renderEnd(FacesContext, UIComponent, ResponseWriter) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render the element end for the generated markup related to this component.
renderPassThrough(FacesContext, UIComponent, ResponseWriter, String[]) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render any attributes on the specified list directly to the specified ResponseWriter for which the specified UIComponent has a non-null attribute value.
renderResponse() - Method in class com.sun.jsfcl.app.FacesBean
Skip any remaining request processing lifecycle phases for the current request, and go immediately to Render Response phase.
renderStart(FacesContext, UIComponent, ResponseWriter) - Method in class com.sun.rave.faces.renderer.AbstractRenderer
Render the element start for the generated markup related to this component.
renderStart(FacesContext, UIComponent, ResponseWriter) - Method in class com.sun.rave.faces.renderer.EncodingRenderer
Set the character component if we have a non-null value.
renderView(FacesContext, UIViewRoot) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Perform the necessary actions to render the specified view as part of the current response.
reset() - Method in class com.sun.rave.faces.data.DataCache.Column
Reset the updated state of this column, and throw away any reference to a replacement value.
reset() - Method in class com.sun.rave.faces.data.DataCache
Reset the updated state of all rows and columns in the cache.
reset() - Method in class com.sun.rave.faces.data.DataCache.Row
Reset the updated state of this row and all underlying columns.
reset() - Method in class com.sun.rave.faces.data.RowSetDataModel
Reset any deleted or updated values in the cache, so that any cached rows no longer appear to have been modified.
restoreState(FacesContext, Object) - Method in class com.sun.rave.faces.component.EncodingComponent
Restore the state of this component from the specified object.
restoreState(FacesContext, Object) - Method in class com.sun.rave.faces.converter.CalendarConverter
 
restoreView(FacesContext, String) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Perform necessary actions to restore the specified view and return a corresponding UIViewRoot.
resultSet - Variable in class com.sun.rave.faces.data.ResultSetPropertyResolver.ColumnData
 
resultSet - Variable in class com.sun.rave.faces.data.ResultSetPropertyResolver.RowData
 
ResultSetPropertyResolver - Class in com.sun.rave.faces.data
This custom Property Resolver handles the special case of resolving ResultSet columns into editable data values.
ResultSetPropertyResolver(PropertyResolver) - Constructor for class com.sun.rave.faces.data.ResultSetPropertyResolver
 
ResultSetPropertyResolver.ColumnData - Class in com.sun.rave.faces.data
 
ResultSetPropertyResolver.ColumnData(ResultSet) - Constructor for class com.sun.rave.faces.data.ResultSetPropertyResolver.ColumnData
 
ResultSetPropertyResolver.RowData - Class in com.sun.rave.faces.data
 
ResultSetPropertyResolver.RowData(ResultSet) - Constructor for class com.sun.rave.faces.data.ResultSetPropertyResolver.RowData
 
rollback() - Method in class com.sun.rave.faces.data.RowSetDataModel
Reset any deleted or updated values in the cache (as is done by the reset() method), then call rollback() on the JDBC Connectino underlying our current RowSet.
rowChanged(RowSetEvent) - Method in class com.sun.rave.faces.data.DataValueBinder
 
rowSet - Variable in class com.sun.rave.faces.data.DataValueBinder
 
rowSet - Variable in class com.sun.rave.faces.data.RowSetColumnBinding
 
RowSetBindable - Interface in com.sun.rave.faces.data
 
rowSetChanged(RowSetEvent) - Method in class com.sun.rave.faces.data.DataValueBinder
 
RowSetColumnBindable - Interface in com.sun.rave.faces.data
 
RowSetColumnBinding - Class in com.sun.rave.faces.data
 
RowSetColumnBinding() - Constructor for class com.sun.rave.faces.data.RowSetColumnBinding
 
RowSetColumnBinding(RowSet, String, String) - Constructor for class com.sun.rave.faces.data.RowSetColumnBinding
 
RowSetDataModel - Class in com.sun.jsfcl.data
Deprecated.  
RowSetDataModel() - Constructor for class com.sun.jsfcl.data.RowSetDataModel
Deprecated.  
RowSetDataModel - Class in com.sun.rave.faces.data
Runtime implementation of javax.faces.model.DataModel that caches retrieved database data in memory (in a session scope attribute of type DataCache), even when the underlying rowset is closed.
RowSetDataModel() - Constructor for class com.sun.rave.faces.data.RowSetDataModel
Create a new RowSetDataModel instance not connected to any underlying RowSet.
RowSetDataModel(RowSet) - Constructor for class com.sun.rave.faces.data.RowSetDataModel
Create a new RowSetDataModel instance wrapping the specified RowSet.

A B C D E F G I L M N P R S T V W