Beispiel #1
0
		/// <summary></summary>
		/// <param name="tree"></param>
		/// <param name="config"></param>
		/// <returns></returns>
		public extern TreeSorter(TreePanel tree, object config);
Beispiel #2
0
		/// <summary>that will be applied to the default field instance (defaults to a {@link Ext.form.TextField}).</summary>
		/// <param name="tree"></param>
		/// <param name="fieldConfig">(optional) Either a prebuilt {@link Ext.form.Field} instance or a Field config object</param>
		/// <param name="config">(optional) A TreeEditor config object</param>
		/// <returns></returns>
		public extern TreeEditor(TreePanel tree, object fieldConfig, object config);
Beispiel #3
0
		/// <summary></summary>
		/// <param name="tree"></param>
		/// <returns></returns>
		public extern TreeSorter(TreePanel tree);
Beispiel #4
0
		/// <summary>that will be applied to the default field instance (defaults to a {@link Ext.form.TextField}).</summary>
		/// <param name="tree"></param>
		/// <returns></returns>
		public extern TreeEditor(TreePanel tree);
Beispiel #5
0
 public TreeSorter(TreePanel tree, object config) { throw new Exception(); }
Beispiel #6
0
 public TreeSorter(TreePanel tree) { throw new Exception(); }
Beispiel #7
0
 public TreeEditor(TreePanel tree, object fieldConfig, object config) { throw new Exception(); }
Beispiel #8
0
 public TreeEditor(TreePanel tree) { throw new Exception(); }