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
Post a Comment