public class SelectManyCheckboxListRenderer extends MenuRenderer
UISelectMany component as a list of checkboxes.HtmlBasicRenderer.Paramlogger| 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, writeDefaultSizegetValue, setSubmittedValueaddGenericErrorMessage, augmentIdReference, convertClientId, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class MenuRendererjava.io.IOExceptionprotected void renderBeginText(javax.faces.component.UIComponent component,
int border,
boolean alignVertical,
javax.faces.context.FacesContext context,
boolean outerTable)
throws java.io.IOException
java.io.IOExceptionprotected void renderEndText(javax.faces.component.UIComponent component,
boolean alignVertical,
javax.faces.context.FacesContext context,
boolean outerTable)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.