Uses of Class
com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
Packages that use HtmlBasicInputRenderer
-
Uses of HtmlBasicInputRenderer in com.sun.faces.renderkit.html_basic
Subclasses of HtmlBasicInputRenderer in com.sun.faces.renderkit.html_basicModifier and TypeClassDescriptionclass
CheckboxRenderer is a class that renders the current value ofUISelectBoolean
as a checkbox.class
class
HiddenRenderer is a class that renders the current value ofUIInput
component as a HTML hidden variable.class
LabelRenderer renders Label element.class
ListRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of options.class
MenuRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of menu options.class
OutputMessageRenderer is a class that renderes UIOutputclass
ReadoRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of radio buttonsclass
SecretRenderer is a class that renders the current value ofUIInput
component as a password field.class
SelectManyCheckboxListRenderer is a class that renders the current value ofUISelectMany
component as a list of checkboxes.class
TextareaRenderer is a class that renders the current value ofUIInput
component as a Textarea.class
TextRenderer is a class that renders the current value ofUIInput
orUIOutput
component as a input field or static text.