Uses of Interface
javax.faces.component.StateHolder

Packages that use StateHolder
javax.faces.component   
javax.faces.component.html   
javax.faces.convert   
javax.faces.event   
javax.faces.validator   
 

Uses of StateHolder in javax.faces.component
 

Classes in javax.faces.component that implement StateHolder
 class UIColumn
          see Javadoc of JSF Specification
 class UICommand
          UICommand is a base abstraction for components that implement ActionSource.
 class UIComponent
          see Javadoc of JSF Specification
 class UIComponentBase
          Standard implementation of the UIComponent base class; all standard JSF components extend this class.
 class UIData
          Represents an abstraction of a component which has multiple "rows" of data.
 class UIForm
          see Javadoc of JSF Specification
 class UIGraphic
          Displays a graphical image.
 class UIInput
          UICommand is a base abstraction for components that implement ActionSource.
 class UINamingContainer
          Base class for components that provide a new "namespace" for the ids of their child components.
 class UIOutput
          Displays a value to the user.
 class UIPanel
           
 class UISelectBoolean
          A component that allows the user to select or unselect an object.
 class UISelectMany
          Base class for the various component classes that allow a user to select zero or more options from a set.
 class UISelectOne
          Component for choosing one option out of a set of possibilities.
 class UIViewRoot
          Creates a JSF View, which is a container that holds all of the components that are part of the view.
 

Uses of StateHolder in javax.faces.component.html
 

Classes in javax.faces.component.html that implement StateHolder
 class HtmlInputHidden
          Renders as an HTML input tag with its type set to "hidden".
 

Uses of StateHolder in javax.faces.convert
 

Classes in javax.faces.convert that implement StateHolder
 class DateTimeConverter
          This tag associates a date time converter with the nearest parent UIComponent.
 class EnumConverter
          see Javadoc of JSF Specification
 class NumberConverter
          This tag creates a number formatting converter and associates it with the nearest parent UIComponent.
 

Uses of StateHolder in javax.faces.event
 

Classes in javax.faces.event that implement StateHolder
 class MethodExpressionActionListener
          See Javadoc of JSF Specification
 class MethodExpressionValueChangeListener
          See Javadoc of JSF Specification
 

Uses of StateHolder in javax.faces.validator
 

Classes in javax.faces.validator that implement StateHolder
 class DoubleRangeValidator
          Creates a validator and associateds it with the nearest parent UIComponent.
 class LengthValidator
          Creates a validator and associateds it with the nearest parent UIComponent.
 class LongRangeValidator
          Creates a validator and associateds it with the nearest parent UIComponent.
 class MethodExpressionValidator
          see Javadoc of JSF Specification
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.