public class SplitButton extends javax.faces.component.html.HtmlCommandButton implements AjaxSource, Widget
Modifier and Type | Class and Description |
---|---|
static class |
SplitButton.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
BUTTON_ICON_ONLY_BUTTON_CLASS |
static String |
BUTTON_TEXT_ICON_LEFT_BUTTON_CLASS |
static String |
BUTTON_TEXT_ICON_RIGHT_BUTTON_CLASS |
static String |
BUTTON_TEXT_ONLY_BUTTON_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
MENU_ICON_BUTTON_CLASS |
static String |
SPLITBUTTON_CONTAINER_CLASS |
static String |
STYLE_CLASS |
Constructor and Description |
---|
SplitButton() |
getAccesskey, getAlt, getDefaultEventName, getDir, getEventNames, getImage, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, getTitle, getType, isDisabled, isReadonly, setAccesskey, setAlt, setDir, setDisabled, setImage, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setTabindex, setTitle, setType
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public static final String BUTTON_TEXT_ICON_LEFT_BUTTON_CLASS
public static final String BUTTON_TEXT_ICON_RIGHT_BUTTON_CLASS
public static final String MENU_ICON_BUTTON_CLASS
public static final String BUTTON_TEXT_ONLY_BUTTON_CLASS
public static final String BUTTON_ICON_ONLY_BUTTON_CLASS
public static final String SPLITBUTTON_CONTAINER_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UICommand
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public boolean isAjax()
public void setAjax(boolean _ajax)
public boolean isAsync()
isAsync
in interface AjaxSource
public void setAsync(boolean _async)
public String getProcess()
getProcess
in interface AjaxSource
public void setProcess(String _process)
public String getUpdate()
getUpdate
in interface AjaxSource
public void setUpdate(String _update)
public String getOnstart()
getOnstart
in interface AjaxSource
public void setOnstart(String _onstart)
public String getOncomplete()
getOncomplete
in interface AjaxSource
public void setOncomplete(String _oncomplete)
public String getOnerror()
getOnerror
in interface AjaxSource
public void setOnerror(String _onerror)
public String getOnsuccess()
getOnsuccess
in interface AjaxSource
public void setOnsuccess(String _onsuccess)
public boolean isGlobal()
isGlobal
in interface AjaxSource
public void setGlobal(boolean _global)
public String getDelay()
getDelay
in interface AjaxSource
public void setDelay(String _delay)
public int getTimeout()
getTimeout
in interface AjaxSource
public void setTimeout(int _timeout)
public String getIcon()
public void setIcon(String _icon)
public String getIconPos()
public void setIconPos(String _iconPos)
public boolean isInline()
public void setInline(boolean _inline)
public boolean isPartialSubmit()
isPartialSubmit
in interface AjaxSource
public void setPartialSubmit(boolean _partialSubmit)
public boolean isResetValues()
isResetValues
in interface AjaxSource
public void setResetValues(boolean _resetValues)
public boolean isIgnoreAutoUpdate()
isIgnoreAutoUpdate
in interface AjaxSource
public void setIgnoreAutoUpdate(boolean _ignoreAutoUpdate)
public String getAppendTo()
public void setAppendTo(String _appendTo)
public String getPartialSubmitFilter()
getPartialSubmitFilter
in interface AjaxSource
public void setPartialSubmitFilter(String _partialSubmitFilter)
public String getMenuStyleClass()
public void setMenuStyleClass(String _menuStyleClass)
public String getForm()
getForm
in interface AjaxSource
public void setForm(String _form)
public String resolveStyleClass()
public boolean isPartialSubmitSet()
isPartialSubmitSet
in interface AjaxSource
public boolean isResetValuesSet()
isResetValuesSet
in interface AjaxSource
public boolean isAjaxified()
isAjaxified
in interface AjaxSource
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.