Interface IConfirmedTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends org.apache.wicket.Page> execute​(org.apache.wicket.Component owner)
      Executes this task when the user confirms it.
    • Method Detail

      • execute

        java.lang.Class<? extends org.apache.wicket.Page> execute​(org.apache.wicket.Component owner)
                                                           throws java.lang.Exception
        Executes this task when the user confirms it.
        Parameters:
        owner - The confirmation page itself.
        Returns:
        Optionally return a class to use as a page redirect. If null, the owner panel of the task will be returned to.
        Throws:
        java.lang.Exception