Uses of Interface
javax.faces.component.EditableValueHolder

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

Uses of EditableValueHolder in javax.faces.component
 

Classes in javax.faces.component that implement EditableValueHolder
 class UIInput
          UICommand is a base abstraction for components that implement ActionSource.
 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.
 

Uses of EditableValueHolder in javax.faces.component.html
 

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



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