You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/01/15 19:59:55 UTC

[jira] Resolved: (WICKET-2680) Make toolbars in AjaxFallbackDefaultDataTable overrideable

     [ https://issues.apache.org/jira/browse/WICKET-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2680.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

the AjaxFallback**Default**DataTable is there for some convenient defaults, if you do not like them then simply extend DataTable like the AjaxFallbackDefaultDataTable and set it up however you like.

and as a note, calling overridable methods from the constructor (as in your patch), is a pretty bad mistake.

cheers.

> Make toolbars in AjaxFallbackDefaultDataTable overrideable
> ----------------------------------------------------------
>
>                 Key: WICKET-2680
>                 URL: https://issues.apache.org/jira/browse/WICKET-2680
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>            Reporter: Brian Pinkowski
>            Assignee: Igor Vaynberg
>            Priority: Minor
>         Attachments: AjaxFallbackDefaultDataTable.java.patch
>
>
> The toolbars are currently being added as new and not using a getter.  Added getter methods that can be overriden.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.