public class CommandLink extends CommandLinkBase implements DialogReturnAware
CommandLinkBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
static String |
DISABLED_STYLE_CLASS |
static String |
STYLE_CLASS |
COMPONENT_FAMILY, DEFAULT_RENDERER
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
ATTRIBUTE_DIALOG_RETURN_SCRIPT, EVENT_DIALOG_RETURN
Constructor and Description |
---|
CommandLink() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getConfirmationScript() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
boolean |
isAjaxified() |
boolean |
isPartialSubmitSet() |
boolean |
isResetValuesSet() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
boolean |
requiresConfirmation() |
void |
setConfirmationScript(String confirmationScript) |
getAriaLabel, getDelay, getFamily, getForm, getOncomplete, getOnerror, getOnstart, getOnsuccess, getPartialSubmitFilter, getProcess, getTimeout, getUpdate, isAjax, isAsync, isGlobal, isIgnoreAutoUpdate, isPartialSubmit, isResetValues, isValidateClient, setAjax, setAriaLabel, setAsync, setDelay, setForm, setGlobal, setIgnoreAutoUpdate, setOncomplete, setOnerror, setOnstart, setOnsuccess, setPartialSubmit, setPartialSubmitFilter, setProcess, setResetValues, setTimeout, setUpdate, setValidateClient
getAccesskey, getCharset, getCoords, getDir, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getShape, getStyle, getStyleClass, getTabindex, getTarget, getTitle, getType, isDisabled, setAccesskey, setCharset, setCoords, setDir, setDisabled, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setType
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, 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
isDialogReturnEvent, queueDialogReturnEvent
public static final String COMPONENT_TYPE
public static final String STYLE_CLASS
public static final String DISABLED_STYLE_CLASS
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping
in interface PrimeClientBehaviorHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlCommandLink
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.html.HtmlCommandLink
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UICommand
public boolean isPartialSubmitSet()
isPartialSubmitSet
in interface AjaxSource
public boolean isResetValuesSet()
isResetValuesSet
in interface AjaxSource
public boolean isAjaxified()
isAjaxified
in interface AjaxSource
public String getConfirmationScript()
getConfirmationScript
in interface Confirmable
public void setConfirmationScript(String confirmationScript)
setConfirmationScript
in interface Confirmable
public boolean requiresConfirmation()
requiresConfirmation
in interface Confirmable
Copyright © 2020. All rights reserved.