コード例 #1
0
 /// <summary>
 /// Removes a child node from this node. ...
 /// </summary>
 public Node removeChild(Node node, bool destroy, object suppressEvents, object suppressNodeUpdate){return null;}
コード例 #2
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Tree(Node root) { throw new Exception(); }
コード例 #3
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node setRootNode(Node node) { throw new Exception(); }
コード例 #4
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public static Element selectNode(string selector, Node root) { throw new Exception(); }
コード例 #5
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node replaceChild(Node newChild, Node oldChild) { throw new Exception(); }
コード例 #6
0
 /// <summary>
 /// Returns the index of a child node ...
 /// </summary>
 public JsNumber indexOf(Node node){return null;}
コード例 #7
0
 /// <summary>
 /// Returns true if the passed node is an ancestor (at any point) of this node. ...
 /// </summary>
 public bool isAncestor(Node node){return false;}
コード例 #8
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public double indexOf(Node node) { throw new Exception(); }
コード例 #9
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node insertBefore(Node node, Node refNode) { throw new Exception(); }
コード例 #10
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node appendChild(Node node) { throw new Exception(); }
コード例 #11
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public bool contains(Node node) { throw new Exception(); }
コード例 #12
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public static string selectValue(string selector, Node root, string defaultValue) { throw new Exception(); }
コード例 #13
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public static double selectNumber(string selector, Node root, double defaultValue) { throw new Exception(); }
コード例 #14
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public static double selectNumber(string selector, Node root) { throw new Exception(); }
コード例 #15
0
 /// <summary>
 /// Replaces one child node in this node with another. ...
 /// </summary>
 public Node replaceChild(Node newChild, Node oldChild, object suppressEvents){return null;}
コード例 #16
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public bool isAncestor(Node node) { throw new Exception(); }
コード例 #17
0
 /// <summary>
 /// Returns true if this node is an ancestor (at any point) of the passed node. ...
 /// </summary>
 public bool contains(Node node){return false;}
コード例 #18
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node removeChild(Node node) { throw new Exception(); }
コード例 #19
0
 /// <summary>
 /// Inserts the first node before the second node in this nodes childNodes collection. ...
 /// </summary>
 public Node insertBefore(Node node, Node refNode, object suppressEvents){return null;}
コード例 #20
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public Node removeChild(Node node, bool destroy) { throw new Exception(); }
コード例 #21
0
ファイル: Tree.cs プロジェクト: fjgandrade/sharpkit
 /// <summary>
 /// Creates new Tree object. ...
 /// </summary>
 public Tree(Node root=null){}
コード例 #22
0
ファイル: extjs-3.1.0.cs プロジェクト: fjgandrade/sharpkit
 public static Array select(string selector, Node root) { throw new Exception(); }