public abstract class SubmittableButtonEvents extends Object implements Serializable
| Constructor and Description |
|---|
SubmittableButtonEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError()
(3) Action to perform on process error.
|
abstract void |
onProcess()
(2) Process the form goal.
|
abstract void |
onSuccess()
(3) Action to perform on process success.
|
void |
onValidate()
(1) Action to perform on validate.
|
public void onError()
public abstract void onProcess()
throws AbstractException
AbstractException - if an error occuredpublic abstract void onSuccess()
public void onValidate()
Copyright © 2009–2014 IRD. All rights reserved.