public abstract class CommandButtonBase extends javax.faces.component.html.HtmlCommandButton implements AjaxSource, Widget, Confirmable, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
CommandButtonBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
CommandButtonBase() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAjaxified, isPartialSubmitSet, isResetValuesSet
resolveWidgetVar, resolveWidgetVar
getConfirmationScript, requiresConfirmation, setConfirmationScript
getBehaviorEventMapping
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 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 getIcon()
public void setIcon(String icon)
public String getIconPos()
public void setIconPos(String iconPos)
public boolean isInline()
public void setInline(boolean inline)
public boolean isEscape()
public void setEscape(boolean escape)
public boolean isValidateClient()
public void setValidateClient(boolean validateClient)
public String getPartialSubmitFilter()
getPartialSubmitFilter
in interface AjaxSource
public void setPartialSubmitFilter(String partialSubmitFilter)
public String getForm()
getForm
in interface AjaxSource
public void setForm(String form)
public boolean isRenderDisabledClick()
public void setRenderDisabledClick(boolean renderDisabledClick)
public String getAriaLabel()
public void setAriaLabel(String ariaLabel)
Copyright © 2020. All rights reserved.