public class BaseLayoutRenderer extends CoreRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLICK_EVENT |
static java.lang.String |
TOUCH_START_EVENT |
| Constructor and Description |
|---|
BaseLayoutRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encodeHidden(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent)
used by content pane controllers...implement ContentPaneController
|
protected void |
encodeHidden(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
java.lang.String value)
used by content pane controllers...implement ContentPaneController
|
protected java.lang.String |
getResourceURL(javax.faces.context.FacesContext facesContext,
java.lang.String value) |
protected void |
renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child) |
protected void |
renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
addToAutoUpdate, buildAjaxRequest, convertClientId, decodeBehaviors, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, escapeText, getActionURL, getComponentResourceBundle, getEncodedURL, getEscapedClientId, getLocalisedMessageFromBundle, getResourceRequestPath, isAjaxRequest, isPostBack, isPostback, isScriptLoaded, isValueBlank, isValueEmpty, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, setScriptLoaded, shouldRenderAttribute, themeForms, writeJavascriptFile, writeJavascriptFilepublic static final java.lang.String TOUCH_START_EVENT
public static final java.lang.String CLICK_EVENT
protected void renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
renderChildren in class CoreRendererjava.io.IOExceptionprotected void renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child)
throws java.io.IOException
renderChild in class CoreRendererjava.io.IOExceptionprotected void encodeHidden(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
context - uiComponent - java.io.IOExceptionprotected void encodeHidden(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
java.lang.String value)
throws java.io.IOException
context - uiComponent - java.io.IOExceptionprotected java.lang.String getResourceURL(javax.faces.context.FacesContext facesContext,
java.lang.String value)
getResourceURL in class CoreRendererCopyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.