-
class
CheckboxRenderer is a class that renders the current value of UISelectBoolean
as a checkbox.
class
class
HiddenRenderer is a class that renders the current value of UIInput
component as a HTML hidden
variable.
class
LabelRenderer renders Label element.
class
ListRenderer is a class that renders the current value of UISelectOne
or UISelectMany
component as a list of options.
class
MenuRenderer is a class that renders the current value of UISelectOne
or UISelectMany
component as a list of menu options.
class
OutputMessageRenderer is a class that renderes UIOutput
class
ReadoRenderer is a class that renders the current value of UISelectOne
or UISelectMany
component as a list of radio buttons
class
SecretRenderer is a class that renders the current value of UIInput
component as a password field.
class
SelectManyCheckboxListRenderer is a class that renders the current value of UISelectMany
component
as a list of checkboxes.
class
TextareaRenderer is a class that renders the current value of UIInput
component as a Textarea.
class
TextRenderer is a class that renders the current value of UIInput
or UIOutput
component as a input field or static text.