public class TableToolbarRenderer extends HtmlBasicRenderer
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_PLACEHOLDER, ATTRIBUTE_STYLE, ELEMENT_DIV, ELEMENT_SECTION, ELEMENT_SPAN| Constructor and Description |
|---|
TableToolbarRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createModelJavaScriptCall(String clientId,
List<String> renderIds,
String javaScriptMethodName,
boolean ajaxDisableRenderRegionsOnRequest,
String optionalParameter) |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
createComponentEventFunction, decodeBehaviors, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, isBehaviorSource, renderBooleanValue, renderEventValue, renderStringValue, renderStringValue, setSubmittedValue, shouldRenderAttribute, shouldWriteIdAttribute, writeIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class HtmlBasicRendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class HtmlBasicRendererIOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class HtmlBasicRendererpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.RendererCopyright © 2018. All rights reserved.