Re: How to change the style of navigator in PageableViewList

2010-02-16 Thread shavang
Hi where to add your code in my pagingnavigator to create custom navigator? This is my code. navigator = new PagingNavigator("navigator", dataView); dataView.setItemsPerPage(5); navigator.setVisible(false);

Re: Help: Graphic link in PagingNavigator

2010-02-15 Thread shavang
Thank u for your reply.Can u please Send me Custom Navigator complete coding? Pills wrote: > > Overriding the protected method > PagingNavigator#newPagingNavigationIncrementLink(String id, IPageable > pageable, int increment) should do the trick, too. > > Dipu a écrit : >> extend the PagingNa

Re: Re: How to add Images in wicket Navigator instead of << < > >>?

2010-02-15 Thread shavang
Hi, Thank u for your reply. Here with i sent my coding for Wicket navigator. please tell me where to add images in wicket navigator. navigator = new PagingNavigator("navigator", dataView); dataView.setItemsPerPage(5); navigator.setVisible(false);

Re: How to add Images in wicket Navigator instead of << < > >>?

2010-02-15 Thread shavang
thank u for your reply.I didn't understand. please send code or link. Leo Erlandsson wrote: > >> How to add Images in wicket Navigator instead of << < > >>? > > One way, I'm sure there are others: > > Write your own MyPagingNavigator that extends PagingNavigator or > AjaxPagingNavigator. Prov