public class HtmlDataScrollerRenderer extends HtmlRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PAGE_NAVIGATION |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlDataScrollerRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeChildren(javax.faces.context.FacesContext facescontext,
javax.faces.component.UIComponent uicomponent) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected javax.faces.component.html.HtmlCommandLink |
getLink(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
java.lang.String facetName) |
protected javax.faces.component.html.HtmlCommandLink |
getLink(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
java.lang.String text,
int pageIndex) |
boolean |
getRendersChildren() |
void |
removeVariables(javax.faces.context.FacesContext facescontext,
HtmlDataScroller scroller) |
protected void |
renderFacet(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
javax.faces.component.UIComponent facetComp,
java.lang.String facetName) |
protected void |
renderPaginator(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller) |
protected void |
renderScroller(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller) |
protected void |
setVariables(javax.faces.context.FacesContext facescontext,
HtmlDataScroller scroller) |
public static final java.lang.String RENDERER_TYPE
protected static final java.lang.String PAGE_NAVIGATION
public boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererprotected void setVariables(javax.faces.context.FacesContext facescontext,
HtmlDataScroller scroller)
throws java.io.IOException
java.io.IOExceptionpublic void removeVariables(javax.faces.context.FacesContext facescontext,
HtmlDataScroller scroller)
throws java.io.IOException
java.io.IOExceptionpublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext facescontext,
javax.faces.component.UIComponent uicomponent)
throws java.io.IOException
encodeChildren in class HtmlRendererjava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionprotected void renderScroller(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller)
throws java.io.IOException
java.io.IOExceptionprotected void renderFacet(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
javax.faces.component.UIComponent facetComp,
java.lang.String facetName)
throws java.io.IOException
java.io.IOExceptionprotected void renderPaginator(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller)
throws java.io.IOException
java.io.IOExceptionprotected javax.faces.component.html.HtmlCommandLink getLink(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
java.lang.String text,
int pageIndex)
protected javax.faces.component.html.HtmlCommandLink getLink(javax.faces.context.FacesContext facesContext,
HtmlDataScroller scroller,
java.lang.String facetName)