Interface AjaxSource

All Known Implementing Classes:
AjaxBehavior, CommandButton, CommandButtonBase, CommandLink, CommandLinkBase, DefaultMenuItem, Hotkey, HotkeyBase, Poll, PollBase, RemoteCommand, RemoteCommandBase, SplitButton, SplitButtonBase, UIMenuItem, UIMenuItemBase

public interface AjaxSource
AjaxSource is the contract that needs to be implemented by components that fully implement all configuration options of PrimeFaces PPR
  • Method Details

    • 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()