|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.extensions.component.layout.LayoutRenderer
public class LayoutRenderer
Renderer for the Layout component.
| Constructor Summary | |
|---|---|
LayoutRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
|
void |
encodeBegin(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
|
protected void |
encodeScript(javax.faces.context.FacesContext fc,
Layout layout)
|
boolean |
getRendersChildren()
|
| Methods inherited from class org.primefaces.renderkit.CoreRenderer |
|---|
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, shouldWriteId, startScript |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, encodeChildren, getConvertedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Renderer
public void encodeBegin(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOException
public void encodeEnd(javax.faces.context.FacesContext fc,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Renderer
protected void encodeScript(javax.faces.context.FacesContext fc,
Layout layout)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||