org.primefaces.component.sheet
Class SheetRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.sheet.SheetRenderer
public class SheetRenderer
- extends CoreRenderer
Method Summary |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeBody(javax.faces.context.FacesContext context,
Sheet sheet)
|
protected void |
encodeCaption(javax.faces.context.FacesContext context,
Sheet sheet)
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected void |
encodeContent(javax.faces.context.FacesContext context,
Sheet sheet)
|
protected void |
encodeEditorBar(javax.faces.context.FacesContext context,
Sheet sheet)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeHeader(javax.faces.context.FacesContext context,
Sheet sheet)
|
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
Sheet sheet)
|
protected void |
encodeRow(javax.faces.context.FacesContext context,
Sheet sheet,
int rowIndex)
|
protected void |
encodeScript(javax.faces.context.FacesContext context,
Sheet sheet)
|
protected String |
getColumnCode(int index)
|
boolean |
getRendersChildren()
|
protected void |
sort(javax.faces.context.FacesContext context,
Sheet sheet)
|
Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SheetRenderer
public SheetRenderer()
decode
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class javax.faces.render.Renderer
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class javax.faces.render.Renderer
- Throws:
IOException
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeCaption
protected void encodeCaption(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeEditorBar
protected void encodeEditorBar(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeContent
protected void encodeContent(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeHeader
public void encodeHeader(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeBody
public void encodeBody(javax.faces.context.FacesContext context,
Sheet sheet)
throws IOException
- Throws:
IOException
encodeRow
protected void encodeRow(javax.faces.context.FacesContext context,
Sheet sheet,
int rowIndex)
throws IOException
- Throws:
IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeChildren
in class javax.faces.render.Renderer
- Throws:
IOException
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class javax.faces.render.Renderer
sort
protected void sort(javax.faces.context.FacesContext context,
Sheet sheet)
getColumnCode
protected String getColumnCode(int index)
Copyright © 2012. All Rights Reserved.