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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

SAP Web Service from .NET via WCF -