Class RemoteCommandBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.primefaces.component.remotecommand.RemoteCommandBase
- All Implemented Interfaces:
EventListener
,javax.faces.component.ActionSource
,javax.faces.component.ActionSource2
,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
- Direct Known Subclasses:
RemoteCommand
public abstract class RemoteCommandBase
extends javax.faces.component.UICommand
implements AjaxSource
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.faces.component.UICommand
COMPONENT_TYPE
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()
getForm()
getName()
int
boolean
isAsync()
boolean
boolean
isGlobal()
boolean
boolean
boolean
boolean
boolean
void
setAsync
(boolean async) void
setAutoRun
(boolean autoRun) void
void
void
setGlobal
(boolean global) void
setIgnoreAutoUpdate
(boolean ignoreAutoUpdate) void
setIgnoreComponentNotFound
(boolean ignoreComponentNotFound) void
void
setOncomplete
(String oncomplete) void
setOnerror
(String onerror) void
setOnstart
(String onstart) void
setOnsuccess
(String onsuccess) void
setPartialSubmit
(boolean partialSubmit) void
setPartialSubmitFilter
(String partialSubmitFilter) void
setProcess
(String process) void
setResetValues
(boolean resetValues) void
setTimeout
(int timeout) void
void
setValidateClient
(boolean validateClient) 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, 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, 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 org.primefaces.component.api.AjaxSource
isAjaxified, isPartialSubmitSet, isResetValuesSet
-
Field Details
-
COMPONENT_FAMILY
- See Also:
-
DEFAULT_RENDERER
- See Also:
-
-
Constructor Details
-
RemoteCommandBase
public RemoteCommandBase()
-
-
Method Details
-
getFamily
- Overrides:
getFamily
in classjavax.faces.component.UICommand
-
getName
-
setName
-
getUpdate
- Specified by:
getUpdate
in interfaceAjaxSource
-
setUpdate
-
getProcess
- Specified by:
getProcess
in interfaceAjaxSource
-
setProcess
-
getOnstart
- Specified by:
getOnstart
in interfaceAjaxSource
-
setOnstart
-
getOncomplete
- Specified by:
getOncomplete
in interfaceAjaxSource
-
setOncomplete
-
getOnerror
- Specified by:
getOnerror
in interfaceAjaxSource
-
setOnerror
-
getOnsuccess
- Specified by:
getOnsuccess
in interfaceAjaxSource
-
setOnsuccess
-
isGlobal
public boolean isGlobal()- Specified by:
isGlobal
in interfaceAjaxSource
-
setGlobal
public void setGlobal(boolean global) -
getDelay
- Specified by:
getDelay
in interfaceAjaxSource
-
setDelay
-
getTimeout
public int getTimeout()- Specified by:
getTimeout
in interfaceAjaxSource
-
setTimeout
public void setTimeout(int timeout) -
isAsync
public boolean isAsync()- Specified by:
isAsync
in interfaceAjaxSource
-
setAsync
public void setAsync(boolean async) -
isAutoRun
public boolean isAutoRun() -
setAutoRun
public void setAutoRun(boolean autoRun) -
isPartialSubmit
public boolean isPartialSubmit()- Specified by:
isPartialSubmit
in interfaceAjaxSource
-
setPartialSubmit
public void setPartialSubmit(boolean partialSubmit) -
isResetValues
public boolean isResetValues()- Specified by:
isResetValues
in interfaceAjaxSource
-
setResetValues
public void setResetValues(boolean resetValues) -
isIgnoreAutoUpdate
public boolean isIgnoreAutoUpdate()- Specified by:
isIgnoreAutoUpdate
in interfaceAjaxSource
-
setIgnoreAutoUpdate
public void setIgnoreAutoUpdate(boolean ignoreAutoUpdate) -
getPartialSubmitFilter
- Specified by:
getPartialSubmitFilter
in interfaceAjaxSource
-
setPartialSubmitFilter
-
getForm
- Specified by:
getForm
in interfaceAjaxSource
-
setForm
-
isValidateClient
public boolean isValidateClient() -
setValidateClient
public void setValidateClient(boolean validateClient) -
isIgnoreComponentNotFound
public boolean isIgnoreComponentNotFound()- Specified by:
isIgnoreComponentNotFound
in interfaceAjaxSource
-
setIgnoreComponentNotFound
public void setIgnoreComponentNotFound(boolean ignoreComponentNotFound)
-