A B C D E F G H I J L O P R S U V W

A

addActionListener(ActionListener) - Method in class org.jboss.seam.faces.component.UIViewAction
Action listeners are not supported by the UIViewAction component.
addData(String, Annotation) - Method in interface org.jboss.seam.faces.viewdata.ViewDataStore
Adds data to the store
After - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events that occur in a "after" phase in the JSF lifecycle
ApplyRequestValues - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "apply request values" phase in the JSF lifecycle.
assignIds(UIInputContainer.InputContainerElements, FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 

B

Before - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events that occur in a "before" phase in the JSF lifecycle
Begin - Annotation Type in org.jboss.seam.faces.context.conversation
Begins a persistent Conversation.
broadcast(FacesEvent) - Method in class org.jboss.seam.faces.component.UIViewAction
In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the default ActionListener registered on the Application.

C

Component - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events for a particular JSF component
COMPONENT_FAMILY - Static variable in class org.jboss.seam.faces.component.UIValidateForm
 
COMPONENT_FAMILY - Static variable in class org.jboss.seam.faces.component.UIViewAction
The standard component family for this component.
COMPONENT_TYPE - Static variable in class org.jboss.seam.faces.component.UIInputContainer
The standard component type for this component.
COMPONENT_TYPE - Static variable in class org.jboss.seam.faces.component.UIValidateForm
 
COMPONENT_TYPE - Static variable in class org.jboss.seam.faces.component.UIViewAction
The standard component type for this component.

D

decode(FacesContext) - Method in class org.jboss.seam.faces.component.UIViewAction
First, determine if the action should be invoked by evaluating this components pre-conditions.

E

encodeAll(FacesContext) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
encodeBegin(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 
encodeBegin(FacesContext) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
encodeChildren(FacesContext) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
encodeEnd(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 
encodeEnd(FacesContext) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
End - Annotation Type in org.jboss.seam.faces.context.conversation
Ends a persistent Conversation.
endContainerElement(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 

F

Faces - Annotation Type in org.jboss.seam.faces.qualifier
A @Qualifier for an object or @Produces method that depends on the presence of an active JSF life-cycle in order to be injected successfully.

G

generateLabel(UIInputContainer.InputContainerElements, FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 
get(String) - Method in interface org.jboss.seam.faces.context.RenderContext
Get a key value pair from the RenderContext.
getAction() - Method in class org.jboss.seam.faces.component.UIViewAction
Deprecated. This has been replaced by UIViewAction.getActionExpression().
getActionExpression() - Method in class org.jboss.seam.faces.component.UIViewAction
Returns the action, represented as an EL method expression, to invoke.
getActionListener() - Method in class org.jboss.seam.faces.component.UIViewAction
Action listeners are not supported by the UIViewAction component.
getActionListeners() - Method in class org.jboss.seam.faces.component.UIViewAction
Action listeners are not supported by the UIViewAction component.
getAllData(String, Class<T>) - Method in interface org.jboss.seam.faces.viewdata.ViewDataStore
returns all data for a given viewId, with the most specific data at the start of the list
getAllDataForCurrentViewId(Class<T>) - Method in interface org.jboss.seam.faces.viewdata.ViewDataStore
returns all data for the current viewId, with the most specific data at the start of the list
getContainerElementName() - Method in class org.jboss.seam.faces.component.UIInputContainer
 
getContext() - Method in class org.jboss.seam.faces.event.PreNavigateEvent
 
getData(String, Class<T>) - Method in interface org.jboss.seam.faces.viewdata.ViewDataStore
gets the most specific data for a given viewId
getDataForCurrentViewId(Class<T>) - Method in interface org.jboss.seam.faces.viewdata.ViewDataStore
gets the most specific data for the current viewId
getDefaultInputId() - Method in class org.jboss.seam.faces.component.UIInputContainer
 
getDefaultLabelId() - Method in class org.jboss.seam.faces.component.UIInputContainer
 
getDefaultMessageId() - Method in class org.jboss.seam.faces.component.UIInputContainer
 
getElementsAttributeName() - Method in class org.jboss.seam.faces.component.UIInputContainer
The name of the auto-generated composite component attribute that holds the elements in this input container.
getEncloseAttributeName() - Method in class org.jboss.seam.faces.component.UIInputContainer
The name of the composite component attribute that holds a boolean indicating whether the component template should be enclosed in an HTML element, so that it be referenced from JavaScript.
getFamily() - Method in class org.jboss.seam.faces.component.UIInputContainer
 
getFamily() - Method in class org.jboss.seam.faces.component.UIValidateForm
 
getFamily() - Method in class org.jboss.seam.faces.component.UIViewAction
 
getFields() - Method in class org.jboss.seam.faces.component.UIValidateForm
 
getFromAction() - Method in class org.jboss.seam.faces.event.PreNavigateEvent
 
getId() - Method in interface org.jboss.seam.faces.context.RenderContext
Return the current ID of this request's RenderContext.
getInputs() - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
getInvalidAttributeName() - Method in class org.jboss.seam.faces.component.UIInputContainer
The name of the auto-generated composite component attribute that holds a boolean indicating whether the the template contains an invalid input.
getLabel() - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
getLabelAttributeName() - Method in class org.jboss.seam.faces.component.UIInputContainer
The name of the composite component attribute that holds the string label for this set of inputs.
getMessages() - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
getNavigationCase() - Method in class org.jboss.seam.faces.event.PreNavigateEvent
 
getOutcome() - Method in class org.jboss.seam.faces.event.PreNavigateEvent
 
getPhase() - Method in class org.jboss.seam.faces.component.UIViewAction
Returns the name of the phase in which the action is to be queued.
getPhaseId() - Method in class org.jboss.seam.faces.component.UIViewAction
 
getPropertyName(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
getRequiredAttributeName() - Method in class org.jboss.seam.faces.component.UIInputContainer
The name of the auto-generated composite component attribute that holds a boolean indicating whether the template contains a required input.
getValidatorId() - Method in class org.jboss.seam.faces.component.UIValidateForm
 

H

hasRequiredInput() - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
hasValidationError() - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
HTML_CLASS_ATTR_NAME - Static variable in class org.jboss.seam.faces.component.UIInputContainer
 
HTML_ID_ATTR_NAME - Static variable in class org.jboss.seam.faces.component.UIInputContainer
 
HTML_STYLE_ATTR_NAME - Static variable in class org.jboss.seam.faces.component.UIInputContainer
 

I

InputField - Annotation Type in org.jboss.seam.faces.validation
To be used in conjunction with <s:validateForm /> in Validators that should have their values fetched from a JSF form field.
InvokeApplication - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "invoke application" phase in the JSF lifecycle.
isEmpty() - Method in interface org.jboss.seam.faces.context.RenderContext
Returns true if the current RenderContext contains no data.
isIf() - Method in class org.jboss.seam.faces.component.UIViewAction
Returns a condition, represented as an EL value expression, that must evaluate to true for the action to be invoked.
isImmediate() - Method in class org.jboss.seam.faces.component.UIViewAction
Returns the value which dictates the JSF lifecycle phase in which the action is invoked.
isOnPostback() - Method in class org.jboss.seam.faces.component.UIViewAction
Returns a boolean value that controls whether the action is invoked during faces (postback) request.

J

javax.faces.bean - package javax.faces.bean
 

L

locateForm() - Method in class org.jboss.seam.faces.component.UIValidateForm
Attempt to locate the form in which this component resides.

O

org.jboss.seam.faces.component - package org.jboss.seam.faces.component
 
org.jboss.seam.faces.context - package org.jboss.seam.faces.context
 
org.jboss.seam.faces.context.conversation - package org.jboss.seam.faces.context.conversation
 
org.jboss.seam.faces.event - package org.jboss.seam.faces.event
 
org.jboss.seam.faces.event.qualifier - package org.jboss.seam.faces.event.qualifier
 
org.jboss.seam.faces.qualifier - package org.jboss.seam.faces.qualifier
 
org.jboss.seam.faces.transaction - package org.jboss.seam.faces.transaction
 
org.jboss.seam.faces.validation - package org.jboss.seam.faces.validation
 
org.jboss.seam.faces.viewdata - package org.jboss.seam.faces.viewdata
 

P

PreNavigateEvent - Class in org.jboss.seam.faces.event
An event that is fired when JSF navigation is invoked via the NavigationHandler, but before any redirecting or non-redirecting navigation is completed, giving consumers of this event a chance to take action.
PreNavigateEvent(FacesContext, String, String, NavigationCase) - Constructor for class org.jboss.seam.faces.event.PreNavigateEvent
 
ProcessValidations - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "process validations" phase in the JSF lifecycle.
put(String, Object) - Method in interface org.jboss.seam.faces.context.RenderContext
Put a key value pair into the RenderContext.

R

registerInput(EditableValueHolder, Validator, FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
registerMessage(UIMessage) - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
removeActionListener(ActionListener) - Method in class org.jboss.seam.faces.component.UIViewAction
Action listeners are not supported by the UIViewAction component.
RenderContext - Interface in org.jboss.seam.faces.context
A context that lives from Restore View to the next Render Response.
RenderResponse - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "render response" phase in the JSF lifecycle.
RenderScoped - Annotation Type in javax.faces.bean
Defines a CDI bean as Render-scoped.
RestoreView - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "restore view" phase in the JSF lifecycle.

S

scan(UIComponent, UIInputContainer.InputContainerElements, FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
Walk the component tree branch built by the composite component and locate the input container elements.
SeamManagedTransaction - Annotation Type in org.jboss.seam.faces.transaction
Configuration annotation for seam managed transactions
SeamManagedTransactionType - Enum in org.jboss.seam.faces.transaction
 
setAction(MethodBinding) - Method in class org.jboss.seam.faces.component.UIViewAction
Deprecated. This has been replaced by UIViewAction.setActionExpression(javax.el.MethodExpression).
setActionExpression(MethodExpression) - Method in class org.jboss.seam.faces.component.UIViewAction
Sets the action, represented as an EL method expression, to invoke.
setActionListener(MethodBinding) - Method in class org.jboss.seam.faces.component.UIViewAction
Action listeners are not supported by the UIViewAction component.
setComponents(Map<String, UIInput>) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
setFields(String) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
setIf(boolean) - Method in class org.jboss.seam.faces.component.UIViewAction
Sets the condition, represented as an EL value expression, that must evaluate to true for the action to be invoked.
setImmediate(boolean) - Method in class org.jboss.seam.faces.component.UIViewAction
Sets the immediate flag, which controls the JSF lifecycle in which the action is invoked.
setLabel(HtmlOutputLabel) - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
setOnPostback(boolean) - Method in class org.jboss.seam.faces.component.UIViewAction
Set the bookean flag that controls whether the action is invoked during a faces (postback) request.
setPhase(String) - Method in class org.jboss.seam.faces.component.UIViewAction
Set the name of the phase in which the action is to be queued.
setValidatorId(String) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
startContainerElement(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
 

U

UIInputContainer - Class in org.jboss.seam.faces.component
UIInputContainer is a supplemental component for a JSF 2.0 composite component encapsulating one or more input components (EditableValueHolder), their corresponding message components (UIMessage) and a label (HtmlOutputLabel).
UIInputContainer() - Constructor for class org.jboss.seam.faces.component.UIInputContainer
 
UIInputContainer.InputContainerElements - Class in org.jboss.seam.faces.component
 
UIInputContainer.InputContainerElements() - Constructor for class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
UIValidateForm - Class in org.jboss.seam.faces.component
 
UIValidateForm() - Constructor for class org.jboss.seam.faces.component.UIValidateForm
 
UIViewAction - Class in org.jboss.seam.faces.component
UIViewAction is an ActionSource2 UIComponent that specifies an application-specific command (or action)--defined as an EL method expression--to be invoked during one of the JSF lifecycle phases that proceeds view rendering.
UIViewAction() - Constructor for class org.jboss.seam.faces.component.UIViewAction
Create a new UIViewAction instance with default property values.
UpdateModelValues - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events in one of the "update model values" phase in the JSF lifecycle.

V

validate(FacesContext) - Method in class org.jboss.seam.faces.component.UIValidateForm
 
valueOf(String) - Static method in enum org.jboss.seam.faces.transaction.SeamManagedTransactionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.faces.transaction.SeamManagedTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Annotation Type in org.jboss.seam.faces.event.qualifier
Qualifies observer method parameters to select events for a particular JSF view
ViewConfig - Annotation Type in org.jboss.seam.faces.viewdata
Annotation that is applied to an enum to signify that it contains configuration for view specific data
ViewData - Annotation Type in org.jboss.seam.faces.viewdata
Annotation that is applied to an enum constant to configure view specific information
ViewDataStore - Interface in org.jboss.seam.faces.viewdata
stores data specific to a given view is a heiracial fashion

W

wire(FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer.InputContainerElements
 
wire(UIInputContainer.InputContainerElements, FacesContext) - Method in class org.jboss.seam.faces.component.UIInputContainer
Wire the label and messages to the input(s)

A B C D E F G H I J L O P R S U V W

Copyright © 2010 Seam Framework. All Rights Reserved.