GWT 2.1 in UiBinder put Cell Widgets -


how work?

i see no tags defined example add celltable in uibinder.ui.xml file,

the documentation sparse on this.

so if doesnt work, should put cell widgets, in uibinder class or presenter?

look in expenses sample provided gwt 2.1.0.

basically need add <ui:binder tag:

xmlns:c='urn:import:com.google.gwt.user.cellview.client' 

and use example as:

<c:celltable       addstylenames='{desktop.table}'       width='100%'       ui:field='table' /> 

this expensereportlist class.

ui widgets should not go in presenter. celltabel has interfaces communicate data between presenter , view.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -