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
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.