public class CommandLink extends javax.faces.component.html.HtmlCommandLink implements AjaxSource, Confirmable
Modifier and Type | Class and Description |
---|---|
protected static class |
CommandLink.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DISABLED_STYLE_CLASS |
static String |
STYLE_CLASS |
Constructor and Description |
---|
CommandLink() |
Modifier and Type | Method and Description |
---|---|
String |
getConfirmationScript() |
String |
getDefaultEventName() |
String |
getDelay() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getOncomplete() |
String |
getOnerror() |
String |
getOnstart() |
String |
getOnsuccess() |
String |
getProcess() |
int |
getTimeout() |
String |
getUpdate() |
boolean |
isAjax() |
boolean |
isAjaxified() |
boolean |
isAsync() |
boolean |
isGlobal() |
boolean |
isIgnoreAutoUpdate() |
boolean |
isPartialSubmit() |
boolean |
isPartialSubmitSet() |
boolean |
isResetValues() |
boolean |
isResetValuesSet() |
boolean |
isValidateClient() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
boolean |
requiresConfirmation() |
void |
setAjax(boolean _ajax) |
void |
setAsync(boolean _async) |
void |
setConfirmationScript(String confirmationScript) |
void |
setDelay(String _delay) |
void |
setGlobal(boolean _global) |
void |
setIgnoreAutoUpdate(boolean _ignoreAutoUpdate) |
void |
setOncomplete(String _oncomplete) |
void |
setOnerror(String _onerror) |
void |
setOnstart(String _onstart) |
void |
setOnsuccess(String _onsuccess) |
void |
setPartialSubmit(boolean _partialSubmit) |
void |
setProcess(String _process) |
void |
setResetValues(boolean _resetValues) |
void |
setTimeout(int _timeout) |
void |
setUpdate(String _update) |
void |
setValidateClient(boolean _validateClient) |
getAccesskey, getCharset, getCoords, getDir, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getRole, 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, setRole, 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, 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, unsubscribeFromEvent
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, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String STYLE_CLASS
public static final String DISABLED_STYLE_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UICommand
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 boolean isValidateClient()
public void setValidateClient(boolean _validateClient)
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 © 2014. All rights reserved.