|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
PhaseListener so that it can
participate in the request processing lifecycle of each request.
rowIndex value.
createView() is called.
DataModel that wraps a CachedRowSet of Java objects.CachedRowSetDataModel with no specified
wrapped data.
CachedRowSetDataModel wrapping the specified
CachedRowSet.
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.
UIData component across HTTP requests, without
requiring that the underlying JDBC connection remain open.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.Row encapsulates the stored information
about a single "row" of data, typically corresponding to a row in
an underlying relational database.init() was called, regardless of whether
or not this was the page that was actually rendered.
Locale for
this response to the corresponding character encoding.
FacesMessage (not associated
with any particular componen) containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_ERROR.
FacesMessage associated with the
specified component, containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_ERROR.
FacesMessage (not associated
with any particular componen) containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_FATAL.
FacesMessage associated with the
specified component, containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_FATAL.
null.
Application instance for the current
web application.
Map of the application scope attributes
for this web application.
CachedRowSet we are connected with,
if any; otherwise, return null.
FacesContext instance for the current
request.
DataCache containing our cached row and
column data, creating one if necessary.
DataCache
instance will be stored.
ExternalContext instance for the
current request.
FacesContext instance for the current
request.
Lifecycle instance for the
current web application.
Locale to be used when parsing or formatting
dates and times.
Locale defined for the current JavaServer Faces
view.
PhaseId.ANY_PHASE to indicate that we are
interested in all phases.
PhaseId.ANY_PHASE because we are interested
in all phase events.
Map of the request scope attributes for
the current request.
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.
Map representing
the values of the columns for the row specified by rowIndex,
keyed by the corresponding column names.
Map representing the column values for
the row specified by the current rowIndex.
RowSet we are connected with,
if any; otherwise, return null.
null.
commit() is called.
Map of the session scope attributes for the
current user's session.
null.
commit() is called.
TimeZone used to interpret a time value.
RowSet we are currently wrapping,
if any.
FacesMessage (not associated
with any particular componen) containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_INFO.
FacesMessage associated with the
specified component, containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_INFO.
true if this row has been
marked for deletion.
true if the current request was a post back
for an existing view, rather than the creation of a new view.
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.
true if there is a cache entry for the
current rowIndex value.
true if the value for this column
has been updated.
true if any column value in this
Row has been updated.
Iterator over the row index values
(of type java.lang.Integer) for which cached data
is present.
AbstractPageBean) that corresponds to the specified
view identifier (typically the context-relative path to a
JSP page).
AbstractPageBean).
PageBeanMapper that corresponds to
the mapping performed by the IDE at design time.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 instance not connected to
any underlying RowSet.
RowSetDataModel instance wrapping the
specified RowSet.
rowIndex.
UIViewRoot.
reset() method), then call rollback()
on the JDBC Connectino underlying our current
RowSet.
java.sql.Date instances.java.sql.Time instances.java.sql.Timestamp
instances.FloatConverterBeanInfo instance
CachedRowSet we are connected with,
or pass null to disconnect.
DataCache instance will be stored.
deleted flag on this row
to the specified value.
Locale to be used when parsing or formatting
dates and times.
RowSet to which
we are connected.
RowSet to which
we are connected.
RowSet to which
we are connected.
RowSet we are connected with,
or pass null to disconnect.
commit() is called.
commit() is called.
TimeZone used to interpret a time value.
RowSet wrapped by this
RowSetDataModel, or null to disconnect
from the previously connected RowSet.
ViewHandlerImpl that delegates to the
specified ViewHandler instance.
FacesMessage (not associated
with any particular componen) containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_WARN.
FacesMessage associated with the
specified component, containing the specified summary text
and a message severity level of FacesMessage.SEVERITY_WARN.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||