예제 #1
0
 @PostConstruct
 public void init() {
   // Initialize the generic data set editor view.
   super.init();
 }
예제 #2
0
 @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);
 }