Uses of Class
javax.faces.component.UISelectMany

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

Uses of UISelectMany in javax.faces.component
 

Subclasses of UISelectMany in javax.faces.component
 class TestSelectMany
          Test UISelectMany subclass.
 

Uses of UISelectMany in javax.faces.component.html
 

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



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