You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jon Renaut (JIRA)" <ji...@apache.org> on 2006/10/18 17:48:34 UTC

[jira] Created: (WICKET-10) Add event to DataTable.setCurrentPage(int)

Add event to DataTable.setCurrentPage(int)
------------------------------------------

                 Key: WICKET-10
                 URL: http://issues.apache.org/jira/browse/WICKET-10
             Project: Wicket
          Issue Type: Wish
          Components: wicket-extensions
    Affects Versions: 1.2.2
            Reporter: Jon Renaut
            Priority: Minor


I would like to be able to add an event that occurs when the page changes on a DataTable.  However, setCurrentPage(int) is a final method, and therefore I can't overwrite it to add my event.

Implementation details are not important to me - an onPageChanged event, or making the method non-final, whatever works best is fine with me.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (WICKET-10) Add event to DataTable.setCurrentPage(int)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-10?page=all ]

Igor Vaynberg closed WICKET-10.
-------------------------------

    Fix Version/s: 1.2.3
                   2.0
       Resolution: Fixed

> Add event to DataTable.setCurrentPage(int)
> ------------------------------------------
>
>                 Key: WICKET-10
>                 URL: http://issues.apache.org/jira/browse/WICKET-10
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>    Affects Versions: 1.2.2
>            Reporter: Jon Renaut
>            Priority: Minor
>             Fix For: 1.2.3, 2.0
>
>
> I would like to be able to add an event that occurs when the page changes on a DataTable.  However, setCurrentPage(int) is a final method, and therefore I can't overwrite it to add my event.
> Implementation details are not important to me - an onPageChanged event, or making the method non-final, whatever works best is fine with me.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira