|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
javax.faces.component.html.HtmlCommandLink
org.primefaces.component.commandlink.CommandLink
public class CommandLink
Nested Class Summary | |
---|---|
protected static class |
CommandLink.PropertyKeys
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DISABLED_STYLE_CLASS
|
static String |
STYLE_CLASS
|
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 |
Constructor Summary | |
---|---|
CommandLink()
|
Method Summary | |
---|---|
protected javax.faces.context.FacesContext |
getFacesContext()
|
String |
getFamily()
|
String |
getOncomplete()
|
String |
getOnerror()
|
String |
getOnstart()
|
String |
getOnsuccess()
|
String |
getProcess()
|
String |
getUpdate()
|
void |
handleAttribute(String name,
Object value)
|
boolean |
isAjax()
|
boolean |
isAsync()
|
boolean |
isGlobal()
|
boolean |
isPartialSubmit()
|
boolean |
isPartialSubmitSet()
|
void |
setAjax(boolean _ajax)
|
void |
setAsync(boolean _async)
|
void |
setGlobal(boolean _global)
|
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 |
setUpdate(String _update)
|
Methods inherited from class javax.faces.component.html.HtmlCommandLink |
---|
getAccesskey, getCharset, getCoords, getDefaultEventName, getDir, getEventNames, 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 |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, 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, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, 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, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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 |
Field Detail |
---|
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
Constructor Detail |
---|
public CommandLink()
Method Detail |
---|
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 boolean isPartialSubmit()
isPartialSubmit
in interface AjaxSource
public void setPartialSubmit(boolean _partialSubmit)
public boolean isPartialSubmitSet()
isPartialSubmitSet
in interface AjaxSource
protected javax.faces.context.FacesContext getFacesContext()
getFacesContext
in class javax.faces.component.UIComponentBase
public void handleAttribute(String name, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |