org.primefaces.component.api
Interface AjaxSource

All Known Implementing Classes:
AjaxBehavior, CommandButton, CommandLink, DefaultMenuItem, Hotkey, Poll, RemoteCommand, SplitButton, UIMenuItem

public interface AjaxSource

AjaxSource is the contract that needs to be implemented by components that fully implement all configuration options of PrimeFaces PPR


Method Summary
 String getOncomplete()
           
 String getOnerror()
           
 String getOnstart()
           
 String getOnsuccess()
           
 String getProcess()
           
 String getUpdate()
           
 boolean isAjaxified()
           
 boolean isAsync()
           
 boolean isGlobal()
           
 boolean isIgnoreAutoUpdate()
           
 boolean isPartialSubmit()
           
 boolean isPartialSubmitSet()
           
 boolean isResetValues()
           
 boolean isResetValuesSet()
           
 

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

isResetValues

boolean isResetValues()

isResetValuesSet

boolean isResetValuesSet()

isIgnoreAutoUpdate

boolean isIgnoreAutoUpdate()

isAjaxified

boolean isAjaxified()


Copyright © 2013. All rights reserved.