Re: [Wicket-user] Navigator customization

2007-07-12 Thread nazeem
Thanks Igor for the quick response... I got it solved... - nazeem nazeem wrote: > > I have the same case where I wanted to customize the navigation toolbar to > add few action menu items as well. So I have written my own version of > AjaxFallbackCustomDataTable by just copying the > AjaxFallb

Re: [Wicket-user] Navigator customization

2007-07-11 Thread Igor Vaynberg
On 7/11/07, nazeem <[EMAIL PROTECTED]> wrote: I have the same case where I wanted to customize the navigation toolbar to add few action menu items as well. So I have written my own version of AjaxFallbackCustomDataTable by just copying the AjaxFallbackDefaultDataTable code in to my package and

Re: [Wicket-user] Navigator customization

2007-07-11 Thread nazeem
I have the same case where I wanted to customize the navigation toolbar to add few action menu items as well. So I have written my own version of AjaxFallbackCustomDataTable by just copying the AjaxFallbackDefaultDataTable code in to my package and renaming. There I have commented all addition of

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
extend datatable instead of defaultdatatable and add your own toolbars :)defaultdatatable is just a convinience-IgorOn 8/29/06, Jaime De La Jara <[EMAIL PROTECTED]> wrote: If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found wh

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found what seems to be a problem with the suclassing of NavigatorLabel and  PagingNavigator approach, and this is the construction of a DefaultDataTable because there are the toolnb

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you are more then welcome to patch it :)-IgorOn 8/29/06, Jaime De La Jara <[EMAIL PROTECTED] > wrote:Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required? Jaime.Igor Vaynberg <[EMAIL PROTECTED]

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required?Jaime.Igor Vaynberg <[EMAIL PROTECTED]> wrote: you would create your own pagingnavigator y subclassing the existing and changing markup/custo

Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labelsthen create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses -IgorOn 8/29/06, Jaime De La Jara <[EMAIL PROTECTED]> wrote: Co

[Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Continuing with my dissection of the phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message "Showing .. to .. of .." and the less than and greater than symbols for an intern