Uses of Class
javax.faces.component.UIInput

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

Uses of UIInput in javax.faces.component
 

Subclasses of UIInput in javax.faces.component
 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 UIInput in javax.faces.component.html
 

Subclasses of UIInput in javax.faces.component.html
 class HtmlInputHidden
          Renders as an HTML input tag with its type set to "hidden".
 



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