java ee - inmethod-grid wicket , DataGrid how to catch event such as sort event and change data source model from another component -


heloo using inmethod-grid components , wondering can catch sort event in order time sort called want com.inmethod.grid.datagrid renderd first page , not stayong on current page in order achive

  1. someone know how can catch event without copying inmethod-grid jar ?

  2. how can on render event catch component model , change in order restart, go first page

i managed to

 @overide abstractgrid.onsortstatechanged(ajaxrequesttarget target)  

and there did thing


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -