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 an AjaxSource with setters for programmatic configuration.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • CustomAjaxSource

      public CustomAjaxSource()
  • Method Details

    • getDelay

      public String getDelay()
      Specified by:
      getDelay in interface org.primefaces.component.api.AjaxSource
    • getForm

      public String getForm()
      Specified by:
      getForm in interface org.primefaces.component.api.AjaxSource
    • getOncomplete

      public String getOncomplete()
      Specified by:
      getOncomplete in interface org.primefaces.component.api.AjaxSource
    • getOnerror

      public String getOnerror()
      Specified by:
      getOnerror in interface org.primefaces.component.api.AjaxSource
    • getOnstart

      public String getOnstart()
      Specified by:
      getOnstart in interface org.primefaces.component.api.AjaxSource
    • getOnsuccess

      public String getOnsuccess()
      Specified by:
      getOnsuccess in interface org.primefaces.component.api.AjaxSource
    • getPartialSubmitFilter

      public String getPartialSubmitFilter()
      Specified by:
      getPartialSubmitFilter in interface org.primefaces.component.api.AjaxSource
    • getProcess

      public String getProcess()
      Specified by:
      getProcess in interface org.primefaces.component.api.AjaxSource
    • getTimeout

      public int getTimeout()
      Specified by:
      getTimeout in interface org.primefaces.component.api.AjaxSource
    • getUpdate

      public String getUpdate()
      Specified by:
      getUpdate in interface org.primefaces.component.api.AjaxSource
    • isAjaxified

      public boolean isAjaxified()
      Specified by:
      isAjaxified in interface org.primefaces.component.api.AjaxSource
    • isAsync

      public boolean isAsync()
      Specified by:
      isAsync in interface org.primefaces.component.api.AjaxSource
    • isGlobal

      public boolean isGlobal()
      Specified by:
      isGlobal in interface org.primefaces.component.api.AjaxSource
    • isIgnoreAutoUpdate

      public boolean isIgnoreAutoUpdate()
      Specified by:
      isIgnoreAutoUpdate in interface org.primefaces.component.api.AjaxSource
    • isIgnoreComponentNotFound

      public boolean isIgnoreComponentNotFound()
      Specified by:
      isIgnoreComponentNotFound in interface org.primefaces.component.api.AjaxSource
    • isPartialSubmit

      public boolean isPartialSubmit()
      Specified by:
      isPartialSubmit in interface org.primefaces.component.api.AjaxSource
    • isPartialSubmitSet

      public boolean isPartialSubmitSet()
      Specified by:
      isPartialSubmitSet in interface org.primefaces.component.api.AjaxSource
    • isResetValues

      public boolean isResetValues()
      Specified by:
      isResetValues in interface org.primefaces.component.api.AjaxSource
    • isResetValuesSet

      public boolean isResetValuesSet()
      Specified by:
      isResetValuesSet in interface org.primefaces.component.api.AjaxSource
    • setAjaxified

      public void setAjaxified(boolean ajaxified)
      Parameters:
      ajaxified - The new value AjaxSource.isAjaxified().
    • setAsync

      public void setAsync(boolean async)
      Parameters:
      async - The new value AjaxSource.isAsync().
    • setDelay

      public void setDelay(String delay)
      Parameters:
      delay - The new value AjaxSource.getDelay().
    • setForm

      public void setForm(String form)
      Parameters:
      form - The new value AjaxSource.getForm().
    • setGlobal

      public void setGlobal(boolean global)
      Parameters:
      global - The new value AjaxSource.isGlobal().
    • setIgnoreAutoUpdate

      public void setIgnoreAutoUpdate(boolean ignoreAutoUpdate)
      Parameters:
      ignoreAutoUpdate - The new value AjaxSource.isIgnoreAutoUpdate().
    • setIgnoreComponentNotFound

      public void setIgnoreComponentNotFound(boolean ignoreComponentNotFound)
      Parameters:
      ignoreComponentNotFound - The new value AjaxSource.isIgnoreComponentNotFound().
    • setOncomplete

      public void setOncomplete(String oncomplete)
      Parameters:
      oncomplete - The new value AjaxSource.getOncomplete().
    • setOnerror

      public void setOnerror(String onerror)
      Parameters:
      onerror - The new value AjaxSource.getOnerror().
    • setOnstart

      public void setOnstart(String onstart)
      Parameters:
      onstart - The new value AjaxSource.getOnstart().
    • setOnsuccess

      public void setOnsuccess(String onsuccess)
      Parameters:
      onsuccess - The new value AjaxSource.getOnsuccess().
    • setPartialSubmit

      public void setPartialSubmit(boolean partialSubmit)
      Parameters:
      partialSubmit - The new value AjaxSource.isPartialSubmit().
    • setPartialSubmitFilter

      public void setPartialSubmitFilter(String partialSubmitFilter)
      Parameters:
      partialSubmitFilter - The new value AjaxSource.getPartialSubmitFilter().
    • setPartialSubmitSet

      public void setPartialSubmitSet(boolean partialSubmitSet)
      Parameters:
      partialSubmitSet - The new value AjaxSource.isPartialSubmitSet().
    • setProcess

      public void setProcess(String process)
      Parameters:
      process - The new value AjaxSource.getProcess().
    • setResetValues

      public void setResetValues(boolean resetValues)
      Parameters:
      resetValues - The new value AjaxSource.isResetValues().
    • setResetValuesSet

      public void setResetValuesSet(boolean resetValuesSet)
      Parameters:
      resetValuesSet - The new value AjaxSource.isResetValuesSet().
    • setTimeout

      public void setTimeout(int timeout)
      Parameters:
      timeout - The new value AjaxSource.getTimeout().
    • setUpdate

      public void setUpdate(String update)
      Parameters:
      update - The new value AjaxSource.getUpdate().