|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ActionEvent represents the activation of a user interface
component (such as a UICommand).ActionEvents.UIComponent that wishes to be a source of
ActionEvents, including the ability to invoke application
actions via the default ActionListener mechanism.ActionListener to the set of listeners interested
in being notified when ActionEvents occur.
UIComponent class.
Converter class.
DataModelListener to the set interested in
notifications from this DataModel.
FacesListener to the set of listeners
registered to receive event notifications from this UIComponent.
FacesListener to the set of listeners
registered to receive event notifications from this UIComponent.
Lifecycle instance, associated with
the specified lifecycleId, to be supported by this
LifecycleFactory.
FacesMessage to the set of messages associated with
the specified client identifier, if clientId is
not null.
PhaseListener instance that is interested in
being notified before and after the processing for standard phases of
the request processing lifecycle.
Renderer instance, associated with the
specified component family and rendererType,
to the set of Renderers registered with this RenderKit,
replacing any previously registered Renderer for this
combination of identifiers.
RenderKit instance, associated with
the specified renderKitId, to be supported by this
RenderKitFactory, replacing any previously registered
RenderKit for this identifier.
Validator class.
Validator instance to the set associated with
this component.
Validator instance to the set associated with
this UIInput.
ValueChangeListener to the set of listeners
interested in being notified when ValueChangeEvents occur.
ValueChangeListener to the set of listeners
interested in being notified when ValueChangeEvents occur.
ApplicationFactory class name.
Application instances.DataModel that wraps an array of Java objects.ArrayDataModel with no specified
wrapped data.
ArrayDataModel wrapping the specified
array.
Converter implementation for
java.math.BigDecimal values.Converter implementation for
java.math.BigInteger values.bodyContent for this tag handler.
Converter implementation for java.lang.Boolean
(and boolean primitive) values.UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass the ActionEvent being broadcast to the
method referenced by actionListener (if any),
and to the default ActionListener registered on the
Application.
FacesEvent to all registered
event listeners who have expressed an interest in events of this
type.
UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing
to unwrap any wrapped FacesEvent and reset the current row index,
before the event is actually broadcast.
UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass the ValueChangeEvent being broadcast to the
method referenced by valueChangeListener (if any).
Converter implementation for java.lang.Byte
(and byte primitive) values.Locale to use for this and
subsequent requests for the current client.
renderKitId for this
and subsequent requests from the current client.
Converter implementation for java.lang.Character
(and char primitive) values.ResponseWriter,
using the specified Writer as the output destination.
FacesMessage.Severity instance to the
specified one.
PhaseId instance to the specified one.
true if the new value is different from the
previous value.
true if the new value is different from the
previous value.
/WEB-INF/faces-config.xml which is loaded automatically
if it exists) containing JavaServer Faces configuration information.
FacesMessage to be created if
a conversion error occurs, and the ConverterException
does not provide a message.
getAsObject() or getAsText() method of a
Converter, to indicate that the requested conversion cannot
be performed.Converter instance on the
ValueHolder associated with our most immediate
surrounding instance of a tag whose implementation class is a subclass
of UIComponentTag.UIComponent instance of the
class specified by a previous call to addComponent() for
the specified component type.
getValue() method on the specified
ValueBinding.
Converter to be registered
on our surrounding UIComponent.
Converter instance of the
class that has registered itself as capable of performing conversions
for objects of the specified type.
Converter instance of the
class specified by a previous call to addConverter()
for the specified converter id.
MethodBinding for the specified
method binding expression, which may be used to call the corresponding
method later.
OutputStream to create a new
ResponseStream instance.
Writer to create a new ResponseWriter instance for the specified (optional) content
type, and character encoding.
Validator to be registered
on our surrounding UIComponent.
Validator instance of the
class specified by a previous call to addValidator()
for the specified validator id.
ValueBinding for the specified
value binding expression, which may be used to manipulate the
corresponding property value later.
UIViewRoot instance
initialized with information from the argument
FacesContext and viewId.
UIData.DataModel.DataModelEvents occurring on a
particular DataModel instance.Converter implementation for java.util.Date
values.UIComponent from the
request contained in the specified FacesContext, and store
this state as needed.
UIComponent
from the request contained in the specified FacesContext,
and store that state on the UIComponent.
Lifecycle instance
for this JavaServer Faces implementation.
UIComponent that is associated
with this tag (via the id attribute), by following these
steps.
UIComponent instance associated with our most immediately
surrounding UIComponentTag instance, if this UIComponent
does not already have a value for the specified attribute name.
Converter
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
EVAL_BODY_INCLUDE to cause nested body
content to be evaluated.
UIComponent that is associated
with this tag (via the id attribute), by following these
steps.
Validator
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
Converter implementation for java.lang.Double
(and double primitive) values.Validator that checks
the value of the corresponding component against specified minimum and
maximum values.Validator with no preconfigured limits.
Validator with the specified preconfigured
limit.
Validator with the specified preconfigured
limits.
ValueChangeEvents and Validators.encodeBegin() method of our
corresponding UIComponent.
rendered property is true,
render the beginning of the current state of this
UIComponent to the response contained in the specified
FacesContext.
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
behavior to reset the mechanism used in UIViewRoot.createUniqueId()
before falling through to the standard superclass processing.
UIComponent to the
output stream or writer associated with the response we are creating.
encodeChildren() method of our
corresponding UIComponent.
rendered property is true,
render the child UIComponents of this UIComponent.
UIComponent, following
the rules described for encodeBegin() to acquire the
appropriate value to be rendered.
encodeEnd() method of our
corresponding UIComponent.
rendered property is true,
render the ending of the current state of this
UIComponent.
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value
to be rendered.
startElement().
MethodBinding or ValueBinding.FacesContextFactory class name.
ResourceBundle identifier for messages whose
message identifiers are defined in the JavaServer Faces
specification.
FacesContext instances, initialized
for the processing of the specified request and response objects.UIComponents.FacesEvents.FacesMessage with no initial
values.
FacesMessage with the specified
initial values.
FacesMessage with just a summary.
FacesMessage with the specified initial
values.
UIComponent is to be added as a
facet to the component associated with its parent.UIComponent, from the component
tree, that corresponds to this tag handler instance.
UIComponent with an id
that matches the specified search expression (if any), according to the
algorithm described below.
Converter implementation for java.lang.Float
(and float primitive) values.accept property.
acceptcharset property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
MethodBindingpointing at the application
action to be invoked, if this UIComponent is activated by
the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle,
depending on the value of the immediate
property.
ActionListener to be registered for all
ActionSource components in this appication.
MethodBinding pointing at an action
listener method to be invoked, if this UIComponent is
activated by the user, during the Apply Request Values
or Invoke Application phase of the request processing
lifecycle, depending upon the value of the immediate
property.
ActionListeners for this
ActionSource instance.
encodeActionURL() method of
ExternalContext) that selects the specified view identifier.
alt property.
alt property.
alt property.
alt property.
Application instance
for this web application.
Application instance associated with this
web application.
Map representing the application scope
attributes for the current application.
UIComponent, into a model data object that
is appropriate for being stored during the Apply Request
Values phase of the request processing lifecycle.
UIComponent, into a String that is suitable
for being included in the response generated during the
Render Response phase of the request processing
lifeycle.
Map representing the attributes
(and properties, see below) associated wth this UIComponent,
keyed by attribute name (which must be a String).
null.
bgcolor property.
bgcolor property.
BodyContent for this tag handler.
border property.
border property.
border property.
border property.
null if the
cause is nonexistent or unknown.
cellpadding property.
cellpadding property.
cellspacing property.
cellspacing property.
ResponseWriter.
charset property.
charset property.
UIComponents that are
associated with this UIComponent.
List representing the child
UIComponents associated with this component.
rowIndex property, if it is not
set to -1.
Iterator over the client identifiers for
which at least one FacesMessage has been queued.
cols property.
columnClasses property.
columnClasses property.
columns property.
UIComponent that sent this event.
UIComponent instance that is associated with
this tag instance.
writeState().
saveSerializedView(), to construct and return a
Serializable object that represents the state of
all component properties, attributes, and attached objects, for
the entire component tree (including children and facets)
of this view.
Iterator over the set of currently defined
component types for this Application.
ResponseWriter.
Converter for this component,
if there is one).
Converter (if any)
that is registered for this UIComponent.
Iterator over the set of currently registered
converter ids for this Application.
Iterator over the set of Class
instances for which Converter classes have been explicitly
registered.
coords property.
coords property.
true if we dynamically created a new component
instance during execution of this tag.
getAsString()
with a type of currency.
getAsString()
with a type of currency.
FacesContext instance for the request that is
being processed by the current thread, if any.
DataModel that fired this event.
DataModelListeners interested in
notifications from this DataModel.
Locale for this application.
renderKitId to be used for rendering
this application.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
doAfterBody() method when it is called.
doEnd() method when it is called.
doStart() method when it is called.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enctype property.
errorClass property.
errorClass property.
errorStyle property.
errorStyle property.
null) expression String,
with leading and trailing delimiters, from which this
MethodBinding was built.
null) expression String,
including the delimiters, from which this
ValueBinding was built.
ExternalContext instance for this
FacesContext instance.
FacesContext instance
for the current request.
FacesContext for the request being processed.
FacesContext instance for the current
request.
FacesContext instance
that is initialized for the processing of the specified request
and response objects, utilizing the specified Lifecycle
instance, for this web application.
FacesListeners that are
instances of the specified class.
null otherwise.
Map representing the facet
UIComponents associated with this UIComponent,
keyed by facet name (which must be a String).
Iterator over the facet followed by child
UIComponents of this UIComponent.
fatalClass property.
fatalClass property.
fatalStyle property.
fatalStyle property.
footerClass property.
footerClass property.
for property.
frame property.
frame property.
headerClass property.
headerClass property.
height property.
hreflang property.
hreflang property.
UIComponent.
id value assigned by the page author.
image property.
infoClass property.
infoClass property.
infoStyle property.
infoStyle property.
Map whose keys are the set of
application initialization parameter names configured for this
application, and whose values are the corresponding parameter
values.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
layout property.
layout property.
layout property.
Lifecycle instance
for the specified lifecycle identifier.
Iterator over the set of lifecycle
identifiers supported by this factory.
Locale to be used in localizing the
response being created for this view.
Locale to be used when parsing or formatting
dates and times.
Locale to be used when parsing numbers.
UIComponent (if any),
without evaluating any associated ValueBinding.
longdesc property.
getAsString() should
render in the fraction portion of the result.
Validator or Double.MAX_VALUE if it has not been
set.
Validator, or 0 if the maximum has not been
set.
Validator.
FacesMessages that has been queued, whether or not they are
associated with any specific UIComponent.
getAsString() should
render in the integer portion of the result.
maxlength property.
maxlength property.
ResourceBundle to be used for JavaServer Faces messages
for this application.
Iterator over the FacesMessages
that have been queued, whether or not they are associated with any
specific client identifier.
Iterator over the FacesMessages that
have been queued that are associated with the specified client identifier
(if clientId is not null), or over the
FacesMessages that have been queued that are not associated with
any specific client identifier (if clientId is
null).
getAsString() should
render in the fraction portion of the result.
Validator, or Double.MIN_VALUE if it has not been
set.
Validator, or 0 if the minimum has not been
set.
Validator.
getAsString() should
render in the integer portion of the result.
NavigationHandler instance that will be passed
the outcome returned by any invoked application action for this
web application.
UIComponent.
UIComponent.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onreset property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onsubmit property.
FacesMessage.Severity instance.
PhaseId instance.
UIComponent of this
UIComponent, if any.
Tag that is the parent of this instance.
UIComponentTag if any;
otherwise, return null.
PhaseId representing the current request
processing lifecycle phase.
PhaseEvent
events.
PhaseListeners for this
Lifecycle instance.
JspWriter from our BodyContent.
PropertyResolver instance that will be utilized
to resolve method and value bindings.
rel property.
rel property.
null.
Renderer instance
associated with this component, if any; otherwise, return
null.
Renderer instance most recently registered for
the specified component family and
rendererType, if any; otherwise, return
null.
Renderer type for this UIComponent
(if any).
rendererType property that selects the
Renderer to be used for encoding this component, or
null to ask the component to render itself directly.
RenderKit instance for the render kit identifier
specified on our UIViewRoot, if there is one.
RenderKit instance for the specified render
kit identifier, possibly customized based on dynamic
characteristics of the specified FacesContext, if
non-null.
RenderKit
associated with this view.
Iterator over the set of render kit
identifiers registered with this factory.
true if the renderResponse()
method has been called for the current request.
Renderer is responsible
for rendering the children the component it is asked to render.
Map whose keys are the set of
cookie names included in the current request, and whose
values (of type javax.servlet.http.Cookie)
are the first (or only) cookie for each cookie name
returned by the underlying request.
Map whose keys are the set of
request header names included in the current request, and whose
values (of type String) are the first (or only) value for each
header name returned by the underlying request.
Map whose keys are the set of
request header names included in the current request, and whose
values (of type String[]) are all of the value for each
header name returned by the underlying request.
Locale in which the client
will accept content.
Iterator over the preferred
Locales specified in the request, in decreasing
order of preference.
Map representing the request scope
attributes for the current application.
Map whose keys are the set of
request parameters names included in the current request, and whose
values (of type String) are the first (or only) value for each
parameter name returned by the underlying request.
Iterator over the names of all request
parameters included in the current request.
Map whose keys are the set of
request parameters names included in the current request, and whose
values (of type String[]) are all of the values for each
parameter name returned by the underlying request.
null.
null.
URL for the application resource mapped to the
specified path, if it exists; otherwise, return null.
InputStream for an application resource
mapped to the specified path, if it exists; otherwise, return
null.
Set of resource paths for all application
resources whose resource path starts with the specified argument.
encodeResourceURL() method of
ExternalContext) that selects the specifed web application
resource.
true if the responseComplete()
method has been called for the current request.
ResponseStateManager to handle
rendering technology specific state management decisions.
ResponseStream to which components should
direct their binary output.
ResponseWriter to which components should
direct their character-based output.
rev property.
rev property.
rowClasses property.
rowClasses property.
ResultSet does not provide a
standard way to determine the number of available rows without
scrolling through the entire ResultSet, and this can
be very expensive if the number of rows is large.
wrappedData available, return the
length of the array.
DataModel.
wrappedData available, return the
length of the list.
wrappedData available, return the
length of the array returned by calling getRows()
on the underlying Result.
wrappedData available, return 1.
Map representing
the values of the columns for the row specified by rowIndex,
keyed by the corresponding column names.
rowIndex.
null for no associated row data.
rowIndex.
SortedMap array
element at the index specified by rowIndex of the
array returned by calling getRows() on the underlying
Result.
rows property.
rules property.
rules property.
null if there
are no currently selected values.
SelectItems for this group.
ServletConfig instance for this servlet.
create parameter is true,
create (if necessary) and return a session instance associated
with the current request.
Map representing the session scope
attributes for the current application.
shape property.
shape property.
size property.
size property.
size property.
size property.
StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
UIInput component.
summary property.
summary property.
Iterator over the supported
Locales for this appication.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
target property.
target property.
target property.
TimeZone used to interpret a time value.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
writeState().
saveSerializedView(), to construct and return a
Serializable object that represents the structure
of the entire component tree (including children and facets)
of this view.
type property.
type property.
type property.
ValueBinding, relative to the specified FacesContext.
java.lang.Class representing the type of
the specified index.
java.lang.Class representing the type of
the specified property.
UIGraphic.
usemap property.
Principal object containing the name of
the current authenticated user, if any; otherwise, return
null.
MethodBinding pointing at a
method that will be used to validate the current
value of this component.
MethodBinding pointing at a
method that will be called during Process Validations
phase of the request processing lifecycle, to validate the current
value of this component.
Iterator over the set of currently registered
validator ids for this Application.
Validators for this
component instance.
Validators for this
UIInput instance.
value property of the
UICommand.
value property of the
UIGraphic.
value property of the
UIParameter.
value property of the
UISelectItem.
value property of the
UISelectItems.
UIComponent.
ValueBinding, relative to the specified FacesContext.
ValueBinding used to calculate the value for the
specified attribute or property name, if any.
ValueBinding set for value if a
ValueBinding for url is requested; otherwise,
perform the default superclass processing for this method.
ValueBinding set for value if a
ValueBinding for selected is requested; otherwise,
perform the default superclass processing for this method.
ValueBinding set for value if a
ValueBinding for selectedValues is requested;
otherwise, perform the default superclass processing for this method.
MethodBinding instance
method that will be called after any registered
ValueChangeListeners have been notified of a value change.
MethodBinding instance
method that will be called during Process Validations
phase of he request processing lifecycle, after any registered
ValueChangeListeners have been notified of a value change.
ValueChangeListeners for this
component instance.
ValueChangeListeners for this
UIInput instance.
VariableResolver instance that will be utilized
to resolve method and value bindings.
ViewHandler instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
warnClass property.
warnClass property.
warnStyle property.
warnStyle property.
width property.
width property.
width property.
DataModel, if any.
FacesContext, plus the outcome string
returned by an executed application action.
RenderKit instance
for this JavaServer Faces implementation.
input element
for a button of type submit or reset.a element for a hyperlink that acts
like a submit button.table element.form element.img element, used to retrieve
and render a graphical image.input element
of type hidden.input element
of type password.input element
of type text.textarea element.rendererType property must be set to "javax.faces.Message" This value can be changed by calling the setRendererType() method.rendererType property must be set to "javax.faces.Messages" This value can be changed by calling the setRendererType() method.MessageFormat
pattern string and substitutes in parameter
values from nested UIParameter components, and renders
the result.label element, used to define
an accessible label for a corresponding input element.a (hyperlink) element that may be
used to link to an arbitrary URL defined by the value
property.span element if CSS styles
or style classes are specified.input element
of type checkbox.input elements of typecheckbox.select element, showing either all
available options or the specified number of options.select element, showing a single
available option at a time.select element, showing either all
available options or the specified number of options.select element, showing a single
available option at a time.input elements of typeradio.Converter implementation for java.lang.Integer
(and int primitive) values.FacesMessage to be created if
a value not matching the available options is specified.
FacesMessage to be created if
a value not matching the available options is specified.
FacesContext.
true if this FacesListener is an instance
of a listener class that this event supports.
true.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
escape property.
escape property.
true if getAsString should include
grouping separators if necessary.
ActionListener
provided by the JavaServer Faces implementation should be executed
immediately (that is, during Apply Request Values phase
of the request processing lifecycle), rather than waiting until the
Invoke Application phase.
true if only the integer portion of the given
value should be returned from getAsObject().
ismap property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
true if the specified property of the specified
property is known to be immutable; otherwise, return
false.
redisplay property.
true if this component (and its children)
should be rendered during the Render Response phase
of the request processing lifecycle.
rowData
available at the current rowIndex.
true if there is wrappedData
available, and the result of calling absolute() on the
underlying ResultSet, passing the current value of
rowIndex plus one (to account for the fact that
ResultSet uses one-relative indexing), returns
true.
true if there is wrappedData
available, and the current value of rowIndex is greater
than or equal to zero, and less than the length of the array.
rowData
available at the current rowIndex.
true if there is wrappedData
available, and the current value of rowIndex is greater
than or equal to zero, and less than the size of the list.
true if there is wrappedData
available, and the current value of rowIndex is greater
than or equal to zero, and less than the length of the array returned
by calling getRows() on the underlying Result.
true if there is wrappedData
available, and the current value of rowIndex is zero.
detail
property of the associated message(s) should be displayed.
detail
property of the associated message(s) should be displayed.
summary
property of the associated message(s) should be displayed.
summary
property of the associated message(s) should be displayed.
submitted
property.
true if rendering should be suppressed because
of any of the follow reasons.
tooltip property.
tooltip property.
true if the currently authenticated user is
included in the specified role.
true if the specified value conforms to the
syntax requirements of a value binding expression.
Validator that checks
the number of characters in the String representation of the value of the
associated component.Validator with no preconfigured limits.
Validator with the specified preconfigured
limit.
Validator with the specified preconfigured
limits.
LifecycleFactory class name.
Lifecycle instance to be utilized.
Lifecycle instances.DataModel that wraps an List of Java objects.ListDataModel with no specified
wrapped data.
ListDataModel wrapping the specified
list.
Converter implementation for java.lang.Long
(and long primitive) values.Validator that checks
the value of the corresponding component against specified minimum and
maximum values.Validator with no preconfigured limits.
Validator with the specified preconfigured
limit.
Validator with the specified preconfigured
limits.
FacesMessage
to be created if the maximum value check fails.
FacesMessage to be created if
the maximum length check fails.
FacesMessage to be created if
the maximum value check fails.
ValueBinding.FacesMessage
to be created if the minimum value check fails.
FacesMessage to be created if
the minimum length check fails.
FacesMessage to be created if
the minimum value check fails.
UIComponent that wants to be a naming
container.FacesMessage to be created if
the maximum or minimum value check fails, and both the maximum
and minimum values for this validator have been set.
Converter implementation for java.lang.Number
values.PageContext for the page we are embedded in.
FacesContext.getPhaseId() method of the FacesEvent interface.ActionEvent occurs.
UIComponentBase.processDecodes(javax.faces.context.FacesContext)
processing to perform the following steps.
UIComponent.processDecodes(javax.faces.context.FacesContext) to ensure that the
form is decoded before its children.
UIComponentBase.processDecodes(javax.faces.context.FacesContext)
behavior to broadcast any queued events after the default
processing has been completed and to clear out any events
for later phases if the event processing for this phase caused FacesContext.renderResponse() to be called.
FacesEvent to the specified
FacesListener, by whatever mechanism is appropriate.
UIComponentBase.processUpdates(javax.faces.context.FacesContext)
processing to perform the following steps.
UIComponent.processUpdates(javax.faces.context.FacesContext) to ensure that the
children of this UIForm instance are only processed
if UIForm.isSubmitted() returns true.
processUpdates behavior
inherited from UIComponentBase, calls
updateModel().
UIComponentBase behavior to broadcast
any queued events after the default processing has been completed.
UIComponentBase.processValidators(javax.faces.context.FacesContext)
processing to perform the following steps.
UIComponent.processValidators(javax.faces.context.FacesContext) to ensure that
the children of this UIForm instance are only
processed if UIForm.isSubmitted() returns true.
processValidators behavior
inherited from UIComponentBase, calls validate()
if the immediate property is false (which is the
default); if the component is invalid afterwards, calls
FacesContext.renderResponse().
UIComponentBase.processValidators(javax.faces.context.FacesContext)
behavior to broadcast any queued events after the default
processing has been completed and to clear out any events
for later phases if the event processing for this phase caused FacesContext.renderResponse() to be called.
ValueChangeEvent occurs.
queueEvent and, for ActionEvents,
mark the phaseId for the event to be
PhaseId.APPLY_REQUEST_VALUES if the
immediate flag is true,
PhaseId.INVOKE_APPLICATION otherwise.
UIComponentBase.queueEvent(javax.faces.event.FacesEvent) processing
to wrap any queued events in a wrapper so that we can reset the current
row index in broadcast().
UIComponentBase.queueEvent(javax.faces.event.FacesEvent) behavior to
accumulate the queued events for later broadcaster.
responseComplete() method to be called on the
FacesContext instance for the current request.
FacesContext instance.
ActionListener (if any) from the set of
listeners interested in being notified when ActionEvents
occur.
DataModelListener from the set
interested in notifications from this DataModel.
FacesListener from the set of listeners
registered to receive event notifications from this UIComponent.
FacesListener from the set of listeners
registered to receive event notifications from this UIComponent.
PhaseListener instance that is no
longer interested in being notified before and after the processing
for standard phases of the request processing lifecycle.
Validator instance from the set associated with
this component, if it was previously associated.
Validator instance from the set associated with
this UIInput, if it was previously associated.
ValueChangeListener (if any) from the
set of listeners interested in being notified when
ValueChangeEvents occur.
ValueChangeListener (if any) from the
set of listeners interested in being notified when
ValueChangeEvents occur.
RenderKitFactory class name.
responseComplete()
method has been called on the FacesContext instance
associated with the current request.
UIComponents into the output stream (or writer) associated with
the response we are creating for a particular request.Renderer instances that, together, know how to render
JavaServer Faces UIComponent instances for a specific
client.RenderKit instances.FacesContext.
FacesMessage to be created if
a required check fails.
null.
StateManager that knows the specific
rendering technology being used to generate the response.UIComponent subclasses that
need to restore the objects they saved using UIComponentBase.saveAttachedState(javax.faces.context.FacesContext, java.lang.Object).
restoreView(), to restore the attributes, properties,
and attached objects of all components in the restored component tree.
restoreView(), to construct and return a UIViewRoot
instance (populated with children and facets) representing the
tree structure of the component tree being restored.
FacesContext and
viewId.
viewId, in an implementation dependent
manner, and return the restored UIViewRoot.
DataModel that wraps a JSTL Result object, typically
representing the results of executing an SQL query via JSTL tags.ResultDataModel with no specified
wrapped data.
ResultDataModel wrapping the specified
Result.
DataModel that wraps a ResultSet of Java objects.ResultSetDataModel with no specified
wrapped data.
ResultSetDataModel wrapping the specified
ResultSet.
UIComponent subclasses that
want to save one or more attached objects.
FacesContext instance as an
object of type StateManager.SerializedView.
Serializable Object.
DataModel that wraps an individual Java object.ScalarDataModel with no specified
wrapped data.
ScalarDataModel wrapping the specified
scalar object.
UISelectMany
or UISelectOne component.SelectItem with no initialized property
values.
SelectItem with the specified value.
SelectItem with the specified value and
label.
SelectItem instance with the specified
value, label and description.
SelectItem instance with the specified
property values.
SelectItem that
identifies a set of options that will be made available as a subordinate
"submenu" or "options list", depending upon the requirements of the
UISelectMany or UISelectOne renderer that is actually used.SelectItemGroup with no initialized property
values.
SelectItemGroup with the specified label
and no associated selectItems.
SelectItemGroup with the specified
properties.
accept property.
acceptcharset property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
MethodBinding pointing at the appication
action to be invoked, if this UIComponent is activated by
the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle,
depending on the value of the immediate
property.
ActionListener to be registered for all
ActionSource components.
MethodBinding pointing at an action listener
method to be invoked, if this UIComponent is activated by
the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle,
depending upon the value of the immmediate
property.
alt property.
alt property.
alt property.
alt property.
Application instance that will be
returned for this web application.
bgcolor property.
bgcolor property.
bodyContent for this tag handler.
border property.
border property.
border property.
border property.
cellpadding property.
cellpadding property.
cellspacing property.
cellspacing property.
charset property.
charset property.
cols property.
columnClasses property.
columnClasses property.
columns property.
Converter (if any)
that is registered for this UIComponent.
Converter instance to be created.
coords property.
coords property.
getAsString()
with a type of currency.
getAsString()
with a type of currency.
FacesContext instance for the request that is
being processed by the current thread.
Locale for this application.
renderKitId to be used to render this
application.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
dir property.
true.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabled property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
disabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enabledClass property.
enctype property.
errorClass property.
errorClass property.
errorStyle property.
errorStyle property.
escape property.
escape property.
factoryName/implName mapping in such a way that
FactoryFinder.getFactory(java.lang.String) will find this mapping when searching for a
match.
fatalClass property.
fatalClass property.
fatalStyle property.
fatalStyle property.
footerClass property.
footerClass property.
for property.
frame property.
frame property.
getAsString() should
include grouping separators if necessary.
headerClass property.
headerClass property.
height property.
hreflang property.
hreflang property.
UIComponent (if any).
image property.
UIComponent.
infoClass property.
infoClass property.
infoStyle property.
infoStyle property.
true if only the integer portion of the given
value should be returned from getAsObject().
ismap property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
lang property.
layout property.
layout property.
layout property.
Locale to be used in localizing the
response being created for this view.
Locale to be used when parsing or formatting
dates and times.
Locale to be used when parsing numbers.
longdesc property.
getAsString() should
render in the fraction portion of the result.
Validator.
Validator.
Validator.
getAsString() should
render in the integer portion of the result.
maxlength property.
maxlength property.
ResourceBundle
to be used for JavaServer Faces messages for this application.
getAsString() should
render in the fraction portion of the result.
Validator.
Validator.
Validator.
getAsString() should
render in the integer portion of the result.
NavigationHandler instance that will be passed
the outcome returned by any invoked application action for this
web application.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onblur property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onchange property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
onclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
ondblclick property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onfocus property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeydown property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeypress property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onkeyup property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousedown property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmousemove property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseout property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseover property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onmouseup property.
onreset property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onselect property.
onsubmit property.
PageContext of the page containing this
tag instance.
Tag that is the parent of this instance.
UIComponent of this
UIComponent.
PhaseId during which this event will be
delivered.
PropertyResolver instance that will be utilized
to resolve method and value bindings.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
readonly property.
redisplay property.
rel property.
rel property.
rendered property of this
UIComponent.
Renderer type for this UIComponent,
or null for components that render themselves.
RenderKit
associated with this view.
ResponseStream to which components should
direct their binary output.
ResponseWriter to which components should
direct their character-based output.
rev property.
rev property.
rowClasses property.
rowClasses property.
rows property.
rules property.
rules property.
null to indicate
that there are no currently selected values.
SelectItems for this group.
shape property.
shape property.
detail property
of the associated message(s) should be displayed.
detail property
of the associated message(s) should be displayed.
summary property
of the associated message(s) should be displayed.
summary property
of the associated message(s) should be displayed.
size property.
size property.
size property.
size property.
StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
style property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
styleClass property.
UIForm instance (as
opposed to other forms in the page) is experiencing a submit
during this request processing lifecycle, this method must be
called, with true as the argument, during the UIComponent.decode(javax.faces.context.FacesContext) for this UIForm instance.
UIInput component.
summary property.
summary property.
Locale instances representing the supported
Locales for this application.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
tabindex property.
target property.
target property.
target property.
TimeZone used to interpret a time value.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
title property.
tooltip property.
tooltip property.
type property.
type property.
type property.
ResponseWriter for the current response,
if this has not been done already.
UIGraphic.
usemap property.
MethodBinding pointing at a
method that will be used to validate the current
value of this component.
MethodBinding pointing at a
method that will be called during Process Validations
phase of the request processing lifecycle, to validate the current
value of this component.
Validator instance to be created.
ValueBinding, relative to the specified FacesContext.
value property of the UICommand.
UIData.
value property of the UIGraphic.
value property of the\
UIParameter.
value property of the
UISelectItem.
value property of the
UISelectItems.
UIComponent (if any).
ValueBinding used to calculate the value for the
specified attribute or property name, if any.
ValueBinding used to calculate the value for the
specified attribute or property name, if any.
ValueBinding specified for url under
value instead; otherwise, perform the default superclass
processing for this method.
ValueBinding specified for selected
under value instead; otherwise, perform the default
superclass processing for this method.
ValueBinding specified for
selectedValues under value instead;
otherwise, perform the default superclass processing for this method.
MethodBinding instance
method that will be called after any registered
ValueChangeListeners have been notified of a value change.
MethodBinding instance a
that will be called during Process Validations
phase of he request processing lifecycle, after any registered
ValueChangeListeners have been notified of a value change.
VariableResolver instance that will be utilized
to resolve method and value bindings.
ViewHandler instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
warnClass property.
warnClass property.
warnStyle property.
warnStyle property.
width property.
width property.
width property.
DataModel.
Converter implementation for java.lang.Short
(and short primitive) values.STATE_SAVING_METHOD_PARAM_NAME that indicates
state saving should take place on the client.
ServletContext init parameter consulted by
the StateManager to tell where the state should be
saved.
STATE_SAVING_METHOD_PARAM_NAME that indicates
state saving should take place on the server.
FacesMessage.Severity instance.
PhaseId instance.
FacesMessage
to be created if the current value of this component is not of the
correct type.
FacesMessage to be created if
the current value of this component is not of the correct type.
UIComponent that represents
a single column of data within a parent UIData component.UIColumn instance with default property
values.
UIComponent that represents
a user interface component which, when activated by the user, triggers
an application specific "command" or "action".UICommand instance with default property
values.
UIComponent.UIComponentTag is the base class for all JSP custom
actions that correspond to user interface components in a page that is
rendered by JavaServer Faces.UIComponent that supports
data binding to a collection of data objects represented by a
DataModel instance, which is the current value of this component
itself (typically established via a ValueBinding).UIData instance with default property
values.
UIComponent that represents an
input form to be presented to the user, and whose child components represent
(among other things) the input fields to be included when the form is
submitted.UIForm instance with default property
values.
UIComponent that displays
a graphical image to the user.UIGraphic instance with default property
values.
UIComponent that represents
a component that both displays output to the user (like
UIOutput components do) and processes request parameters on the
subsequent request that need to be decoded.UIInput instance with default property
values.
UIComponent, identified by a clientId.UIMessage instance with default property
values.
FacesContext and displaying them to the
user.UIMessages instance with default property
values.
NamingContainer functionality.UINamingContainer instance with default property
values.
UIComponent that has a
value, optionally retrieved from a model tier bean via a value binding
expression, that is displayed to the user.UIOutput instance with default property
values.
UIComponent that manages the
layout of its child components.UIPanel instance with default property
values.
UIComponent that represents
an optionally named configuration parameter for a parent component.UIParameter instance with default property
values.
UIComponent that
represents a single boolean (true or false) value.UISelectBoolean instance with default
property values.
UISelectMany or UISelectOne component, and
causes the addition of a SelectItem instance to the list of
available options for the parent component.UISelectItem instance with default property
values.
UISelectMany or UISelectOne component, and
causes the addition of one or more SelectItem instances to the
list of available options in the parent component.UISelectItems instance with default property
values.
UIComponent that represents
the user's choice of a zero or more items from among a discrete set of
available options.UISelectMany instance with default property
values.
UIComponent that represents
the user's choice of zero or one items from among a discrete set of
available options.UISelectOne instance with default property
values.
UIViewRoot instance with default property
values.
createUniqueId() method.
UIInput, if any, as appropriate.
UIInput.
Validator against the specified UIComponent.
UIInput, ensure that any specified values are equal to one of
the available options.
UIInput, ensure that any specified value is equal to one of
the available options.
EditableValueHolder.validate() method of a
Validator to indicate that validation failed.Validator instance on the
EditableValueHolder associated with our most immediate surrounding instance
of a tag whose implementation class is a subclass of UIComponentTag.ValueChangeEvent is a notification that the local value of
the source component has been change as a result of user interface
activity.ValueChangeEvents.UIComponent that wishes to support a local
value, as well as access data in the model tier via a value
binding expression, and support conversion
between String and the model tier data's native data type.List of valid FacesMessage.Severity
instances, in ascending order of their ordinal value.
PhaseId instances, in ascending order
of their ordinal value.
Map of valid FacesMessage.Severity
instances, keyed by name.
StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView), or noting where state information
should later be written.
SerializedView isntance, in an implementation
dependent manner.
state and write it into
the output using the current ResponseWriter, which
must be correctly positioned already.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||