Package javax.faces.component.html
package javax.faces.component.html
Specialized user interface component classes for HTML.
-
ClassDescriptionNONERepresents a column that will be rendered in an HTML
table
element.Represents an HTMLinput
element for a button of typesubmit
orreset
.Represents an HTMLa
element for a hyperlink that acts like a submit button.Represents an HTMLscript
element for a function that acts like an ajax form submit.Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtable
element.NONERepresents an HTMLform
element.Represents an HTMLimg
element, used to retrieve and render a graphical image.NONERepresents an HTMLinput
element of typehidden
.Represents an HTMLinput
element of typepassword
.Represents an HTMLinput
element of typetext
.Represents an HTMLtextarea
element.By default, therendererType
property must be set to "javax.faces.Message
".By default, therendererType
property must be set to "javax.faces.Messages
".Represents an HTMLinput
element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property.Represents an HTMLa
(hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property.Represents a component that looks up a localized message in a resource bundle, optionally uses it as aMessageFormat
pattern string and substitutes in parameter values from nested UIParameter components, and renders the result.Represents an HTMLlabel
element, used to define an accessible label for a corresponding input element.Represents an HTMLa
(hyperlink) element that may be used to link to an arbitrary URL defined by thevalue
property.Renders the component value as text, optionally wrapping in aspan
element if I18N attributes, CSS styles or style classes are specified.Renders child components in a table, starting a new row after the specified number of columns.Causes all child components of this component to be rendered.Represents an HTMLinput
element of typecheckbox
.Represents a multiple-selection component that is rendered as a set of HTMLinput
elements of typecheckbox
.Represents a multiple-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.Represents a multiple-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.Represents a single-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.Represents a single-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.Represents a single-selection component that is rendered as a set of HTMLinput
elements of typeradio
.