public void SetModel(qx.data.Array value)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <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();
 }
Exemplo n.º 4
0
 /// <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();
 }
Exemplo n.º 5
0
 public void SetItems(qx.data.Array itemsModel)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 /// <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();
 }
Exemplo n.º 7
0
 public bool Equals(qx.data.Array array)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public void AddSlot(qx.data.Array slotData)
 {
     throw new NotImplementedException();
 }