Beispiel #1
0
 public static void CheckNumber(object value, qx.ui.form.IForm formItem, string errorMessage = "undefined")
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Add(qx.ui.form.IForm item, string label, object validator = null, string name = null, object validatorContext = null, object options = null)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public static void CheckEmail(object value, qx.ui.form.IForm formItem, string errorMessage = null)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void ShowItem(qx.ui.form.IForm item)
 {
     throw new NotImplementedException();
 }