Package jakarta.faces.component
package jakarta.faces.component
-
ClassDescriptionsee Javadoc of Faces SpecificationDeprecated, for removal: This API element is subject to removal in a future version.See Javadoc of Faces SpecificationDoctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration.Defines the methods required for a component whose value can be modified by the user.Interface implemented by components that provide a new "namespace" for the ids of their child components.see Javadoc of Faces SpecificationDefine aMap
-like contract that makes it easier for components to implementTransientStateHolder
.This interface is implemented by classes that need to save state that are expected to be available only on the current request.see Javadoc of Faces SpecificationUICommand is a base abstraction for components that implement ActionSource.see Javadoc of J SF SpecificationStandard implementation of the UIComponent base class; all standard Faces components extend this class.Represents an abstraction of a component which has multiple "rows" of data.see Javadoc of Faces SpecificationDisplays a graphical image.UICommand is a base abstraction for components that implement ActionSource.Base class for components that provide a new "namespace" for the ids of their child components.Displays a value to the user.A component that allows the user to select or unselect an object.Base class for the various component classes that allow a user to select zero or more options from a set.Component for choosing one option out of a set of possibilities.TODO: documentation on jsp and pld are not the same.Creates a Faces View, which is a container that holds all of the components that are part of the view.see Javadoc of Faces Specification