示例#1
0
 public static TreeView wrap(String componentId) {
   ComponentFactory.ensureXType(XType.TREE_VIEW.getValue(), componentId);
   return new TreeView(Ext.getCmp(componentId).getOrCreateJsObj());
 }
示例#2
0
 public String getXType() {
   return XType.TREE_VIEW.getValue();
 }