public class RemoteCommand
extends javax.faces.component.UICommand
implements org.primefaces.component.api.AjaxSource
RemoteCommand component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
RemoteCommand.PropertyKeys
Properties that are tracked by state saving.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
RemoteCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
protected void |
findChildParameters() |
javax.el.MethodExpression |
getActionListenerMethodExpression() |
protected java.util.List<AbstractParameter> |
getAllParameters() |
protected java.util.List<AssignableParameter> |
getAssignableParameters() |
protected java.lang.Object[] |
getConvertedMethodParameters(javax.faces.context.FacesContext context) |
java.lang.String |
getDelay() |
java.lang.String |
getFamily() |
java.lang.String |
getForm() |
protected java.util.List<MethodParameter> |
getMethodParameters() |
java.lang.String |
getName() |
java.lang.String |
getOncomplete() |
java.lang.String |
getOnerror() |
java.lang.String |
getOnstart() |
java.lang.String |
getOnsuccess() |
java.lang.String |
getParameterValue(javax.faces.context.FacesContext context,
java.lang.String name) |
java.lang.String |
getPartialSubmitFilter() |
java.lang.String |
getProcess() |
int |
getTimeout() |
java.lang.String |
getUpdate() |
boolean |
isAjaxified() |
boolean |
isAsync() |
boolean |
isAutoRun() |
boolean |
isGlobal() |
boolean |
isIgnoreAutoUpdate() |
boolean |
isIgnoreComponentNotFound() |
boolean |
isPartialSubmit() |
boolean |
isPartialSubmitSet() |
boolean |
isResetValues() |
boolean |
isResetValuesSet() |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setActionListenerMethodExpression(javax.el.MethodExpression actionListener) |
void |
setAsync(boolean async) |
void |
setAutoRun(boolean autoRun) |
void |
setDelay(java.lang.String delay) |
void |
setForm(java.lang.String _form) |
void |
setGlobal(boolean global) |
void |
setIgnoreAutoUpdate(boolean ignoreAutoUpdate) |
void |
setIgnoreComponentNotFound(boolean ignoreComponentNotFound) |
void |
setName(java.lang.String name) |
void |
setOncomplete(java.lang.String oncomplete) |
void |
setOnerror(java.lang.String onerror) |
void |
setOnstart(java.lang.String onstart) |
void |
setOnsuccess(java.lang.String onsuccess) |
void |
setPartialSubmit(boolean partialSubmit) |
void |
setPartialSubmitFilter(java.lang.String _partialSubmitFilter) |
void |
setProcess(java.lang.String process) |
void |
setResetValues(boolean resetValues) |
void |
setTimeout(int timeout) |
void |
setUpdate(java.lang.String update) |
addActionListener, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UICommandpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getUpdate()
getUpdate in interface org.primefaces.component.api.AjaxSourcepublic void setUpdate(java.lang.String update)
public java.lang.String getProcess()
getProcess in interface org.primefaces.component.api.AjaxSourcepublic void setProcess(java.lang.String process)
public java.lang.String getOnstart()
getOnstart in interface org.primefaces.component.api.AjaxSourcepublic void setOnstart(java.lang.String onstart)
public java.lang.String getOncomplete()
getOncomplete in interface org.primefaces.component.api.AjaxSourcepublic void setOncomplete(java.lang.String oncomplete)
public java.lang.String getOnerror()
getOnerror in interface org.primefaces.component.api.AjaxSourcepublic void setOnerror(java.lang.String onerror)
public java.lang.String getOnsuccess()
getOnsuccess in interface org.primefaces.component.api.AjaxSourcepublic void setOnsuccess(java.lang.String onsuccess)
public boolean isGlobal()
isGlobal in interface org.primefaces.component.api.AjaxSourcepublic void setGlobal(boolean global)
public boolean isAsync()
isAsync in interface org.primefaces.component.api.AjaxSourcepublic void setAsync(boolean async)
public boolean isPartialSubmit()
isPartialSubmit in interface org.primefaces.component.api.AjaxSourcepublic void setPartialSubmit(boolean partialSubmit)
public boolean isAutoRun()
public void setAutoRun(boolean autoRun)
public javax.el.MethodExpression getActionListenerMethodExpression()
public void setActionListenerMethodExpression(javax.el.MethodExpression actionListener)
public boolean isPartialSubmitSet()
isPartialSubmitSet in interface org.primefaces.component.api.AjaxSourcepublic boolean isResetValues()
isResetValues in interface org.primefaces.component.api.AjaxSourcepublic void setResetValues(boolean resetValues)
public boolean isIgnoreAutoUpdate()
isIgnoreAutoUpdate in interface org.primefaces.component.api.AjaxSourcepublic void setIgnoreAutoUpdate(boolean ignoreAutoUpdate)
public boolean isResetValuesSet()
isResetValuesSet in interface org.primefaces.component.api.AjaxSourcepublic java.lang.String getDelay()
getDelay in interface org.primefaces.component.api.AjaxSourcepublic void setDelay(java.lang.String delay)
public int getTimeout()
getTimeout in interface org.primefaces.component.api.AjaxSourcepublic void setTimeout(int timeout)
public java.lang.String getPartialSubmitFilter()
getPartialSubmitFilter in interface org.primefaces.component.api.AjaxSourcepublic void setPartialSubmitFilter(java.lang.String _partialSubmitFilter)
public java.lang.String getForm()
getForm in interface org.primefaces.component.api.AjaxSourcepublic void setForm(java.lang.String _form)
public void broadcast(javax.faces.event.FacesEvent event)
broadcast in class javax.faces.component.UICommandprotected void findChildParameters()
protected java.util.List<AbstractParameter> getAllParameters()
protected java.util.List<AssignableParameter> getAssignableParameters()
protected java.util.List<MethodParameter> getMethodParameters()
protected java.lang.Object[] getConvertedMethodParameters(javax.faces.context.FacesContext context)
public java.lang.String getParameterValue(javax.faces.context.FacesContext context,
java.lang.String name)
public boolean isAjaxified()
isAjaxified in interface org.primefaces.component.api.AjaxSourcepublic boolean isIgnoreComponentNotFound()
isIgnoreComponentNotFound in interface org.primefaces.component.api.AjaxSourcepublic void setIgnoreComponentNotFound(boolean ignoreComponentNotFound)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseCopyright © 2011–2021. All rights reserved.