public void SetModel(qx.data.Array value) { throw new NotImplementedException(); }
/// <summary> /// <para>Creates the qx.ui.list.List with the passed model.</para> /// </summary> /// <param name="model">model for the list.</param> public List(qx.data.Array model) { throw new NotImplementedException(); }
/// <param name="model">The model data for the widget.</param> public AbstractVirtualBox(qx.data.Array model = null) { throw new NotImplementedException(); }
/// <param name="model">The array containing the data.</param> /// <param name="target">The widget which should show the ListItems.</param> /// <param name="labelPath">If the model contains objects, the labelPath is the path reference to the property in these objects which should be shown as label.</param> public List(qx.data.Array model = null, qx.ui.core.Widget target = null, string labelPath = null) { throw new NotImplementedException(); }
public void SetItems(qx.data.Array itemsModel) { throw new NotImplementedException(); }
/// <param name="itemsModel">, the model which contains the choosable items of the menu.</param> /// <param name="anchor">The anchor widget for this item. If no anchor is available, the menu will be displayed modal and centered on screen.</param> public Menu(qx.data.Array itemsModel, qx.ui.mobile.core.Widget anchor) { throw new NotImplementedException(); }
public bool Equals(qx.data.Array array) { throw new NotImplementedException(); }
public void AddSlot(qx.data.Array slotData) { throw new NotImplementedException(); }