Uses of Class
javax.faces.component.UISelectOne

Packages that use UISelectOne
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of UISelectOne in javax.faces.component.html
 

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