public class SelectBooleanCheckboxRenderer extends MessageLayoutRendererBase
Constructor and Description |
---|
SelectBooleanCheckboxRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeBeginField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeEndField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected CssItem[] |
getCssItems(javax.faces.context.FacesContext facesContext,
AbstractUISelectBooleanCheckbox select) |
protected String |
getFieldId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected CssItem[] |
getOuterCssItems(javax.faces.context.FacesContext facesContext,
AbstractUISelectBooleanCheckbox select) |
encodeBeginMessageField, encodeBeginSurroundingMessage, encodeEndMessageField, encodeEndSurroundingMessage
encodeBegin, encodeBeginSurroundingLabel, encodeChildren, encodeEnd, encodeEndSurroundingLabel, encodeLabel
setSubmittedValue
getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
public void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
decode
in class DecodingInputRendererBase
protected void encodeBeginField(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeBeginField
in class MessageLayoutRendererBase
IOException
protected void encodeEndField(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEndField
in class MessageLayoutRendererBase
IOException
protected CssItem[] getOuterCssItems(javax.faces.context.FacesContext facesContext, AbstractUISelectBooleanCheckbox select)
protected CssItem[] getCssItems(javax.faces.context.FacesContext facesContext, AbstractUISelectBooleanCheckbox select)
protected String getFieldId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
getFieldId
in class LabelLayoutRendererBase
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.