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.
 class UIViewParameter
          TODO: documentation on jsp and pld are not the same.
 

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".
 class HtmlInputSecret
           
 class HtmlInputText
           
 class HtmlInputTextarea
           
 class HtmlSelectBooleanCheckbox
           
 class HtmlSelectManyCheckbox
           
 class HtmlSelectManyListbox
           
 class HtmlSelectManyMenu
           
 class HtmlSelectOneListbox
           
 class HtmlSelectOneMenu
           
 class HtmlSelectOneRadio
           
 



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