public static void CheckNumber(object value, qx.ui.form.IForm formItem, string errorMessage = "undefined") { throw new NotImplementedException(); }
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(); }
public static void CheckEmail(object value, qx.ui.form.IForm formItem, string errorMessage = null) { throw new NotImplementedException(); }
public void ShowItem(qx.ui.form.IForm item) { throw new NotImplementedException(); }