Class Summary |
ButtonRenderer |
ButtonRenderer is a class that renders the current value of
UICommand as a Button. |
CheckboxRenderer |
CheckboxRenderer is a class that renders the current value of
UISelectBoolean as a checkbox. |
CommandLinkRenderer |
CommandLinkRenderer is a class that renders the current value of
UICommand as a HyperLink that acts like a Button. |
FormRenderer |
FormRenderer is a class that renders a UIForm as a Form. |
GridRenderer |
GridRenderer is a class that renders UIPanel component
as a "Grid". |
GroupRenderer |
Arbitrary grouping "renderer" that simply renders its children
recursively in the encodeEnd() method. |
HiddenRenderer |
HiddenRenderer is a class that renders the current value of
UIInput component as a HTML hidden variable. |
HtmlBasicInputRenderer |
HtmlBasicInputRenderer is a base class for implementing renderers
that support UIInput type components |
HtmlBasicRenderer |
HtmlBasicRenderer is a base class for implementing renderers
for HtmlBasicRenderKit. |
HtmlBasicRenderer.Param |
Simple class to encapsulate the name and value of a
UIParameeter . |
HtmlResponseWriter |
HtmlResponseWriter is an Html specific implementation
of the ResponseWriter abstract class. |
ImageRenderer |
ImageRenderer is a class that handles the rendering of the graphic
ImageTag |
LabelRenderer |
LabelRenderer renders Label element. |
LinkRenderer |
LinkRenderer acts as superclass for CommandLinkRenderer and
OutputLinkRenderer. |
ListboxRenderer |
ListRenderer is a class that renders the current value of
UISelectOne or UISelectMany component as a list of
options. |
MenuRenderer |
MenuRenderer is a class that renders the current value of
UISelectOne or UISelectMany component as a list of
menu options. |
MessageRenderer |
MessageRenderer handles rendering for the Message |
MessagesRenderer |
MessagesRenderer handles rendering for the Messages |
OutputLinkRenderer |
OutputLinkRenderer is a class ... |
OutputMessageRenderer |
OutputMessageRenderer is a class that renderes UIOutput |
RadioRenderer |
ReadoRenderer is a class that renders the current value of
UISelectOne or UISelectMany component as a list of
radio buttons |
SecretRenderer |
SecretRenderer is a class that renders the current value of
UIInput component as a password field. |
SelectManyCheckboxListRenderer |
SelectManyCheckboxListRenderer is a class that renders the
current value of UISelectMany component as a list of checkboxes. |
TableRenderer |
Render a UIData component as a two-dimensional table. |
TextareaRenderer |
TextareaRenderer is a class that renders the current value of
UIInput component as a Textarea. |
TextRenderer |
TextRenderer is a class that renders the current value of
UIInput or UIOutput component as a input field or
static text. |