Package | Description |
---|---|
javax.faces.component.html |
Specialized user
interface component classes for HTML.
|
Modifier and Type | Class and Description |
---|---|
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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.