| com.caucho.jsf.html.BaseRenderer com.caucho.jsf.html.SelectRenderer com.caucho.jsf.html.HtmlSelectOneListboxRenderer
HtmlSelectOneListboxRenderer | class HtmlSelectOneListboxRenderer extends SelectRenderer (Code) | | The HTML selectMany/checkbox renderer
|
Field Summary | |
final public static Renderer | RENDERER |
Method Summary | |
public void | decode(FacesContext context, UIComponent component) Decodes the data from the form. | public void | encodeBegin(FacesContext context, UIComponent component) Renders the open tag for the text. | public void | encodeChildren(FacesContext context, UIComponent component) Renders the content for the component. | public void | encodeEnd(FacesContext context, UIComponent component) Renders the closing tag for the component. | public boolean | getRendersChildren() True if the renderer is responsible for rendering the children. | public String | toString() |
RENDERER | final public static Renderer RENDERER(Code) | | |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | Decodes the data from the form.
|
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the open tag for the text.
|
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the content for the component.
|
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the closing tag for the component.
|
getRendersChildren | public boolean getRendersChildren()(Code) | | True if the renderer is responsible for rendering the children.
|
Methods inherited from com.caucho.jsf.html.SelectRenderer | public List<SelectItem> accrueSelectItems(UIComponent component)(Code)(Java Doc) protected void encodeChildren(ResponseWriter out, FacesContext context, UIComponent component, Object[] values, String enabledClass, String disabledClass) throws IOException(Code)(Java Doc) protected void encodeOneChildren(ResponseWriter out, FacesContext context, UIComponent component, Object value, String enabledClass, String disabledClass) throws IOException(Code)(Java Doc) public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException(Code)(Java Doc)
|
|
|