org.primefaces.component.commandlink
Class CommandLink
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
javax.faces.component.html.HtmlCommandLink
org.primefaces.component.commandlink.CommandLink
- 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
public class CommandLink
- extends javax.faces.component.html.HtmlCommandLink
- implements AjaxSource, Confirmable
Fields 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_KEY |
Methods inherited from class javax.faces.component.html.HtmlCommandLink |
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 |
Methods inherited from class javax.faces.component.UICommand |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
Methods 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, unsubscribeFromEvent |
Methods 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, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
STYLE_CLASS
public static final String STYLE_CLASS
- See Also:
- Constant Field Values
DISABLED_STYLE_CLASS
public static final String DISABLED_STYLE_CLASS
- See Also:
- Constant Field Values
CommandLink
public CommandLink()
getFamily
public String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UICommand
isAjax
public boolean isAjax()
setAjax
public void setAjax(boolean _ajax)
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface AjaxSource
setAsync
public void setAsync(boolean _async)
getProcess
public String getProcess()
- Specified by:
getProcess
in interface AjaxSource
setProcess
public void setProcess(String _process)
getUpdate
public String getUpdate()
- Specified by:
getUpdate
in interface AjaxSource
setUpdate
public void setUpdate(String _update)
getOnstart
public String getOnstart()
- Specified by:
getOnstart
in interface AjaxSource
setOnstart
public void setOnstart(String _onstart)
getOncomplete
public String getOncomplete()
- Specified by:
getOncomplete
in interface AjaxSource
setOncomplete
public void setOncomplete(String _oncomplete)
getOnerror
public String getOnerror()
- Specified by:
getOnerror
in interface AjaxSource
setOnerror
public void setOnerror(String _onerror)
getOnsuccess
public String getOnsuccess()
- Specified by:
getOnsuccess
in interface AjaxSource
setOnsuccess
public void setOnsuccess(String _onsuccess)
isGlobal
public boolean isGlobal()
- Specified by:
isGlobal
in interface AjaxSource
setGlobal
public void setGlobal(boolean _global)
isPartialSubmit
public boolean isPartialSubmit()
- Specified by:
isPartialSubmit
in interface AjaxSource
setPartialSubmit
public void setPartialSubmit(boolean _partialSubmit)
isResetValues
public boolean isResetValues()
- Specified by:
isResetValues
in interface AjaxSource
setResetValues
public void setResetValues(boolean _resetValues)
isIgnoreAutoUpdate
public boolean isIgnoreAutoUpdate()
- Specified by:
isIgnoreAutoUpdate
in interface AjaxSource
setIgnoreAutoUpdate
public void setIgnoreAutoUpdate(boolean _ignoreAutoUpdate)
isValidateClient
public boolean isValidateClient()
setValidateClient
public void setValidateClient(boolean _validateClient)
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getEventNames
in class javax.faces.component.html.HtmlCommandLink
getDefaultEventName
public String getDefaultEventName()
- Specified by:
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getDefaultEventName
in class javax.faces.component.html.HtmlCommandLink
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
- Overrides:
queueEvent
in class javax.faces.component.UICommand
isPartialSubmitSet
public boolean isPartialSubmitSet()
- Specified by:
isPartialSubmitSet
in interface AjaxSource
isResetValuesSet
public boolean isResetValuesSet()
- Specified by:
isResetValuesSet
in interface AjaxSource
isAjaxified
public boolean isAjaxified()
- Specified by:
isAjaxified
in interface AjaxSource
getConfirmationScript
public String getConfirmationScript()
- Specified by:
getConfirmationScript
in interface Confirmable
setConfirmationScript
public void setConfirmationScript(String confirmationScript)
- Specified by:
setConfirmationScript
in interface Confirmable
requiresConfirmation
public boolean requiresConfirmation()
- Specified by:
requiresConfirmation
in interface Confirmable
Copyright © 2013. All rights reserved.