public interface IConfirmedTask
extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends org.apache.wicket.Page> |
execute(org.apache.wicket.Component owner)
Executes this task when the user confirms it.
|
java.lang.Class<? extends org.apache.wicket.Page> execute(org.apache.wicket.Component owner)
throws java.lang.Exception
owner - The confirmation page itself.java.lang.Exception