public class PickListRenderer extends CoreRenderer
Constructor and Description |
---|
PickListRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeButton(javax.faces.context.FacesContext context,
String title,
String styleClass,
String icon,
String labelDisplay) |
protected void |
encodeCaption(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent caption) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeFilter(javax.faces.context.FacesContext context,
PickList pickList,
String name) |
protected void |
encodeList(javax.faces.context.FacesContext context,
PickList pickList,
String listId,
String styleClass,
List model,
javax.faces.component.UIComponent caption,
boolean filter) |
protected void |
encodeListControls(javax.faces.context.FacesContext context,
PickList pickList,
String styleClass,
String labelDisplay) |
protected void |
encodeListInput(javax.faces.context.FacesContext context,
String clientId) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
PickList pickList) |
protected void |
encodeOptions(javax.faces.context.FacesContext context,
PickList pickList,
List model) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
PickList pickList) |
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue) |
boolean |
getRendersChildren() |
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, PickList pickList) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, PickList pickList) throws IOException
IOException
protected void encodeListControls(javax.faces.context.FacesContext context, PickList pickList, String styleClass, String labelDisplay) throws IOException
IOException
protected void encodeCaption(javax.faces.context.FacesContext context, javax.faces.component.UIComponent caption) throws IOException
IOException
protected void encodeButton(javax.faces.context.FacesContext context, String title, String styleClass, String icon, String labelDisplay) throws IOException
IOException
protected void encodeList(javax.faces.context.FacesContext context, PickList pickList, String listId, String styleClass, List model, javax.faces.component.UIComponent caption, boolean filter) throws IOException
IOException
protected void encodeListInput(javax.faces.context.FacesContext context, String clientId) throws IOException
IOException
protected void encodeOptions(javax.faces.context.FacesContext context, PickList pickList, List model) throws IOException
IOException
public Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
protected void encodeFilter(javax.faces.context.FacesContext context, PickList pickList, String name) throws IOException
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
Copyright © 2014. All rights reserved.