import com.totsp.gwittir.client.validator.PopupValidationFeedback;
public class TableExample extends BoundVerticalPanel<Object> {
public TableExample(){
super(new BoundWidgetTypeFactory(), null);
Field[] cols = new Field[6];
cols[0] = new Field("someInteger", "An Integer", null,
"This is an Integer Value", null, IntegerValidator.INSTANCE,
new PopupValidationFeedback(PopupValidationFeedback.BOTTOM));
cols[1] = new Field("name", "Name", null,