|
||||||||||
| 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.UICommandpublic boolean isAjax()
public void setAjax(boolean _ajax)
public boolean isAsync()
isAsync in interface AjaxSourcepublic void setAsync(boolean _async)
public String getProcess()
getProcess in interface AjaxSourcepublic void setProcess(String _process)
public String getUpdate()
getUpdate in interface AjaxSourcepublic void setUpdate(String _update)
public String getOnstart()
getOnstart in interface AjaxSourcepublic void setOnstart(String _onstart)
public String getOncomplete()
getOncomplete in interface AjaxSourcepublic void setOncomplete(String _oncomplete)
public String getOnerror()
getOnerror in interface AjaxSourcepublic void setOnerror(String _onerror)
public String getOnsuccess()
getOnsuccess in interface AjaxSourcepublic void setOnsuccess(String _onsuccess)
public boolean isGlobal()
isGlobal in interface AjaxSourcepublic void setGlobal(boolean _global)
public boolean isPartialSubmit()
isPartialSubmit in interface AjaxSourcepublic void setPartialSubmit(boolean _partialSubmit)
public boolean isPartialSubmitSet()
isPartialSubmitSet in interface AjaxSourceprotected 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 | |||||||||