public class SplitButtonRenderer extends OutcomeTargetRenderer
Constructor and Description |
---|
SplitButtonRenderer() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildOnclick(javax.faces.context.FacesContext context,
SplitButton button) |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeDefaultButton(javax.faces.context.FacesContext context,
SplitButton button,
String id) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
SplitButton button) |
protected void |
encodeMenu(javax.faces.context.FacesContext context,
SplitButton button,
String menuId) |
protected void |
encodeMenuIcon(javax.faces.context.FacesContext context,
SplitButton button,
String id) |
protected void |
encodeMenuItem(javax.faces.context.FacesContext context,
UIMenuItem menuitem) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
SplitButton button) |
protected void |
encodeSeparator(javax.faces.context.FacesContext context,
UISeparator separator) |
boolean |
getRendersChildren() |
protected void |
setConfirmationScript(javax.faces.context.FacesContext context,
MenuItem item) |
containsEL, evaluateValueExpressions, findNavigationCase, getParams, getTargetURL, isExpression, isIncludeViewParams
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, SplitButton button) throws IOException
IOException
protected void encodeDefaultButton(javax.faces.context.FacesContext context, SplitButton button, String id) throws IOException
IOException
protected void encodeMenuIcon(javax.faces.context.FacesContext context, SplitButton button, String id) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, SplitButton button) throws IOException
IOException
protected String buildOnclick(javax.faces.context.FacesContext context, SplitButton button) throws IOException
IOException
protected void encodeMenu(javax.faces.context.FacesContext context, SplitButton button, String menuId) throws IOException
IOException
protected void encodeMenuItem(javax.faces.context.FacesContext context, UIMenuItem menuitem) throws IOException
IOException
protected void encodeSeparator(javax.faces.context.FacesContext context, UISeparator separator) throws IOException
IOException
public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected void setConfirmationScript(javax.faces.context.FacesContext context, MenuItem item)
Copyright © 2017. All rights reserved.