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
          Events:
Type Phases Description
javax.faces.event.ActionEvent Apply Request Values Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.
 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
           
 class UIForm
          see Javadoc of JSF Specification
 class UIGraphic
           
 class UIInput
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class UIMessage
           
 class UIMessages
           
 class UINamingContainer
           
 class UIOutput
           
 class UIPanel
           
 class UIParameter
           
 class UISelectBoolean
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class UISelectItem
           
 class UISelectItems
           
 class UISelectMany
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class UISelectOne
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class UIViewRoot
           
 

Uses of StateHolder in javax.faces.component.html
 

Classes in javax.faces.component.html that implement StateHolder
 class HtmlColumn
           
 class HtmlCommandButton
          Events:
Type Phases Description
javax.faces.event.ActionEvent Apply Request Values Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.
 class HtmlCommandLink
          Events:
Type Phases Description
javax.faces.event.ActionEvent Apply Request Values Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.
 class HtmlDataTable
           
 class HtmlForm
           
 class HtmlGraphicImage
           
 class HtmlInputHidden
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlInputSecret
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlInputText
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlInputTextarea
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlMessage
           
 class HtmlMessages
           
 class HtmlOutputFormat
           
 class HtmlOutputLabel
           
 class HtmlOutputLink
           
 class HtmlOutputText
           
 class HtmlPanelGrid
           
 class HtmlPanelGroup
           
 class HtmlSelectBooleanCheckbox
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectManyCheckbox
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectManyListbox
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectManyMenu
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectOneListbox
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectOneMenu
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 class HtmlSelectOneRadio
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
 

Uses of StateHolder in javax.faces.convert
 

Classes in javax.faces.convert that implement StateHolder
 class DateTimeConverter
          see Javadoc of JSF Specification
 class EnumConverter
          see Javadoc of JSF Specification
 class NumberConverter
          see Javadoc of JSF Specification
 

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
          see Javadoc of JSF Specification
 class LengthValidator
          see Javadoc of JSF Specification
 class LongRangeValidator
          see Javadoc of JSF Specification
 class MethodExpressionValidator
          see Javadoc of JSF Specification
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.