Package javax. faces. component. html
See: Description
-
Class Summary Class Description HtmlBody NONEHtmlColumn Represents a column that will be rendered in an HTMLtable
element.HtmlCommandButton Represents an HTMLinput
element for a button of typesubmit
orreset
.HtmlCommandLink Represents an HTMLa
element for a hyperlink that acts like a submit button.HtmlDataTable Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtable
element.HtmlDoctype NONEHtmlForm Represents an HTMLform
element.HtmlGraphicImage Represents an HTMLimg
element, used to retrieve and render a graphical image.HtmlHead NONEHtmlInputFile Represents an HTMLinput
element of typefile
.HtmlInputHidden Represents an HTMLinput
element of typehidden
.HtmlInputSecret Represents an HTMLinput
element of typepassword
.HtmlInputText Represents an HTMLinput
element of typetext
.HtmlInputTextarea Represents an HTMLtextarea
element.HtmlMessage By default, therendererType
property must be set to "javax.faces.Message
".HtmlMessages By default, therendererType
property must be set to "javax.faces.Messages
".HtmlOutcomeTargetButton 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.HtmlOutcomeTargetLink 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.HtmlOutputFormat 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.HtmlOutputLabel Represents an HTMLlabel
element, used to define an accessible label for a corresponding input element.HtmlOutputLink Represents an HTMLa
(hyperlink) element that may be used to link to an arbitrary URL defined by thevalue
property.HtmlOutputText Renders the component value as text, optionally wrapping in aspan
element if I18N attributes, CSS styles or style classes are specified.HtmlPanelGrid Renders child components in a table, starting a new row after the specified number of columns.HtmlPanelGroup Causes all child components of this component to be rendered.HtmlSelectBooleanCheckbox Represents an HTMLinput
element of typecheckbox
.HtmlSelectManyCheckbox Represents a multiple-selection component that is rendered as a set of HTMLinput
elements of typecheckbox
.HtmlSelectManyListbox Represents a multiple-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.HtmlSelectManyMenu Represents a multiple-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.HtmlSelectOneListbox Represents a single-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.HtmlSelectOneMenu Represents a single-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.HtmlSelectOneRadio Represents a single-selection component that is rendered as a set of HTMLinput
elements of typeradio
.
Package javax.faces.component.html Description
Specialized user interface component classes for HTML.
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/faces/component/html/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.