Lines Matching refs:Expand
393 Expand = 0,
475 if (nodeStatus == NodeStatus.Expand) {
1469 if (this.expandAndCollapseInfo.get(nodeId) == NodeStatus.Expand) {
1473 this.expandAndCollapseInfo.set(nodeId, NodeStatus.Expand);
1474 tmp[thisIndex].getNodeItem().imageCollapse.changeImageCollapseSource(NodeStatus.Expand);
1503 if (rootNodeStatus == NodeStatus.Expand) {
1508 if(this.expandAndCollapseInfo.get(nodeId) == NodeStatus.Expand) {
1614 this.expandAndCollapseInfo.set(addNodeInfo.getNodeParentNodeId(), NodeStatus.Expand);
2043 …et currentNodeLevel: number = this.expandAndCollapseInfo.get(currentNodeId) == NodeStatus.Expand &&
2310 …flag == Flag.DOWN_FLAG && this.expandAndCollapseInfo.get(rearCurrentNodeId) == NodeStatus.Expand) {
2313 …this.flag == Flag.UP_FLAG && this.expandAndCollapseInfo.get(rearCurrentNodeId) == NodeStatus.Expand
2366 if (this.expandAndCollapseInfo.get(rearCurrentNodeId) == NodeStatus.Expand) {
2378 this.expandAndCollapseInfo.set(rearCurrentNodeId, NodeStatus.Expand);
2419 if (this.expandAndCollapseInfo.get(node.currentNodeId) == NodeStatus.Expand) {
2420 nodeInfo.getNodeItem().imageCollapse.changeImageCollapseSource(NodeStatus.Expand);
3077 …if (this.listNodeDataSource.getExpandAndCollapseInfo(draggingCurrentNodeId) == NodeStatus.Expand) {
3083 /* Expand insert node. */