zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

expose ListGridField.getGroupTitle(); #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
expose:

ListGridField.getGroupTitle();
ListGridField.setGroupTitle(String groupTitle);

as in:

[URL]http://www.smartclient.com/docs/6.5.1/a/system/reference/SmartClient_Explor
er.html#customGrouping[/URL]

thanks!

Bas

Original issue reported on code.google.com by bhuisman...@gmail.com on 20 Jan 2009 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 20 Jan 2009 at 3:36

GoogleCodeExporter commented 9 years ago
Added following methods to ListGridField :

setGroupTitleRenderer(GroupTitleRenderer groupTitleRenderer)
setGroupValueFunction(GroupValueFunction groupValueFunction
setGroupingModes(Map groupingModes)

Also added corresponding Showcase example :

http://code.google.com/p/smartgwt/source/browse/trunk/samples/showcase/src/com/s
martgwt/sample/sh
owcase/client/grid/grouping/GridCustomGroupingSample.java

Original comment by sanjiv.j...@gmail.com on 17 May 2009 at 4:40