Package de.xima.fc.gui.util
Class CustomAjaxSource
- java.lang.Object
- 
- de.xima.fc.gui.util.CustomAjaxSource
 
- 
- All Implemented Interfaces:
- org.primefaces.component.api.AjaxSource
 
 public class CustomAjaxSource extends Object implements org.primefaces.component.api.AjaxSource Simple POJO implementation of anAjaxSourcewith setters for programmatic configuration.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Constructor SummaryConstructors Constructor Description CustomAjaxSource()
 - 
Method SummaryAll Methods Instance Methods Concrete 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()voidsetAjaxified(boolean ajaxified)voidsetAsync(boolean async)voidsetDelay(String delay)voidsetForm(String form)voidsetGlobal(boolean global)voidsetIgnoreAutoUpdate(boolean ignoreAutoUpdate)voidsetIgnoreComponentNotFound(boolean ignoreComponentNotFound)voidsetOncomplete(String oncomplete)voidsetOnerror(String onerror)voidsetOnstart(String onstart)voidsetOnsuccess(String onsuccess)voidsetPartialSubmit(boolean partialSubmit)voidsetPartialSubmitFilter(String partialSubmitFilter)voidsetPartialSubmitSet(boolean partialSubmitSet)voidsetProcess(String process)voidsetResetValues(boolean resetValues)voidsetResetValuesSet(boolean resetValuesSet)voidsetTimeout(int timeout)voidsetUpdate(String update)
 
- 
- 
- 
Method Detail- 
getDelaypublic String getDelay() - Specified by:
- getDelayin interface- org.primefaces.component.api.AjaxSource
 
 - 
getFormpublic String getForm() - Specified by:
- getFormin interface- org.primefaces.component.api.AjaxSource
 
 - 
getOncompletepublic String getOncomplete() - Specified by:
- getOncompletein interface- org.primefaces.component.api.AjaxSource
 
 - 
getOnerrorpublic String getOnerror() - Specified by:
- getOnerrorin interface- org.primefaces.component.api.AjaxSource
 
 - 
getOnstartpublic String getOnstart() - Specified by:
- getOnstartin interface- org.primefaces.component.api.AjaxSource
 
 - 
getOnsuccesspublic String getOnsuccess() - Specified by:
- getOnsuccessin interface- org.primefaces.component.api.AjaxSource
 
 - 
getPartialSubmitFilterpublic String getPartialSubmitFilter() - Specified by:
- getPartialSubmitFilterin interface- org.primefaces.component.api.AjaxSource
 
 - 
getProcesspublic String getProcess() - Specified by:
- getProcessin interface- org.primefaces.component.api.AjaxSource
 
 - 
getTimeoutpublic int getTimeout() - Specified by:
- getTimeoutin interface- org.primefaces.component.api.AjaxSource
 
 - 
getUpdatepublic String getUpdate() - Specified by:
- getUpdatein interface- org.primefaces.component.api.AjaxSource
 
 - 
isAjaxifiedpublic boolean isAjaxified() - Specified by:
- isAjaxifiedin interface- org.primefaces.component.api.AjaxSource
 
 - 
isAsyncpublic boolean isAsync() - Specified by:
- isAsyncin interface- org.primefaces.component.api.AjaxSource
 
 - 
isGlobalpublic boolean isGlobal() - Specified by:
- isGlobalin interface- org.primefaces.component.api.AjaxSource
 
 - 
isIgnoreAutoUpdatepublic boolean isIgnoreAutoUpdate() - Specified by:
- isIgnoreAutoUpdatein interface- org.primefaces.component.api.AjaxSource
 
 - 
isIgnoreComponentNotFoundpublic boolean isIgnoreComponentNotFound() - Specified by:
- isIgnoreComponentNotFoundin interface- org.primefaces.component.api.AjaxSource
 
 - 
isPartialSubmitpublic boolean isPartialSubmit() - Specified by:
- isPartialSubmitin interface- org.primefaces.component.api.AjaxSource
 
 - 
isPartialSubmitSetpublic boolean isPartialSubmitSet() - Specified by:
- isPartialSubmitSetin interface- org.primefaces.component.api.AjaxSource
 
 - 
isResetValuespublic boolean isResetValues() - Specified by:
- isResetValuesin interface- org.primefaces.component.api.AjaxSource
 
 - 
isResetValuesSetpublic boolean isResetValuesSet() - Specified by:
- isResetValuesSetin interface- org.primefaces.component.api.AjaxSource
 
 - 
setAjaxifiedpublic void setAjaxified(boolean ajaxified) - Parameters:
- ajaxified- The new value- AjaxSource.isAjaxified().
 
 - 
setAsyncpublic void setAsync(boolean async) - Parameters:
- async- The new value- AjaxSource.isAsync().
 
 - 
setDelaypublic void setDelay(String delay) - Parameters:
- delay- The new value- AjaxSource.getDelay().
 
 - 
setFormpublic void setForm(String form) - Parameters:
- form- The new value- AjaxSource.getForm().
 
 - 
setGlobalpublic void setGlobal(boolean global) - Parameters:
- global- The new value- AjaxSource.isGlobal().
 
 - 
setIgnoreAutoUpdatepublic void setIgnoreAutoUpdate(boolean ignoreAutoUpdate) - Parameters:
- ignoreAutoUpdate- The new value- AjaxSource.isIgnoreAutoUpdate().
 
 - 
setIgnoreComponentNotFoundpublic void setIgnoreComponentNotFound(boolean ignoreComponentNotFound) - Parameters:
- ignoreComponentNotFound- The new value- AjaxSource.isIgnoreComponentNotFound().
 
 - 
setOncompletepublic void setOncomplete(String oncomplete) - Parameters:
- oncomplete- The new value- AjaxSource.getOncomplete().
 
 - 
setOnerrorpublic void setOnerror(String onerror) - Parameters:
- onerror- The new value- AjaxSource.getOnerror().
 
 - 
setOnstartpublic void setOnstart(String onstart) - Parameters:
- onstart- The new value- AjaxSource.getOnstart().
 
 - 
setOnsuccesspublic void setOnsuccess(String onsuccess) - Parameters:
- onsuccess- The new value- AjaxSource.getOnsuccess().
 
 - 
setPartialSubmitpublic void setPartialSubmit(boolean partialSubmit) - Parameters:
- partialSubmit- The new value- AjaxSource.isPartialSubmit().
 
 - 
setPartialSubmitFilterpublic void setPartialSubmitFilter(String partialSubmitFilter) - Parameters:
- partialSubmitFilter- The new value- AjaxSource.getPartialSubmitFilter().
 
 - 
setPartialSubmitSetpublic void setPartialSubmitSet(boolean partialSubmitSet) - Parameters:
- partialSubmitSet- The new value- AjaxSource.isPartialSubmitSet().
 
 - 
setProcesspublic void setProcess(String process) - Parameters:
- process- The new value- AjaxSource.getProcess().
 
 - 
setResetValuespublic void setResetValues(boolean resetValues) - Parameters:
- resetValues- The new value- AjaxSource.isResetValues().
 
 - 
setResetValuesSetpublic void setResetValuesSet(boolean resetValuesSet) - Parameters:
- resetValuesSet- The new value- AjaxSource.isResetValuesSet().
 
 - 
setTimeoutpublic void setTimeout(int timeout) - Parameters:
- timeout- The new value- AjaxSource.getTimeout().
 
 - 
setUpdatepublic void setUpdate(String update) - Parameters:
- update- The new value- AjaxSource.getUpdate().
 
 
- 
 
-