Uses of Interface
javax.faces.component.ValueHolder

Packages that use ValueHolder
javax.faces.component   
javax.faces.component.html   
 

Uses of ValueHolder in javax.faces.component
 

Subinterfaces of ValueHolder in javax.faces.component
 interface EditableValueHolder
          Defines the methods required for a component whose value can be modified by the user.
 

Classes in javax.faces.component that implement ValueHolder
 class UIInput
          see Javadoc of JSF Specification
 class UIOutput
          see Javadoc of JSF Specification
 class UISelectBoolean
          see Javadoc of JSF Specification
 class UISelectMany
          see Javadoc of JSF Specification
 class UISelectOne
          Component for choosing one option out of a set of possibilities.
 

Uses of ValueHolder in javax.faces.component.html
 

Classes in javax.faces.component.html that implement ValueHolder
 class HtmlInputHidden
          see Javadoc of JSF Specification
 class HtmlInputSecret
          see Javadoc of JSF Specification
 class HtmlInputText
          see Javadoc of JSF Specification
 class HtmlInputTextarea
          see Javadoc of JSF Specification
 class HtmlOutputFormat
          see Javadoc of JSF Specification
 class HtmlOutputLabel
          see Javadoc of JSF Specification
 class HtmlOutputLink
          see Javadoc of JSF Specification
 class HtmlOutputText
          see Javadoc of JSF Specification
 class HtmlSelectBooleanCheckbox
          see Javadoc of JSF Specification
 class HtmlSelectManyCheckbox
          see Javadoc of JSF Specification
 class HtmlSelectManyListbox
          see Javadoc of JSF Specification
 class HtmlSelectManyMenu
          see Javadoc of JSF Specification
 class HtmlSelectOneListbox
          see Javadoc of JSF Specification
 class HtmlSelectOneMenu
          see Javadoc of JSF Specification
 class HtmlSelectOneRadio
          see Javadoc of JSF Specification
 



Copyright © 2011. All Rights Reserved.