Home | History | Annotate | Download | only in grid

Lines Matching refs:targetNode

463      * @param targetNode the GridLayout node
467 public INode handleFreeFormDrop(INode targetNode, IDragElement element) {
479 if (targetNode.getChildren().length == 0) {
535 mGrid.setGridAttribute(targetNode, ATTR_COLUMN_COUNT, 2);
536 //mGrid.setGridAttribute(targetNode, ATTR_COLUMN_COUNT, 3);
537 //INode scr0 = addSpacer(targetNode, -1, 0, 0, 1, 1);
538 //INode sc1 = addSpacer(targetNode, -1, 0, 1, 0, 0);
539 //INode sc2 = addSpacer(targetNode, -1, 0, 2, 1, 0);
540 //INode sr1 = addSpacer(targetNode, -1, 1, 0, 0, 0);
541 //INode sr2 = addSpacer(targetNode, -1, 2, 0, 0, 1);
686 newChild = targetNode.appendChild(fqcn);
690 newChild = targetNode.insertChildAt(fqcn, index);
762 * @param targetNode the GridLayout node
766 public INode handleGridModeDrop(INode targetNode, IDragElement element) {
768 INode newChild = targetNode.appendChild(fqcn);