public class SplitButtonRenderer extends OutcomeTargetRenderer
Constructor and Description |
---|
SplitButtonRenderer() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildNonAjaxRequest(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent form,
String decodeParam,
Map<String,List<String>> parameters,
boolean submit) |
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) |
protected void |
encodeElements(javax.faces.context.FacesContext context,
SplitButton button,
List<Object> elements,
boolean isSubmenu) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeFilter(javax.faces.context.FacesContext context,
SplitButton button) |
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,
SplitButton button,
MenuItem menuitem) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
SplitButton button) |
protected void |
encodeSeparator(javax.faces.context.FacesContext context,
Separator separator) |
protected void |
encodeSubmenu(javax.faces.context.FacesContext context,
SplitButton button,
Submenu submenu) |
boolean |
getRendersChildren() |
protected void |
setConfirmationScript(javax.faces.context.FacesContext context,
MenuItem item) |
containsEL, evaluateValueExpressions, findNavigationCase, getParams, getTargetURL, isExpression, isIncludeViewParams
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
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 encodeElements(javax.faces.context.FacesContext context, SplitButton button, List<Object> elements, boolean isSubmenu) throws IOException
IOException
protected void encodeMenuItem(javax.faces.context.FacesContext context, SplitButton button, MenuItem menuitem) throws IOException
IOException
protected void encodeSubmenu(javax.faces.context.FacesContext context, SplitButton button, Submenu submenu) throws IOException
IOException
protected void encodeSeparator(javax.faces.context.FacesContext context, Separator separator) throws IOException
IOException
protected void encodeFilter(javax.faces.context.FacesContext context, SplitButton button) 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 © 2019. All rights reserved.