public class GMapRenderer extends CoreRenderer
Constructor and Description |
---|
GMapRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeCircles(javax.faces.context.FacesContext context,
GMap map) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeMarker(javax.faces.context.FacesContext context,
Marker marker) |
protected void |
encodeMarkers(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodeOverlays(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodePaths(javax.faces.context.FacesContext context,
List<LatLng> paths) |
protected void |
encodePolygons(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodePolylines(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodeRectangles(javax.faces.context.FacesContext context,
GMap map) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
GMap map) |
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, GMap map) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodeOverlays(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodeMarkers(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodeMarker(javax.faces.context.FacesContext context, Marker marker) throws IOException
IOException
protected void encodePolylines(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodePolygons(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodeCircles(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodeRectangles(javax.faces.context.FacesContext context, GMap map) throws IOException
IOException
protected void encodePaths(javax.faces.context.FacesContext context, List<LatLng> paths) 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 © 2016. All rights reserved.