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
          UICommand is a base abstraction for components that implement ActionSource.
 class UIOutcomeTarget
           
 class UIOutput
          Displays a value to the user.
 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 UIViewParameter
          TODO: documentation on jsp and pld are not the same.
 

Uses of ValueHolder in javax.faces.component.html
 

Classes in javax.faces.component.html that implement ValueHolder
 class HtmlBody
           
 class HtmlHead
           
 class HtmlInputHidden
          Renders as an HTML input tag with its type set to "hidden".
 class HtmlInputSecret
           
 class HtmlInputText
           
 class HtmlInputTextarea
           
 class HtmlOutcomeTargetButton
           
 class HtmlOutcomeTargetLink
           
 class HtmlOutputFormat
           
 class HtmlOutputLabel
           
 class HtmlOutputLink
           
 class HtmlOutputText
           
 class HtmlSelectBooleanCheckbox
           
 class HtmlSelectManyCheckbox
           
 class HtmlSelectManyListbox
           
 class HtmlSelectManyMenu
           
 class HtmlSelectOneListbox
           
 class HtmlSelectOneMenu
           
 class HtmlSelectOneRadio
           
 



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