@PostConstruct public void init() { // Initialize the generic data set editor view. super.init(); }
@Override public void setValue(SQLDataSetDef value) { super.setValue(value); // As gwt editor inheritance does not work fine, try to reuse SQL attributes editor logic here. attributesEditor.setValue(value); }