Class SplitButtonBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
javax.faces.component.html.HtmlCommandButton
org.primefaces.component.splitbutton.SplitButtonBase
- All Implemented Interfaces:
EventListener,javax.faces.component.ActionSource,javax.faces.component.ActionSource2,javax.faces.component.behavior.ClientBehaviorHolder,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,AjaxSource,Confirmable,MenuItemAware,Widget
- Direct Known Subclasses:
SplitButton
public abstract class SplitButtonBase
extends javax.faces.component.html.HtmlCommandButton
implements AjaxSource, Confirmable, Widget, MenuItemAware
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.faces.component.html.HtmlCommandButton
COMPONENT_TYPEFields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEYFields inherited from interface org.primefaces.component.api.MenuItemAware
PARAMS_ACTION_EVENT, PARAMS_EMPTY, PARAMS_MENU_ACTION_EVENTFields inherited from interface org.primefaces.component.api.Widget
ATTR_WIDGET_VAR_PATTERN, CALLBACK_POST_CONSTRUCT, CALLBACK_POST_REFRESH, CALLBACK_PRE_DESTROY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()getForm()getIcon()getModel()intbooleanisAjax()booleanisAsync()booleanbooleanisFilter()booleanbooleanbooleanisGlobal()booleanbooleanbooleanisInline()booleanbooleanvoidsetAjax(boolean ajax) voidsetAppendTo(String appendTo) voidsetAriaLabel(String ariaLabel) voidsetAsync(boolean async) voidvoidsetDisableOnAjax(boolean disableOnAjax) voidsetFilter(boolean filter) voidsetFilterFunction(String filterFunction) voidsetFilterInputAutoFocus(boolean filterInputAutoFocus) voidsetFilterMatchMode(String filterMatchMode) voidsetFilterNormalize(boolean filterNormalize) voidsetFilterPlaceholder(String filterPlaceholder) voidvoidsetGlobal(boolean global) voidvoidsetIconPos(String iconPos) voidsetIgnoreAutoUpdate(boolean ignoreAutoUpdate) voidsetIgnoreComponentNotFound(boolean ignoreComponentNotFound) voidsetInline(boolean inline) voidsetMenuStyleClass(String menuStyleClass) voidvoidsetOncomplete(String oncomplete) voidsetOnerror(String onerror) voidsetOnstart(String onstart) voidsetOnsuccess(String onsuccess) voidsetPartialSubmit(boolean partialSubmit) voidsetPartialSubmitFilter(String partialSubmitFilter) voidsetProcess(String process) voidsetResetValues(boolean resetValues) voidsetTimeout(int timeout) voidvoidsetWidgetVar(String widgetVar) Methods inherited from class javax.faces.component.html.HtmlCommandButton
getAccesskey, getAlt, getDefaultEventName, getDir, getEventNames, getImage, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, 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, setRole, setStyle, setStyleClass, setTabindex, setTitle, setTypeMethods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueMethods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventMethods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.primefaces.component.api.AjaxSource
isAjaxified, isPartialSubmitSet, isResetValuesSetMethods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviorsMethods inherited from interface org.primefaces.component.api.Confirmable
getConfirmationScript, requiresConfirmation, setConfirmationScriptMethods inherited from interface org.primefaces.component.api.MenuItemAware
broadcastMenuActionEvent, getElementsMethods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
Field Details
-
COMPONENT_FAMILY
- See Also:
-
DEFAULT_RENDERER
- See Also:
-
-
Constructor Details
-
SplitButtonBase
public SplitButtonBase()
-
-
Method Details
-
getFamily
- Overrides:
getFamilyin classjavax.faces.component.UICommand
-
getWidgetVar
-
setWidgetVar
-
isAjax
public boolean isAjax() -
setAjax
public void setAjax(boolean ajax) -
isAsync
public boolean isAsync()- Specified by:
isAsyncin interfaceAjaxSource
-
setAsync
public void setAsync(boolean async) -
getProcess
- Specified by:
getProcessin interfaceAjaxSource
-
setProcess
-
getUpdate
- Specified by:
getUpdatein interfaceAjaxSource
-
setUpdate
-
getOnstart
- Specified by:
getOnstartin interfaceAjaxSource
-
setOnstart
-
getOncomplete
- Specified by:
getOncompletein interfaceAjaxSource
-
setOncomplete
-
getOnerror
- Specified by:
getOnerrorin interfaceAjaxSource
-
setOnerror
-
getOnsuccess
- Specified by:
getOnsuccessin interfaceAjaxSource
-
setOnsuccess
-
isGlobal
public boolean isGlobal()- Specified by:
isGlobalin interfaceAjaxSource
-
setGlobal
public void setGlobal(boolean global) -
getDelay
- Specified by:
getDelayin interfaceAjaxSource
-
setDelay
-
getTimeout
public int getTimeout()- Specified by:
getTimeoutin interfaceAjaxSource
-
setTimeout
public void setTimeout(int timeout) -
getIcon
-
setIcon
-
getIconPos
-
setIconPos
-
isInline
public boolean isInline() -
setInline
public void setInline(boolean inline) -
isPartialSubmit
public boolean isPartialSubmit()- Specified by:
isPartialSubmitin interfaceAjaxSource
-
setPartialSubmit
public void setPartialSubmit(boolean partialSubmit) -
isResetValues
public boolean isResetValues()- Specified by:
isResetValuesin interfaceAjaxSource
-
setResetValues
public void setResetValues(boolean resetValues) -
isIgnoreAutoUpdate
public boolean isIgnoreAutoUpdate()- Specified by:
isIgnoreAutoUpdatein interfaceAjaxSource
-
setIgnoreAutoUpdate
public void setIgnoreAutoUpdate(boolean ignoreAutoUpdate) -
getAppendTo
-
setAppendTo
-
getPartialSubmitFilter
- Specified by:
getPartialSubmitFilterin interfaceAjaxSource
-
setPartialSubmitFilter
-
getMenuStyleClass
-
setMenuStyleClass
-
getForm
- Specified by:
getFormin interfaceAjaxSource
-
setForm
-
getModel
-
isFilter
public boolean isFilter() -
setFilter
public void setFilter(boolean filter) -
getFilterMatchMode
-
setFilterMatchMode
-
getFilterFunction
-
setFilterFunction
-
getFilterPlaceholder
-
setFilterPlaceholder
-
isIgnoreComponentNotFound
public boolean isIgnoreComponentNotFound()- Specified by:
isIgnoreComponentNotFoundin interfaceAjaxSource
-
setIgnoreComponentNotFound
public void setIgnoreComponentNotFound(boolean ignoreComponentNotFound) -
isDisableOnAjax
public boolean isDisableOnAjax() -
setDisableOnAjax
public void setDisableOnAjax(boolean disableOnAjax) -
isFilterNormalize
public boolean isFilterNormalize() -
setFilterNormalize
public void setFilterNormalize(boolean filterNormalize) -
isFilterInputAutoFocus
public boolean isFilterInputAutoFocus() -
setFilterInputAutoFocus
public void setFilterInputAutoFocus(boolean filterInputAutoFocus) -
getAriaLabel
-
setAriaLabel
-