| Name | Description | Type | Package | Framework |
| ActionSource | ActionSource is an interface that may be implemented by any concrete UIComponent that wishes to be a source of | Interface | javax.faces.component | Java EE |
|
| ActionSource2 | ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the action | Interface | javax.faces.component | Java EE |
|
| AjaxBehavior | An instance of this class is added as a ClientBehavior to a component using the ClientBehaviorHolder. | Class | javax.faces.component.behavior | Java EE |
|
| Behavior | The Behavior interface is the root API of the component behavior model. | Interface | javax.faces.component.behavior | Java EE |
|
| BehaviorBase | convenience base class that provides a default implementation of the Behavior contract. | Class | javax.faces.component.behavior | Java EE |
|
| ClientBehavior | ClientBehavior is the base contract for Behaviors that attach script content to | Interface | javax.faces.component.behavior | Java EE |
|
| ClientBehaviorBase | ClientBehaviorBase is a convenience base class that implements the default concrete behavior | Class | javax.faces.component.behavior | Java EE |
|
| ClientBehaviorContext | ClientBehaviorContext provides context information that may be useful to | Class | javax.faces.component.behavior | Java EE |
|
| ClientBehaviorContext .Parameter | represent name/value pairs that submitting ClientBehavior implementations should include when posting back into the Faces lifecycle. | Class | javax.faces.component.behavior.ClientBehaviorContext | Java EE |
|
| ClientBehaviorHint | enum ClientBehaviorHintAn enum that specifies hints that describes | Class | javax.faces.component.behavior | Java EE |
|
| ClientBehaviorHolder | The ClientBehaviorHolder interface may be implemented by any concrete | Interface | javax.faces.component.behavior | Java EE |
|
| ContextCallback | A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while | Interface | javax.faces.component | Java EE |
|
| EditableValueHolder | EditableValueHolder is an extension of ValueHolder that describes additional features supported | Interface | javax.faces.component | Java EE |
|
| FacesBehavior | The presence of this annotation on a class automatically registers the class with the runtime as a Behavior. | Class | javax.faces.component.behavior | Java EE |
|
| FacesComponent | The presence of this annotation on a class that extends UIComponent must cause the runtime to | Class | javax.faces.component | Java EE |
|
| HtmlBody | By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlBody .PropertyKeys | | Class | javax.faces.component.html.HtmlBody | Java EE |
|
| HtmlColumn | Represents a column that will be rendered in an HTML table element. | Class | javax.faces.component.html | Java EE |
|
| HtmlColumn .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlColumn | Java EE |
|
| HtmlCommandButton | Represents an HTML input element for a button of type submit or reset. | Class | javax.faces.component.html | Java EE |
|
| HtmlCommandButton .PropertyKeys | | Class | javax.faces.component.html.HtmlCommandButton | Java EE |
|
| HtmlCommandLink | Represents an HTML a element for a hyperlink that acts like a submit button. | Class | javax.faces.component.html | Java EE |
|
| HtmlCommandLink .PropertyKeys | | Class | javax.faces.component.html.HtmlCommandLink | Java EE |
|
| HtmlDataTable | Represents a set of repeating data (segregated into columns by child UIColumn components) that will | Class | javax.faces.component.html | Java EE |
|
| HtmlDataTable .PropertyKeys | | Class | javax.faces.component.html.HtmlDataTable | Java EE |
|
| HtmlDoctype | By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlDoctype .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlDoctype | Java EE |
|
| HtmlForm | Represents an HTML form element. | Class | javax.faces.component.html | Java EE |
|
| HtmlForm .PropertyKeys | | Class | javax.faces.component.html.HtmlForm | Java EE |
|
| HtmlGraphicImage | Represents an HTML img element, used to retrieve and render a graphical image. | Class | javax.faces.component.html | Java EE |
|
| HtmlGraphicImage .PropertyKeys | | Class | javax.faces.component.html.HtmlGraphicImage | Java EE |
|
| HtmlHead | By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlHead .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlHead | Java EE |
|
| HtmlInputFile | Represents an HTML input element By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlInputFile .PropertyKeys | | Class | javax.faces.component.html.HtmlInputFile | Java EE |
|
| HtmlInputHidden | Represents an HTML input element By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlInputHidden .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlInputHidden | Java EE |
|
| HtmlInputSecret | Represents an HTML input element of type password. | Class | javax.faces.component.html | Java EE |
|
| HtmlInputSecret .PropertyKeys | | Class | javax.faces.component.html.HtmlInputSecret | Java EE |
|
| HtmlInputText | Represents an HTML input element By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlInputText .PropertyKeys | | Class | javax.faces.component.html.HtmlInputText | Java EE |
|
| HtmlInputTextarea | Represents an HTML textarea element. | Class | javax.faces.component.html | Java EE |
|
| HtmlInputTextarea .PropertyKeys | | Class | javax.faces.component.html.HtmlInputTextarea | Java EE |
|
| HtmlMessage | By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlMessage .PropertyKeys | Returns the enum constant of this type | Class | javax.faces.component.html.HtmlMessage | Java EE |
|
| HtmlMessages | By default, the rendererType property must be set to javax. | Class | javax.faces.component.html | Java EE |
|
| HtmlMessages .PropertyKeys | Returns the enum constant of | Class | javax.faces.component.html.HtmlMessages | Java EE |
|
| HtmlOutcomeTargetButton | Represents an HTML input element of type button or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using | Class | javax.faces.component.html | Java EE |
|
| HtmlOutcomeTargetButton .PropertyKeys | | Class | javax.faces.component.html.HtmlOutcomeTargetButton | Java EE |
|
| HtmlOutcomeTargetLink | Represents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical | Class | javax.faces.component.html | Java EE |
|
| HtmlOutcomeTargetLink .PropertyKeys | | Class | javax.faces.component.html.HtmlOutcomeTargetLink | Java EE |
|
| HtmlOutputFormat | Represents a component that looks up a localized message in a resource bundle, optionally uses it as a | Class | javax.faces.component.html | Java EE |
|
| HtmlOutputFormat .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlOutputFormat | Java EE |
|
| HtmlOutputLabel | Represents an HTML label element, used to define an accessible label for a corresponding input element. | Class | javax.faces.component.html | Java EE |
|
| HtmlOutputLabel .PropertyKeys | | Class | javax.faces.component.html.HtmlOutputLabel | Java EE |
|
| HtmlOutputLink | Represents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the value | Class | javax.faces.component.html | Java EE |
|
| HtmlOutputLink .PropertyKeys | | Class | javax.faces.component.html.HtmlOutputLink | Java EE |
|
| HtmlOutputText | Renders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or style | Class | javax.faces.component.html | Java EE |
|
| HtmlOutputText .PropertyKeys | Returns the enum constant of this type with the specified name. | Class | javax.faces.component.html.HtmlOutputText | Java EE |
|
| HtmlPanelGrid | Renders child components in a table, starting a new row after the specified number of columns. | Class | javax.faces.component.html | Java EE |
|
| HtmlPanelGrid .PropertyKeys | | Class | javax.faces.component.html.HtmlPanelGrid | Java EE |
|
| HtmlPanelGroup | Causes all child components of this component to be rendered. | Class | javax.faces.component.html | Java EE |
|
| HtmlPanelGroup .PropertyKeys | Returns the enum constant of | Class | javax.faces.component.html.HtmlPanelGroup | Java EE |
|
| HtmlSelectBooleanCheckbox | input element of type checkbox. | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectBooleanCheckbox .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectBooleanCheckbox | Java EE |
|
| HtmlSelectManyCheckbox | multiple-selection component that is rendered as a set of HTML input elements of type | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectManyCheckbox .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectManyCheckbox | Java EE |
|
| HtmlSelectManyListbox | Represents a multiple-selection component that is rendered as an HTML select element, showing either all | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectManyListbox .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectManyListbox | Java EE |
|
| HtmlSelectManyMenu | Represents a multiple-selection component that is rendered as an HTML select element, showing a single | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectManyMenu .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectManyMenu | Java EE |
|
| HtmlSelectOneListbox | Represents a single-selection component that is rendered as an HTML select element, showing either all | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectOneListbox .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectOneListbox | Java EE |
|
| HtmlSelectOneMenu | Represents a single-selection component that is rendered as an HTML select element, showing a single | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectOneMenu .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectOneMenu | Java EE |
|
| HtmlSelectOneRadio | single-selection component that is rendered as a set of HTML input elements of type | Class | javax.faces.component.html | Java EE |
|
| HtmlSelectOneRadio .PropertyKeys | | Class | javax.faces.component.html.HtmlSelectOneRadio | Java EE |
|
| NamingContainer | NamingContainer is an interface that must be | Interface | javax.faces.component | Java EE |
|
| PartialStateHolder | Components that want to leverage the partial state saving feature must implement this interface instead of | Interface | javax.faces.component | Java EE |
|
| StateHelper | Define a Map-like contract that makes it easier for components to implement PartialStateHolder. | Interface | javax.faces.component | Java EE |
|
| StateHolder | implemented by classes that need to save their state between An implementor must implement both saveState(javax. | Interface | javax.faces.component | Java EE |
|
| TransientStateHelper | Define a Map-like contract that makes it easier for components to implement TransientStateHolder. | Interface | javax.faces.component | Java EE |
|
| TransientStateHolder | This interface is implemented by classes that need to save state that is expected to be available only within the scope | Interface | javax.faces.component | Java EE |
|
| UIColumn | UIColumn is a UIComponent that represents a single column of data within a parent UIData component. | Class | javax.faces.component | Java EE |
|
| UICommand | UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers | Class | javax.faces.component | Java EE |
|
| UIComponent | the base class for all user interface components in JavaServer Faces. | Class | javax.faces.component | Java EE |
|
| UIComponentBase | UIComponentBase is a convenience base class that implements the default concrete behavior | Class | javax.faces.component | Java EE |
|
| UIData | UIData is a UIComponent that supports data binding to a collection of data objects represented by | Class | javax.faces.component | Java EE |
|
| UIForm | UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the | Class | javax.faces.component | Java EE |
|
| UIGraphic | UIGraphic is a UIComponent that displays a graphical image to the user. | Class | javax.faces.component | Java EE |
|
| UIInput | UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request | Class | javax.faces.component | Java EE |
|
| UIMessage | responsible for displaying messages for a specific UIComponent, identified by a clientId or component id relative to the closest ancestor NamingContainer. | Class | javax.faces.component | Java EE |
|
| UIMessages | The renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to the | Class | javax.faces.component | Java EE |
|
| UINamingContainer | UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality. | Class | javax.faces.component | Java EE |
|
| UIOutcomeTarget | component is paired with the javax. | Class | javax.faces.component | Java EE |
|
| UIOutput | UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the | Class | javax.faces.component | Java EE |
|
| UIPanel | UIPanel is a UIComponent that manages the layout of its child components. | Class | javax.faces.component | Java EE |
|
| UIParameter | UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component. | Class | javax.faces.component | Java EE |
|
| UISelectBoolean | UISelectBoolean is a UIComponent that represents a single boolean (true or false) value. | Class | javax.faces.component | Java EE |
|
| UISelectItem | UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne | Class | javax.faces.component | Java EE |
|
| UISelectItems | UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and | Class | javax.faces.component | Java EE |
|
| UISelectMany | UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options. | Class | javax.faces.component | Java EE |
|
| UISelectOne | UIComponent that represents the user's choice of zero or one items from among a discrete set of available options. | Class | javax.faces.component | Java EE |
|
| UIViewAction | UIViewAction represents a method invocation that occurs during the request processing | Class | javax.faces.component | Java EE |
|
| UIViewParameter | UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot | Class | javax.faces.component | Java EE |
|
| UIViewParameter .Reference | Inner class to encapsulate a UIViewParameter instance so that it may be safely | Class | javax.faces.component.UIViewParameter | Java EE |
|
| UIViewRoot | UIViewRoot is the UIComponent that represents the root of the UIComponent tree. | Class | javax.faces.component | Java EE |
|
| UniqueIdVendor | UniqueIdVendor is an interface implemented by UIComponents that also | Interface | javax.faces.component | Java EE |
|
| UpdateModelException | This exception indicates a failure to update the model and is created to wrap any exception | Class | javax.faces.component | Java EE |
|
| ValueHolder | interface that may be implemented by any concrete UIComponent that wishes to support a local value, as well as access data in the | Interface | javax.faces.component | Java EE |
|
| VisitCallback | A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during | Interface | javax.faces.component.visit | Java EE |
|
| VisitContext | A context object that is used to hold state relating to performing a component tree visit. | Class | javax.faces.component.visit | Java EE |
|
| VisitContextFactory | Provide for separation of interface and implementation for the VisitContext contract. | Class | javax.faces.component.visit | Java EE |
|
| VisitContextWrapper | Provides a simple implementation of VisitContext that can be subclassed by developers wishing to | Class | javax.faces.component.visit | Java EE |
|
| VisitHint | enum that specifies hints that impact the behavior of a component tree visit. | Class | javax.faces.component.visit | Java EE |
|
| VisitResult | An enum that specifies the possible results of a call to VisitCallback. | Class | javax.faces.component.visit | Java EE |
|
| ActionSource | see Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $) | Interface | javax.faces.component | Apache MyFaces |
|
| ActionSource2 | | Interface | javax.faces.component | Apache MyFaces |
|
| AjaxBehavior | | Class | javax.faces.component.behavior | Apache MyFaces |
|
| Behavior | | Interface | javax.faces.component.behavior | Apache MyFaces |
|
| BehaviorBase | | Class | javax.faces.component.behavior | Apache MyFaces |
|
| ClientBehavior | | Interface | javax.faces.component.behavior | Apache MyFaces |
|
| ClientBehaviorBase | | Class | javax.faces.component.behavior | Apache MyFaces |
|
| ClientBehaviorContext | | Class | javax.faces.component.behavior | Apache MyFaces |
|
| ClientBehaviorContext .Parameter | | Class | javax.faces.component.behavior.ClientBehaviorContext | Apache MyFaces |
|
| ClientBehaviorHint | enum ClientBehaviorHintextends EnumSince:2. | Class | javax.faces.component.behavior | Apache MyFaces |
|
| ClientBehaviorHolder | | Interface | javax.faces.component.behavior | Apache MyFaces |
|
| ContextCallback | | Interface | javax.faces.component | Apache MyFaces |
|
| EditableValueHolder | Defines the methods required for a component whose value can be modified by the user. | Interface | javax.faces.component | Apache MyFaces |
|
| FacesBehavior | | Class | javax.faces.component.behavior | Apache MyFaces |
|
| FacesComponent | | Class | javax.faces.component | Apache MyFaces |
|
| HtmlInputHidden | Renders as an HTML input tag with its type set to hidden. | Class | javax.faces.component.html | Apache MyFaces |
|
| HtmlInputHidden .PropertyKeys | | Class | javax.faces.component.html.HtmlInputHidden | Apache MyFaces |
|
| NamingContainer | Interface implemented by components that provide a new namespace for the ids of their Component ids must be unique between all descendants of a NamingContainer; the JSF library | Interface | javax.faces.component | Apache MyFaces |
|
| PartialStateHolder | | Interface | javax.faces.component | Apache MyFaces |
|
| StateHelper | | Interface | javax.faces.component | Apache MyFaces |
|
| StateHolder | see Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $) | Interface | javax.faces.component | Apache MyFaces |
|
| UIColumn | see Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $) | Class | javax.faces.component | Apache MyFaces |
|
| UICommand | UICommand is a base abstraction for components that implement ActionSource. | Class | javax.faces.component | Apache MyFaces |
|
| UIComponent | | Class | javax.faces.component | Apache MyFaces |
|
| UIComponentBase | TODO: IMPLEMENT HERE - Delta state saving support Standard implementation of the UIComponent base class; all standard JSF components extend this class. | Class | javax.faces.component | Apache MyFaces |
|
| UIData | Represents an abstraction of a component which has multiple rows of data. | Class | javax.faces.component | Apache MyFaces |
|
| UIForm | see Javadoc of JSF SpecificationVersion:$Revision: 1425016 $ $Date: 2012-12-21 16:46:55 +0000 (Fri, 21 Dec 2012) $Author:Manfred Geiler (latest modification by $Author: lu4242 $) | Class | javax.faces.component | Apache MyFaces |
|
| UIGraphic | Displays a graphical image. | Class | javax.faces.component | Apache MyFaces |
|
| UIInput | UICommand is a base abstraction for components that implement ActionSource. | Class | javax.faces.component | Apache MyFaces |
|
| UINamingContainer | Base class for components that provide a new namespace for the ids of their See the javadocs for interface NamingContainer for further details. | Class | javax.faces.component | Apache MyFaces |
|
| UIOutcomeTarget | | Class | javax.faces.component | Apache MyFaces |
|
| UIOutput | Displays a value to the user. | Class | javax.faces.component | Apache MyFaces |
|
| UIPanel | | Class | javax.faces.component | Apache MyFaces |
|
| UISelectBoolean | A component that allows the user to select or unselect an object. | Class | javax.faces.component | Apache MyFaces |
|
| UISelectMany | Base class for the various component classes that allow a user to select zero or more options from a set. | Class | javax.faces.component | Apache MyFaces |
|
| UISelectOne | Component for choosing one option out of a set of possibilities. | Class | javax.faces.component | Apache MyFaces |
|
| UIViewParameter | TODO: documentation on jsp and pld are not the same. | Class | javax.faces.component | Apache MyFaces |
|
| UIViewParameter .Reference | | Class | javax.faces.component.UIViewParameter | Apache MyFaces |
|
| UIViewRoot | Creates a JSF View, which is a container that holds all of the components that are part of the view. | Class | javax.faces.component | Apache MyFaces |
|
| UniqueIdVendor | | Interface | javax.faces.component | Apache MyFaces |
|
| UpdateModelException | | Class | javax.faces.component | Apache MyFaces |
|
| ValueHolder | see Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $) | Interface | javax.faces.component | Apache MyFaces |
|
| VisitCallback | A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during | Interface | javax.faces.component.visit | Apache MyFaces |
|
| VisitContext | | Class | javax.faces.component.visit | Apache MyFaces |
|
| VisitContextFactory | | Class | javax.faces.component.visit | Apache MyFaces |
|
| VisitContextWrapper | | Class | javax.faces.component.visit | Apache MyFaces |
|
| VisitHint | enum VisitHintextends EnumAn enum that specifies hints that impact | Class | javax.faces.component.visit | Apache MyFaces |
|
| VisitResult | enum VisitResultextends EnumAn enum that specifies the possible | Class | javax.faces.component.visit | Apache MyFaces |