| Package | Description | 
|---|---|
| javax.faces.component | |
| javax.faces.component.html | |
| javax.faces.context | |
| javax.faces.event | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UIColumnsee Javadoc of JSF Specification | 
| class  | UICommandUICommand is a base abstraction for components that implement ActionSource. | 
| class  | UIComponentsee Javadoc of J
 SF Specification | 
| class  | UIComponentBaseStandard implementation of the UIComponent base class; all standard JSF components extend this class. | 
| class  | UIDataRepresents an abstraction of a component which has multiple "rows" of data. | 
| class  | UIFormsee Javadoc of JSF Specification | 
| class  | UIGraphicDisplays a graphical image. | 
| class  | UIImportConstants | 
| class  | UIInputUICommand is a base abstraction for components that implement ActionSource. | 
| class  | UIMessage | 
| class  | UIMessages | 
| class  | UINamingContainerBase class for components that provide a new "namespace" for the ids of their
 child components. | 
| class  | UIOutcomeTarget | 
| class  | UIOutputDisplays a value to the user. | 
| class  | UIPanel | 
| class  | UIParameter | 
| class  | UISelectBooleanA component that allows the user to select or unselect an object. | 
| class  | UISelectItem | 
| class  | UISelectItems | 
| class  | UISelectManyBase class for the various component classes that allow a user to select zero or more options from a set. | 
| class  | UISelectOneComponent for choosing one option out of a set of possibilities. | 
| class  | UIViewAction | 
| class  | UIViewParameterTODO: documentation on jsp and pld are not the same. | 
| class  | UIViewRootCreates a JSF View, which is a container that holds all of the components that are part of the view. | 
| class  | UIWebsocket | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FacesListener[] | UIComponentBase. getFacesListeners(Class clazz) | 
| protected abstract FacesListener[] | UIComponent. getFacesListeners(Class clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | UIComponentBase. addFacesListener(FacesListener listener) | 
| protected abstract void | UIComponent. addFacesListener(FacesListener listener) | 
| protected void | UIComponentBase. removeFacesListener(FacesListener listener) | 
| protected abstract void | UIComponent. removeFacesListener(FacesListener listener) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlBody | 
| class  | HtmlColumn | 
| class  | HtmlCommandButton | 
| class  | HtmlCommandLink | 
| class  | HtmlCommandScript | 
| class  | HtmlDataTable | 
| class  | HtmlDoctype | 
| class  | HtmlForm | 
| class  | HtmlGraphicImage | 
| class  | HtmlHead | 
| class  | HtmlInputFile | 
| class  | HtmlInputHiddenRenders as an HTML input tag with its type set to "hidden". | 
| class  | HtmlInputSecret | 
| class  | HtmlInputText | 
| class  | HtmlInputTextarea | 
| class  | HtmlMessage | 
| class  | HtmlMessages | 
| class  | HtmlOutcomeTargetButton | 
| class  | HtmlOutcomeTargetLink | 
| class  | HtmlOutputFormat | 
| class  | HtmlOutputLabel | 
| class  | HtmlOutputLink | 
| class  | HtmlOutputText | 
| class  | HtmlPanelGrid | 
| class  | HtmlPanelGroup | 
| class  | HtmlSelectBooleanCheckbox | 
| class  | HtmlSelectManyCheckbox | 
| class  | HtmlSelectManyListbox | 
| class  | HtmlSelectManyMenu | 
| class  | HtmlSelectOneListbox | 
| class  | HtmlSelectOneMenu | 
| class  | HtmlSelectOneRadio | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExceptionHandler | 
| class  | ExceptionHandlerWrapper | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ActionListenersee Javadoc of JSF Specification | 
| interface  | AjaxBehaviorListener | 
| interface  | BehaviorListener | 
| interface  | ComponentSystemEventListener | 
| interface  | SystemEventListener | 
| interface  | ValueChangeListenersee Javadoc of JSF Specification | 
| interface  | ViewMapListenersee Javadoc /javax/faces/event/ViewMapListener.html | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionListenerWrapper | 
| class  | MethodExpressionActionListener | 
| class  | MethodExpressionValueChangeListener | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SystemEvent. isAppropriateListener(FacesListener listener) | 
| boolean | ActionEvent. isAppropriateListener(FacesListener facesListeners) | 
| boolean | AjaxBehaviorEvent. isAppropriateListener(FacesListener faceslistener) | 
| abstract boolean | FacesEvent. isAppropriateListener(FacesListener faceslistener) | 
| boolean | ComponentSystemEvent. isAppropriateListener(FacesListener listener) | 
| boolean | PreRemoveFromViewEvent. isAppropriateListener(FacesListener listener) | 
| boolean | PostAddToViewEvent. isAppropriateListener(FacesListener listener) | 
| boolean | ValueChangeEvent. isAppropriateListener(FacesListener facesListeners) | 
| void | SystemEvent. processListener(FacesListener listener) | 
| void | ActionEvent. processListener(FacesListener facesListeners) | 
| void | AjaxBehaviorEvent. processListener(FacesListener faceslistener) | 
| abstract void | FacesEvent. processListener(FacesListener faceslistener) | 
| void | ComponentSystemEvent. processListener(FacesListener listener) | 
| void | ValueChangeEvent. processListener(FacesListener facesListeners) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.