δΊ 2012/12/14 15:58, antalk ει:
The onAction event will trigger a page-reload, as the currentpage parameter
is passed from the Grid to the Pager:
@Component(parameters =
{ "source=dataSource", "rowsPerPage=rowsPerPage",
"currentPage=currentPage", "zone=zone" })
private GridPager pager
The onAction event will trigger a page-reload, as the currentpage parameter
is passed from the Grid to the Pager:
@Component(parameters =
{ "source=dataSource", "rowsPerPage=rowsPerPage",
"currentPage=currentPage", "zone=zone" })
private GridPager pager;
It will also be 'reflected back