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

A

AbstractApplicationBean - class com.sun.jsfcl.app.AbstractApplicationBean.
AbstractApplicationBean is the abstract base class for data bean(s) that are stored in application scope attributes.
AbstractApplicationBean() - Constructor for class com.sun.jsfcl.app.AbstractApplicationBean
Create a new application scope bean.
AbstractPageBean - class com.sun.jsfcl.app.AbstractPageBean.
AbstractPageBean is the abstract base class for every page bean associated with a JSP page containing JavaServer Faces components.
AbstractPageBean() - Constructor for class com.sun.jsfcl.app.AbstractPageBean
Register this bean as a PhaseListener so that it can participate in the request processing lifecycle of each request.
AbstractRequestBean - class com.sun.jsfcl.app.AbstractRequestBean.
AbstractRequestBean is the abstract base class for data bean(s) that are stored in request scope attributes.
AbstractRequestBean() - Constructor for class com.sun.jsfcl.app.AbstractRequestBean
Create a new request scope bean.
AbstractSessionBean - class com.sun.jsfcl.app.AbstractSessionBean.
AbstractSessionBean is the abstract base class for data bean(s) that are stored in session scope attributes.
AbstractSessionBean() - Constructor for class com.sun.jsfcl.app.AbstractSessionBean
Create a new session scope bean.
add(int, DataCache.Row) - Method in class com.sun.jsfcl.data.DataCache
Add a new row entry to the cache, replacing any existing cache entry for the same rowIndex value.
afterApplyRequestValues() - Method in class com.sun.jsfcl.app.FacesBean
 
afterInvokeApplication() - Method in class com.sun.jsfcl.app.FacesBean
 
afterPhase(PhaseEvent) - Method in class com.sun.jsfcl.app.AbstractPageBean
If this event is for the request associated with this page bean, call through to the appropriate "after" lifecycle method for this page bean, and notify interested session bean and application bean instances as well.
afterPhase(PhaseEvent) - Method in class com.sun.jsfcl.app.FacesBean
Call through to the "after" lifecycle callback method for the current phase.
afterPhase(PhaseEvent) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Process the specified after phase event.
afterProcessValidations() - Method in class com.sun.jsfcl.app.FacesBean
 
afterRenderResponse() - Method in class com.sun.jsfcl.app.FacesBean
 
afterRestoreView() - Method in class com.sun.jsfcl.app.FacesBean
 
afterUpdateModelValues() - Method in class com.sun.jsfcl.app.FacesBean
 

B

beanCreatedSetup(DesignBean) - Method in class com.sun.jsfcl.convert.CalendarConverterDesignInfo
 
beforeApplyRequestValues() - Method in class com.sun.jsfcl.app.FacesBean
 
beforeInvokeApplication() - Method in class com.sun.jsfcl.app.FacesBean
 
beforePhase(PhaseEvent) - Method in class com.sun.jsfcl.app.AbstractPageBean
If this event is for the request associated with this page bean, call through to the appropriate "before" lifecycle method for this page bean, and notify interested session bean and application bean instances as well.
beforePhase(PhaseEvent) - Method in class com.sun.jsfcl.app.FacesBean
Call through to the "before" lifecycle callback method for the current phase.
beforePhase(PhaseEvent) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Process the specified before phase event.
beforeProcessValidations() - Method in class com.sun.jsfcl.app.FacesBean
 
beforeRenderResponse() - Method in class com.sun.jsfcl.app.FacesBean
 
beforeRestoreView() - Method in class com.sun.jsfcl.app.FacesBean
 
beforeUpdateModelValues() - Method in class com.sun.jsfcl.app.FacesBean
 

C

CONVERTER_ID - Static variable in class com.sun.jsfcl.convert.CalendarConverter
The standard converter id for this converter.
CREATED_VIEW - Static variable in class com.sun.jsfcl.app.ViewHandlerImpl
The request scope attribute under which we store the view id when createView() is called.
CachedRowSetDataModel - class com.sun.jsfcl.data.CachedRowSetDataModel.
CachedRowSetDataModel is a convenience implementation of DataModel that wraps a CachedRowSet of Java objects.
CachedRowSetDataModel() - Constructor for class com.sun.jsfcl.data.CachedRowSetDataModel
Construct a new CachedRowSetDataModel with no specified wrapped data.
CachedRowSetDataModel(CachedRowSet) - Constructor for class com.sun.jsfcl.data.CachedRowSetDataModel
Construct a new CachedRowSetDataModel wrapping the specified CachedRowSet.
CalendarConverter - class com.sun.jsfcl.convert.CalendarConverter.
Converter implementation for java.util.Calendar values.
CalendarConverter() - Constructor for class com.sun.jsfcl.convert.CalendarConverter
 
CalendarConverterBeanInfo - class com.sun.jsfcl.convert.CalendarConverterBeanInfo.
 
CalendarConverterBeanInfo() - Constructor for class com.sun.jsfcl.convert.CalendarConverterBeanInfo
Construct a CalendarConverterBeanInfo instance
CalendarConverterDesignInfo - class com.sun.jsfcl.convert.CalendarConverterDesignInfo.
 
CalendarConverterDesignInfo() - Constructor for class com.sun.jsfcl.convert.CalendarConverterDesignInfo
Creates a new instance of CalendarConverterDesignInfo
calculateLocale(FacesContext) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Return an appropriate Locale to use for this and subsequent requests for the current client.
calculateRenderKitId(FacesContext) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Return an appropriate RenderKit identifier for this and subsequent requests from the current client.
clear() - Method in class com.sun.jsfcl.data.DataCache.Row
 
clear() - Method in class com.sun.jsfcl.data.DataCache
Clear any cached row and column data.
clear() - Method in class com.sun.jsfcl.data.RowSetDataModel
Clear any cached row-specific data.
com.sun.jsfcl.app - package com.sun.jsfcl.app
 
com.sun.jsfcl.convert - package com.sun.jsfcl.convert
 
com.sun.jsfcl.data - package com.sun.jsfcl.data
 
commit() - Method in class com.sun.jsfcl.data.DataCache.Column
If this column value has been updated, copy the current value to the original value and clear the updated state.
commit() - Method in class com.sun.jsfcl.data.DataCache.Row
Call commit() on all of the included columns in order to make the current values be the original ones, and reset the updated state.
commit() - Method in class com.sun.jsfcl.data.DataCache
Commit the updated state of all cached rows.
commit() - Method in class com.sun.jsfcl.data.RowSetDataModel
Push any deleted or updated cached rows to the specified table, then call commit() on the JDBC Connection underlying our current RowSet, as well as our associated DataCache.
containsKey(Object) - Method in class com.sun.jsfcl.data.DataCache.Row
 
createColumn(String, String, String, int, Object) - Method in class com.sun.jsfcl.data.DataCache
Create and return a Column instance configured with the specified parameters.
createColumn(String, String, String, int, Class, Object) - Method in class com.sun.jsfcl.data.DataCache
Create and return a Column instance configured with the specified parameters.
createRow(DataCache.Column[]) - Method in class com.sun.jsfcl.data.DataCache
Create and return a Row instance configured with the specified parameters.
createView(FacesContext, String) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Create and return a new UIViewRoot instance initialized with information from this FacesContext for the specified viewId.

D

DataCache - class com.sun.jsfcl.data.DataCache.
Cache for row and column values that supports persisting the data behind a UIData component across HTTP requests, without requiring that the underlying JDBC connection remain open.
DataCache() - Constructor for class com.sun.jsfcl.data.DataCache
 
DataCache.Column - class com.sun.jsfcl.data.DataCache.Column.
Column encapsulates the stored information about a single "column" of data, typically corresponding to a column from an individual row in an underlying relational database.
DataCache.Row - class com.sun.jsfcl.data.DataCache.Row.
Row encapsulates the stored information about a single "row" of data, typically corresponding to a row in an underlying relational database.
DefaultSelectItemsArray - class com.sun.jsfcl.data.DefaultSelectItemsArray.
 
DefaultSelectItemsArray() - Constructor for class com.sun.jsfcl.data.DefaultSelectItemsArray
 
DefaultTableDataModel - class com.sun.jsfcl.data.DefaultTableDataModel.
 
DefaultTableDataModel() - Constructor for class com.sun.jsfcl.data.DefaultTableDataModel
 
destroy() - Method in class com.sun.jsfcl.app.AbstractPageBean
Callback method that is called after rendering is completed for this request, if init() was called, regardless of whether or not this was the page that was actually rendered.

E

encoding - Variable in class com.sun.jsfcl.app.AbstractApplicationBean
Mapping from the String version of the Locale for this response to the corresponding character encoding.
entrySet() - Method in class com.sun.jsfcl.data.DataCache.Row
 
erase() - Method in class com.sun.jsfcl.app.FacesBean
Erase previously submitted values for all input components on this page.
error(String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a global FacesMessage (not associated with any particular componen) containing the specified summary text and a message severity level of FacesMessage.SEVERITY_ERROR.
error(UIComponent, String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a FacesMessage associated with the specified component, containing the specified summary text and a message severity level of FacesMessage.SEVERITY_ERROR.
execute() - Method in class com.sun.jsfcl.data.RowSetDataModel
Clear any cached data, then re-execute the query for the rowset we are connected to.

F

FacesBean - class com.sun.jsfcl.app.FacesBean.
FacesBean is the abstract base class for all page beans, session scope data beans, and application scope data beans that wish to participate in the request processing lifecycle.
FacesBean() - Constructor for class com.sun.jsfcl.app.FacesBean
 
fatal(String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a global FacesMessage (not associated with any particular componen) containing the specified summary text and a message severity level of FacesMessage.SEVERITY_FATAL.
fatal(UIComponent, String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a FacesMessage associated with the specified component, containing the specified summary text and a message severity level of FacesMessage.SEVERITY_FATAL.

G

get(Object) - Method in class com.sun.jsfcl.data.DataCache.Row
 
get(int) - Method in class com.sun.jsfcl.data.DataCache
Return the cached row associated with the specified row index, if any; otherwise, return null.
getActionURL(FacesContext, String) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Return a URL suitable for rendering that selects the specified view identifier.
getApplication() - Method in class com.sun.jsfcl.app.FacesBean
Return the Application instance for the current web application.
getApplicationMap() - Method in class com.sun.jsfcl.app.FacesBean
Return a Map of the application scope attributes for this web application.
getAsObject(FacesContext, UIComponent, String) - Method in class com.sun.jsfcl.convert.CalendarConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class com.sun.jsfcl.convert.SqlDateConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class com.sun.jsfcl.convert.SqlTimeConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class com.sun.jsfcl.convert.SqlTimestampConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class com.sun.jsfcl.convert.CalendarConverter
 
getBean(String) - Method in class com.sun.jsfcl.app.FacesBean
Return any attribute stored in request scope, session scope, or application scope under the specified name.
getBeanDescriptor() - Method in class com.sun.jsfcl.convert.CalendarConverterBeanInfo
 
getBeanDescriptor() - Method in class com.sun.jsfcl.convert.SqlTimestampConverterBeanInfo
 
getCachedRowSet() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
Return the CachedRowSet we are connected with, if any; otherwise, return null.
getColumnName() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the column name for this column as a String.
getContext() - Method in class com.sun.jsfcl.app.FacesBean
Return the FacesContext instance for the current request.
getDataCache() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the DataCache containing our cached row and column data, creating one if necessary.
getDataCacheKey() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the session attribute key under which our DataCache instance will be stored.
getDateStyle() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the style to be used to format or parse dates.
getExternalContext() - Method in class com.sun.jsfcl.app.FacesBean
Return the ExternalContext instance for the current request.
getFacesContext() - Method in class com.sun.jsfcl.app.FacesBean
Return the FacesContext instance for the current request.
getItems() - Method in class com.sun.jsfcl.data.DefaultSelectItemsArray
 
getJavaType() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the Java type for this column.
getKey() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the column name for this column.
getLifecycle() - Method in class com.sun.jsfcl.app.FacesBean
Return the configured Lifecycle instance for the current web application.
getLocale() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the Locale to be used when parsing or formatting dates and times.
getLocaleCharacterEncoding() - Method in class com.sun.jsfcl.app.AbstractApplicationBean
Return an appropriate character encoding based on the Locale defined for the current JavaServer Faces view.
getOriginal() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the original value for this column.
getPattern() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the format pattern to be used when formatting and parsing dates and times.
getPhaseId() - Method in class com.sun.jsfcl.app.FacesBean
Return PhaseId.ANY_PHASE to indicate that we are interested in all phases.
getPhaseId() - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Return PhaseId.ANY_PHASE because we are interested in all phase events.
getPropertyDescriptors() - Method in class com.sun.jsfcl.convert.CalendarConverterBeanInfo
Returns the PropertyDescriptor array which describes the property meta-data for this JavaBean
getPropertyDescriptors() - Method in class com.sun.jsfcl.convert.SqlTimestampConverterBeanInfo
Returns the PropertyDescriptor array which describes the property meta-data for this JavaBean
getReplacement() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the replacement value for this column, if any.
getRequestMap() - Method in class com.sun.jsfcl.app.FacesBean
Return a Map of the request scope attributes for the current request.
getResourceURL(FacesContext, String) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Return a URL suitable for rendering that selects the specified resource.
getRowCount() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
Return -1, since CachedRowSet does not provide a standard way to determine the number of available rows without scrolling through the entire CachedRowSet, and this can be very expensive if the number of rows is large.
getRowCount() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return -1 to indicate that the number of rows available is unknown.
getRowData() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
If row data is available, return a Map representing the values of the columns for the row specified by rowIndex, keyed by the corresponding column names.
getRowData() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return a Map representing the column values for the row specified by the current rowIndex.
getRowIndex() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
 
getRowIndex() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the zero-relative index of the currently positioned row, or -1 if we are not positioned on a row.
getRowSet() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the RowSet we are connected with, if any; otherwise, return null.
getSchemaName() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the name of the schema containing the table containing this column (if any); otherwise, return null.
getSchemaName() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the name of the database schema containing the table we will update when commit() is called.
getSessionMap() - Method in class com.sun.jsfcl.app.FacesBean
Return a Map of the session scope attributes for the current user's session.
getSqlType() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the SQL type for this column.
getTableName() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the name of the table containing this column (if any); otherwise, return null.
getTableName() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the name of the database table we will update when commit() is called.
getTimeStyle() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the style to be used to format or parse times.
getTimeZone() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the TimeZone used to interpret a time value.
getType() - Method in class com.sun.jsfcl.convert.CalendarConverter
Return the type of value to be formatted or parsed.
getValue(String) - Method in class com.sun.jsfcl.app.FacesBean
Evaluate the specified value binding expression, and return the value that it points at.
getValue() - Method in class com.sun.jsfcl.data.DataCache.Column
Return the replacement value if this column has been updated; else return the original value.
getWrappedData() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
 
getWrappedData() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return the RowSet we are currently wrapping, if any.

I

info(String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a global FacesMessage (not associated with any particular componen) containing the specified summary text and a message severity level of FacesMessage.SEVERITY_INFO.
info(UIComponent, String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a FacesMessage associated with the specified component, containing the specified summary text and a message severity level of FacesMessage.SEVERITY_INFO.
init() - Method in class com.sun.jsfcl.app.AbstractPageBean
Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation.
isDeleted() - Method in class com.sun.jsfcl.data.DataCache.Row
Return true if this row has been marked for deletion.
isPostBack() - Method in class com.sun.jsfcl.app.FacesBean
Return true if the current request was a post back for an existing view, rather than the creation of a new view.
isRowAvailable() - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
Return true if there is wrappedData available, and the result of calling absolute() on the underlying CachedRowSet, passing the current value of rowIndex plus one (to account for the fact that CachedRowSet uses one-relative indexing), returns true.
isRowAvailable() - Method in class com.sun.jsfcl.data.RowSetDataModel
Return true if there is a cache entry for the current rowIndex value.
isTransient() - Method in class com.sun.jsfcl.convert.CalendarConverter
 
isUpdated() - Method in class com.sun.jsfcl.data.DataCache.Column
Return true if the value for this column has been updated.
isUpdated() - Method in class com.sun.jsfcl.data.DataCache.Row
Return true if any column value in this Row has been updated.
iterator() - Method in class com.sun.jsfcl.data.DataCache
Return an Iterator over the row index values (of type java.lang.Integer) for which cached data is present.

L

log(String) - Method in class com.sun.jsfcl.app.FacesBean
Log the specified message to the container's log file.
log(String, Throwable) - Method in class com.sun.jsfcl.app.FacesBean
Log the specified message and exception to the container's log file.

M

mapViewId(String) - Method in interface com.sun.jsfcl.app.PageBeanMapper
Return the managed bean name for the page bean (must extend AbstractPageBean) that corresponds to the specified view identifier (typically the context-relative path to a JSP page).
mapViewId(String) - Method in class com.sun.jsfcl.app.PageBeanMapperImpl
Map the specified view identifier (which will be the context relative path of a JSP page) to the managed bean name of the corresponding page bean (which must extend AbstractPageBean).

N

newDefaultData() - Static method in class com.sun.jsfcl.data.DefaultTableDataModel
 

P

PageBeanMapper - interface com.sun.jsfcl.app.PageBeanMapper.
Interface describing a service used to map from a JavaServer Faces view identifier (typically the context relative path to a JSP page) to the managed bean name of the corresponding page bean.
PageBeanMapperImpl - class com.sun.jsfcl.app.PageBeanMapperImpl.
Default implementation of PageBeanMapper that corresponds to the mapping performed by the IDE at design time.
PageBeanMapperImpl() - Constructor for class com.sun.jsfcl.app.PageBeanMapperImpl
 
preprocess() - Method in class com.sun.jsfcl.app.AbstractPageBean
Callback method that is called after the component tree has been restored, but before any event processing takes place.
prerender() - Method in class com.sun.jsfcl.app.AbstractPageBean
Callback method that is called just before rendering takes place.
put(Object, Object) - Method in class com.sun.jsfcl.data.DataCache.Row
 

R

RowSetDataModel - class com.sun.jsfcl.data.RowSetDataModel.
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.jsfcl.data.RowSetDataModel
Create a new RowSetDataModel instance not connected to any underlying RowSet.
RowSetDataModel(RowSet) - Constructor for class com.sun.jsfcl.data.RowSetDataModel
Create a new RowSetDataModel instance wrapping the specified RowSet.
remove(Object) - Method in class com.sun.jsfcl.data.DataCache.Row
 
remove(int) - Method in class com.sun.jsfcl.data.DataCache
Remove any row entry corresponding to the specified rowIndex.
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.
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.jsfcl.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.jsfcl.data.DataCache.Row
Reset the updated state of this row and all underlying columns.
reset() - Method in class com.sun.jsfcl.data.DataCache
Reset the updated state of all rows and columns in the cache.
reset() - Method in class com.sun.jsfcl.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.jsfcl.convert.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.
rollback() - Method in class com.sun.jsfcl.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.

S

SqlDateConverter - class com.sun.jsfcl.convert.SqlDateConverter.
Custom by-type converter for java.sql.Date instances.
SqlDateConverter() - Constructor for class com.sun.jsfcl.convert.SqlDateConverter
 
SqlTimeConverter - class com.sun.jsfcl.convert.SqlTimeConverter.
Custom by-type converter for java.sql.Time instances.
SqlTimeConverter() - Constructor for class com.sun.jsfcl.convert.SqlTimeConverter
 
SqlTimestampConverter - class com.sun.jsfcl.convert.SqlTimestampConverter.
Custom by-type converter for java.sql.Timestamp instances.
SqlTimestampConverter() - Constructor for class com.sun.jsfcl.convert.SqlTimestampConverter
 
SqlTimestampConverterBeanInfo - class com.sun.jsfcl.convert.SqlTimestampConverterBeanInfo.
 
SqlTimestampConverterBeanInfo() - Constructor for class com.sun.jsfcl.convert.SqlTimestampConverterBeanInfo
Construct a FloatConverterBeanInfo instance
saveState(FacesContext) - Method in class com.sun.jsfcl.convert.CalendarConverter
 
setBean(String, Object) - Method in class com.sun.jsfcl.app.FacesBean
Replace the value of any attribute stored in request scope, session scope, or application scope under the specified name.
setCachedRowSet(CachedRowSet) - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
Set the CachedRowSet we are connected with, or pass null to disconnect.
setDataCacheKey(String) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the session attribute key under which our DataCache instance will be stored.
setDateStyle(String) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the style to be used to format or parse dates.
setDeleted(boolean) - Method in class com.sun.jsfcl.data.DataCache.Row
Set the deleted flag on this row to the specified value.
setItems(String[]) - Method in class com.sun.jsfcl.data.DefaultSelectItemsArray
 
setLocale(Locale) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the Locale to be used when parsing or formatting dates and times.
setObject(int, Object) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the designated parameter on the RowSet to which we are connected.
setObject(int, Object, int) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the designated parameter on the RowSet to which we are connected.
setObject(int, Object, int, int) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the designated parameter on the RowSet to which we are connected.
setPattern(String) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the format pattern to be used when formatting and parsing dates and times.
setRowIndex(int) - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
 
setRowIndex(int) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the zero relative index for the newly positioned row, or set to -1 for no currently selected row.
setRowSet(RowSet) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the RowSet we are connected with, or pass null to disconnect.
setSchemaName(String) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the name of the database schema containing the table we will update when commit() is called.
setTableName(String) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the name of the database table we will update when commit() is called.
setTimeStyle(String) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the style to be used to format or parse times.
setTimeZone(TimeZone) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the TimeZone used to interpret a time value.
setTransient(boolean) - Method in class com.sun.jsfcl.convert.CalendarConverter
 
setType(String) - Method in class com.sun.jsfcl.convert.CalendarConverter
Set the type of value to be formatted or parsed.
setValue(String, Object) - Method in class com.sun.jsfcl.app.FacesBean
Evaluate the specified value binding expression, and update the value that it points at.
setValue(Object) - Method in class com.sun.jsfcl.data.DataCache.Column
If the specified value is different from the original value, save it and mark this column (and the containing row) as having been updated.
setWrappedData(Object) - Method in class com.sun.jsfcl.data.CachedRowSetDataModel
 
setWrappedData(Object) - Method in class com.sun.jsfcl.data.RowSetDataModel
Set the RowSet wrapped by this RowSetDataModel, or null to disconnect from the previously connected RowSet.

V

ViewHandlerImpl - class com.sun.jsfcl.app.ViewHandlerImpl.
ViewHandler implementation that allows events to be triggered upon the occurrence of specific ViewHandler method calls.
ViewHandlerImpl(ViewHandler) - Constructor for class com.sun.jsfcl.app.ViewHandlerImpl
Construct a new ViewHandlerImpl that delegates to the specified ViewHandler instance.

W

warn(String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a global FacesMessage (not associated with any particular componen) containing the specified summary text and a message severity level of FacesMessage.SEVERITY_WARN.
warn(UIComponent, String) - Method in class com.sun.jsfcl.app.FacesBean
Enqueue a FacesMessage associated with the specified component, containing the specified summary text and a message severity level of FacesMessage.SEVERITY_WARN.
writeState(FacesContext) - Method in class com.sun.jsfcl.app.ViewHandlerImpl
Take appropriate action to save the current state information.

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