| com.sun.rave.web.ui.renderer.ListRendererBase com.sun.rave.web.ui.renderer.ListboxRenderer
Method Summary | |
public void | encodeEnd(FacesContext context, UIComponent component) Render the list. |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Render the list.
Parameters: context - FacesContext for the current request Parameters: component - UIComponent to be renderedend should be rendered exception: IOException - if an input/output error occurs |
Methods inherited from com.sun.rave.web.ui.renderer.ListRendererBase | public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) protected void decode(FacesContext context, UIComponent component, String id)(Code)(Java Doc) public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException(Code)(Java Doc) protected String getOnChangeJavaScript(ListManager component, String functionName, FacesContext context)(Code)(Java Doc) public boolean getRendersChildren()(Code)(Java Doc) String[] getUserInput(FacesContext context, UIComponent component)(Code)(Java Doc) void log(String s)(Code)(Java Doc) protected void renderHiddenValue(UIComponent component, FacesContext context, ResponseWriter writer, String hiddenStyle) throws IOException(Code)(Java Doc) protected void renderList(ListManager component, String id, FacesContext context, String[] styles) throws IOException(Code)(Java Doc) void renderListComponent(ListSelector component, FacesContext context, String[] styles) throws IOException(Code)(Java Doc) void renderListOption(UIComponent list, ListItem listItem, ResponseWriter writer, String[] styles) throws IOException(Code)(Java Doc) void renderListOptions(UIComponent component, Iterator optionsIterator, ResponseWriter writer, String[] styles) throws IOException(Code)(Java Doc) protected void renderOpenEncloser(ListManager component, FacesContext context, String element, String hiddenStyle) throws IOException(Code)(Java Doc) void renderReadOnlyList(ListManager component, UIComponent label, FacesContext context, String hiddenStyle) throws IOException(Code)(Java Doc) void renderSeparator(UIComponent component, ResponseWriter writer, String style) throws IOException(Code)(Java Doc)
|
|
|