jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

error "Attribute 'store' is required" for Grid descendants #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extend com.extjs.gxt.ui.client.widget.grid.Grid
2. add static methods:
 private static ListStore createStore();
 private static ColumnModel createColumnModel();
3. create default constructor:
 super(createStore(), createColumnModel());

What is the expected output? 
default constructor is called by ui binder

What do you see instead?
error "Attribute 'store' is required"

What version of the product are you using? On what operating system?
gxt-uibinder-1.0.1.jar
gxt-custombinder-1.0.2.jar

Original issue reported on code.google.com by basini...@gmail.com on 14 Jun 2011 at 3:26