public void ScheduleEvent(string type, qx.core.Object target, object data, double timeout)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public static JsArray GetAllBindingsForObject(qx.core.Object objectx)
 {
     throw new NotImplementedException();
 }
 public void FireImmediateEvent(string type, qx.core.Object target, object data)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 /// <param name="model">The model to bind the target to. The given object will be set as #model property.</param>
 /// <param name="target">The form which contains the form items. The given form will be set as #target property.</param>
 /// <param name="selfUpdate">If set to true, you need to call the #updateModel method to get the data in the form to the model. Otherwise, the data will be synced automatically on every change of the form.</param>
 public Form(qx.core.Object model, qx.ui.form.Form target, bool selfUpdate = false)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void DetachListEvents(qx.core.Object list)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public object Bind(string sourcePropertyChain, qx.core.Object targetObject, string targetProperty, object options)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void BindDefaultProperties(qx.ui.tree.core.AbstractTreeItem treeNode, qx.core.Object modelNode)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public void AddTarget(qx.core.Object targetObject, string targetProperty, string sourceProperty, bool bidirectional = false, object options = null, object reverseOptions = null)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public static string ToUriParameter(qx.core.Object objectx, Action <object> qxSerializer, qx.util.format.DateFormat dateFormat)
 {
     throw new NotImplementedException();
 }
Beispiel #10
0
 public void RemoveTarget(qx.core.Object targetObject, string targetProperty, string sourceProperty)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 /// <param name="model">The model for the model property.</param>
 public Object(qx.core.Object model = null)
 {
     throw new NotImplementedException();
 }
Beispiel #12
0
 public static void AssertObject(qx.core.Object objectx, Interface iface)
 {
     throw new NotImplementedException();
 }
Beispiel #13
0
 public static void Error(qx.core.Object obj, double id, string property, string variant, object value)
 {
     throw new NotImplementedException();
 }
Beispiel #14
0
 public static string DebugProperties(qx.core.Object model, double maxLevel = 10, bool html = false, double indent = 1)
 {
     throw new NotImplementedException();
 }
Beispiel #15
0
 public double Start(Action <object> callback, double recurTime, qx.core.Object context, object userData, double initialTime)
 {
     throw new NotImplementedException();
 }
Beispiel #16
0
 public static void RemoveAllBindingsForObject(qx.core.Object objectx)
 {
     throw new NotImplementedException();
 }
Beispiel #17
0
 /// <param name="varargs">A variable number of items, which are initially added to the radio group, the first item will be selected.</param>
 public RadioGroup(qx.core.Object varargs)
 {
     throw new NotImplementedException();
 }
Beispiel #18
0
 public static void RemoveBindingFromObject(qx.core.Object sourceObject, object id)
 {
     throw new NotImplementedException();
 }
Beispiel #19
0
 /// <param name="model">The root element of the model, which holds the data.</param>
 /// <param name="target">The target widgets which should be a tree.</param>
 /// <param name="childPath">The name of the property in the model, which holds the data array containing the children.</param>
 /// <param name="labelPath">The name of the property in the model, which holds the value to be displayed as the label of the tree items.</param>
 public Tree(qx.core.Object model = null, qx.ui.tree.Tree target = null, string childPath = null, string labelPath = null)
 {
     throw new NotImplementedException();
 }
Beispiel #20
0
 public static object ResolvePropertyChain(qx.core.Object o, string propertyChain)
 {
     throw new NotImplementedException();
 }
Beispiel #21
0
 public void SetModel(qx.core.Object value)
 {
     throw new NotImplementedException();
 }
Beispiel #22
0
 public static void ShowBindingInLog(qx.core.Object objectx, object id)
 {
     throw new NotImplementedException();
 }
Beispiel #23
0
 public static void DeprecateMethodOverriding(qx.core.Object objectx, Class baseclass, string methodName, string msg)
 {
     throw new NotImplementedException();
 }
Beispiel #24
0
 public void DetachKeyEvents(qx.core.Object target)
 {
     throw new NotImplementedException();
 }