Package org.primefaces.component.api
Interface AjaxSource
-
- All Known Implementing Classes:
AjaxBehavior,CommandButton,CommandButtonBase,CommandLink,CommandLinkBase,DefaultMenuItem,Hotkey,HotkeyBase,Poll,PollBase,RemoteCommand,RemoteCommandBase,SplitButton,SplitButtonBase,UIMenuItem,UIMenuItemBase
public interface AjaxSourceAjaxSource is the contract that needs to be implemented by components that fully implement all configuration options of PrimeFaces PPR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDelay()StringgetForm()StringgetOncomplete()StringgetOnerror()StringgetOnstart()StringgetOnsuccess()StringgetPartialSubmitFilter()StringgetProcess()intgetTimeout()StringgetUpdate()booleanisAjaxified()booleanisAsync()booleanisGlobal()booleanisIgnoreAutoUpdate()booleanisIgnoreComponentNotFound()booleanisPartialSubmit()booleanisPartialSubmitSet()booleanisResetValues()booleanisResetValuesSet()
-
-
-
Method Detail
-
getOnstart
String getOnstart()
-
getOncomplete
String getOncomplete()
-
getOnsuccess
String getOnsuccess()
-
getOnerror
String getOnerror()
-
getUpdate
String getUpdate()
-
getProcess
String getProcess()
-
isGlobal
boolean isGlobal()
-
isAsync
boolean isAsync()
-
isPartialSubmit
boolean isPartialSubmit()
-
isPartialSubmitSet
boolean isPartialSubmitSet()
-
getPartialSubmitFilter
String getPartialSubmitFilter()
-
isResetValues
boolean isResetValues()
-
isResetValuesSet
boolean isResetValuesSet()
-
isIgnoreAutoUpdate
boolean isIgnoreAutoUpdate()
-
isAjaxified
boolean isAjaxified()
-
isIgnoreComponentNotFound
boolean isIgnoreComponentNotFound()
-
getDelay
String getDelay()
-
getTimeout
int getTimeout()
-
getForm
String getForm()
-
-