示例#1
0
 public void SetPortraitMasterContainer(qx.ui.mobile.core.Widget container)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void Add(qx.ui.mobile.core.Widget child, object layoutProperties = null)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void SetView(qx.ui.mobile.core.Widget value)
 {
     throw new NotImplementedException();
 }
示例#4
0
 /// <param name="widget">the widget the will be shown in the popup</param>
 /// <param name="anchor">optional parameter, a widget to attach this popup to</param>
 public Popup(qx.ui.mobile.core.Widget widget, qx.ui.mobile.core.Widget anchor)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void SetAnchor(qx.ui.mobile.core.Widget widget)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public void UpdateLayout(qx.ui.mobile.core.Widget widget, string action, object properties)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public void DisconnectFromChildWidget(qx.ui.mobile.core.Widget widget)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public void AddAfterNavigationBar(qx.ui.mobile.core.Widget widget)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public void ScrollToWidget(qx.ui.mobile.core.Widget widget, double time)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public void ShowErrorForItem(qx.ui.mobile.core.Widget item)
 {
     throw new NotImplementedException();
 }
示例#11
0
 /// <param name="widgets"></param>
 /// <param name="showBorder">initial value of the property showBorder.</param>
 public Group(qx.ui.mobile.core.Widget widgets, bool showBorder)
 {
     throw new NotImplementedException();
 }
示例#12
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();
 }
示例#13
0
 public void SetLayoutProperties(qx.ui.mobile.core.Widget widget, object properties)
 {
     throw new NotImplementedException();
 }
示例#14
0
 public void ConnectToWidget(qx.ui.mobile.core.Widget widget)
 {
     throw new NotImplementedException();
 }
示例#15
0
 /// <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 Picker(qx.ui.mobile.core.Widget anchor = null)
 {
     throw new NotImplementedException();
 }
示例#16
0
 /// <param name="isTablet">flag which triggers the manager to layout for tablet (or big screens/displays) or mobile devices. If parameter is null, qx.core.Environment.get(&#8220;device.type&#8221;) is called for decision.</param>
 /// <param name="root">widget which should be used as root for this manager.</param>
 public Manager(bool isTablet, qx.ui.mobile.core.Widget root)
 {
     throw new NotImplementedException();
 }