Class Hierarchy All Classes All Fields and Methods

 

Class com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
                                com.sun.faces.renderkit.html_basic.MenuRenderer
                                        com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer

public class SelectManyCheckboxListRenderer
extends MenuRenderer

SelectManyCheckboxListRenderer is a class that renders the current value of UISelectMany component as a list of checkboxes.

Constructor Index
Constructor Description
SelectManyCheckboxListRenderer()  

Method Index
Method Description
void encodeEnd(FacesContext, UIComponent)  
void renderBeginText(UIComponent, int, boolean, FacesContext, boolean)  
void renderEndText(UIComponent, boolean, FacesContext, boolean)  
void renderOption(FacesContext, UIComponent, SelectItem, boolean)  

 

Constructors

 

SelectManyCheckboxListRenderer

public SelectManyCheckboxListRenderer() 

 

Methods

 

encodeEnd

public void encodeEnd(FacesContext context,
                      UIComponent component) throws IOException

 

renderBeginText

protected void renderBeginText(UIComponent component,
                               int border,
                               boolean alignVertical,
                               FacesContext context,
                               boolean outerTable) throws IOException

 

renderEndText

protected void renderEndText(UIComponent component,
                             boolean alignVertical,
                             FacesContext context,
                             boolean outerTable) throws IOException

 

renderOption

protected void renderOption(FacesContext context,
                            UIComponent component,
                            SelectItem curItem,
                            boolean alignVertical) throws IOException

Class Hierarchy All Classes All Fields and Methods