Esempio n. 1
0
 /// <param name="layout">The layout that should be used for this container</param>
 public MasterDetail(qx.ui.mobile.layout.Abstract layout = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 /// <param name="root">Optional. The root DOM element of the widget. Default is the body of the document.</param>
 /// <param name="layout">The layout of the root widget.</param>
 public Root(qx.html.Element root = null, qx.ui.mobile.layout.Abstract layout = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void SetLayout(qx.ui.mobile.layout.Abstract layout)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 /// <param name="layout">The layout that should be used for this container</param>
 public Composite(qx.ui.mobile.layout.Abstract layout = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 /// <param name="wrapContentByGroup">Defines whether a group box should wrap the content. This can be used for defining a page margin.</param>
 /// <param name="layout">The layout of this page.</param>
 public NavigationPage(bool wrapContentByGroup, qx.ui.mobile.layout.Abstract layout)
 {
     throw new NotImplementedException();
 }