192193194195196197198199200201202
for (int i = 0; i < children; i++) { lazyCreateChild(this, i, children + (i * 10)); } } }; item.becomeInteriorNode(); parent.addItem(item); } private FastTreeItem profileAdd(FastTreeItem parent, TreeType type) { if (type == TreeType.TEXT) {
226227228229230231232233234235236
151152153154155156157158159160161
mController.updateProcessProperty(prop); } }; t.getChild(0).addItem(workflows); workflows.becomeInteriorNode(); } else { Anchor a = new Anchor(prop.getName()); a.addClickHandler(mController.getPropHandler(prop)); t.getChild(0).addItem(a);
254255256257258259260261262263264
//See http://code.google.com/p/google-web-toolkit/issues/ //detail?id=369 DOM.setStyleAttribute(t.getElement(), "position", "static"); mProcessTable.setWidget(index, 1, t); properties.becomeInteriorNode(); } index++; }