public void SetTarget(qx.ui.form.Form value) { throw new NotImplementedException(); }
/// <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(); }
/// <param name="form">The form to render.</param> public AbstractRenderer(qx.ui.form.Form form) { throw new NotImplementedException(); }