Uses of Class
javax.faces.component.UIInput

Packages that use UIInput
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of UIInput in javax.faces.component
 

Subclasses of UIInput in javax.faces.component
 class TestInput
          Test UIInput subclass.
 class TestSelectMany
          Test UISelectMany subclass.
 class UISelectBoolean
          UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
 class UISelectMany
          UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
 class UISelectOne
          UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
 class UIViewParameter
          

UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.

static class UIViewRootTestCase.PhaseSkipTestComponent
           
 

Methods in javax.faces.component with parameters of type UIInput
protected  boolean UIInputTestCase.listenersAreEqual(FacesContext context, UIInput comp1, UIInput comp2)
           
protected  boolean UIInputTestCase.listenersAreEqual(FacesContext context, UIInput comp1, UIInput comp2)
           
protected  void UIInputTestCase.setupNewValue(UIInput input)
           
protected  void UISelectManyTestCase.setupNewValue(UIInput input)
           
protected  void UISelectOneTestCase.setupNewValue(UIInput input)
           
protected  void UISelectOneTestCase.setupNewValue(UIInput input)
           
protected  void UISelectManyTestCase.setupNewValue(UIInput input)
           
protected  void UIInputTestCase.setupNewValue(UIInput input)
           
protected  boolean UIInputTestCase.validatorsAreEqual(FacesContext context, UIInput comp1, UIInput comp2)
           
protected  boolean UIInputTestCase.validatorsAreEqual(FacesContext context, UIInput comp1, UIInput comp2)
           
 

Uses of UIInput in javax.faces.component.html
 

Subclasses of UIInput in javax.faces.component.html
 class HtmlInputHidden
          Represents an HTML input element of type hidden.
 class HtmlInputSecret
          Represents an HTML input element of type password.
 class HtmlInputText
          Represents an HTML input element of type text.
 class HtmlInputTextarea
          Represents an HTML textarea element.
 class HtmlSelectBooleanCheckbox
          Represents an HTML input element of type checkbox.
 class HtmlSelectManyCheckbox
          Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
 class HtmlSelectManyListbox
          Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
 class HtmlSelectManyMenu
          Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
 class HtmlSelectOneListbox
          Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
 class HtmlSelectOneMenu
          Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
 class HtmlSelectOneRadio
          Represents a single-selection component that is rendered as a set of HTML input elements of type radio.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.