public class OrderListRenderer extends CoreRenderer
Constructor and Description |
---|
OrderListRenderer() |
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) |
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) |
protected void |
encodeControls(javax.faces.context.FacesContext context,
OrderList ol) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeInput(javax.faces.context.FacesContext context,
String clientId) |
protected void |
encodeList(javax.faces.context.FacesContext context,
OrderList ol) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
OrderList ol) |
protected void |
encodeOptions(javax.faces.context.FacesContext context,
OrderList old,
List model) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
OrderList ol) |
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 context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, OrderList ol) throws IOException
IOException
protected void encodeList(javax.faces.context.FacesContext context, OrderList ol) throws IOException
IOException
protected void encodeInput(javax.faces.context.FacesContext context, String clientId) throws IOException
IOException
protected void encodeControls(javax.faces.context.FacesContext context, OrderList ol) throws IOException
IOException
protected void encodeOptions(javax.faces.context.FacesContext context, OrderList old, List model) throws IOException
IOException
protected void encodeButton(javax.faces.context.FacesContext context, String title, String styleClass, String icon) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, OrderList ol) 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 encodeCaption(javax.faces.context.FacesContext context, javax.faces.component.UIComponent caption) 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 © 2017. All rights reserved.