public class SelectManyCheckboxListRenderer extends MenuRenderer
UISelectMany component as a list of checkboxes.
HtmlBasicRenderer.Param
logger
Constructor and Description |
---|
SelectManyCheckboxListRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderBeginText(javax.faces.component.UIComponent component,
int border,
boolean alignVertical,
javax.faces.context.FacesContext context,
boolean outerTable) |
protected void |
renderEndText(javax.faces.component.UIComponent component,
boolean alignVertical,
javax.faces.context.FacesContext context,
boolean outerTable) |
protected void |
renderOption(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.model.SelectItem curItem,
boolean alignVertical,
int itemNumber) |
convertSelectManyValue, convertSelectManyValues, convertSelectOneValue, decode, encodeBegin, getConvertedValue, renderOption, writeDefaultSize
getValue, setSubmittedValue
addGenericErrorMessage, augmentIdReference, convertClientId, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessary
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeEnd
in class MenuRenderer
java.io.IOException
protected void renderBeginText(javax.faces.component.UIComponent component, int border, boolean alignVertical, javax.faces.context.FacesContext context, boolean outerTable) throws java.io.IOException
java.io.IOException
protected void renderEndText(javax.faces.component.UIComponent component, boolean alignVertical, javax.faces.context.FacesContext context, boolean outerTable) throws java.io.IOException
java.io.IOException
protected void renderOption(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.model.SelectItem curItem, boolean alignVertical, int itemNumber) throws java.io.IOException
java.io.IOException
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.