Ejemplo n.º 1
0
 /// <param name="table">The table whose selections are being managed</param>
 public SelectionManager(qx.ui.table.Table table)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Init(double colCount, qx.ui.table.Table table)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void Init(qx.ui.table.Table table)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void Init(double numColumns, qx.ui.table.Table table)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 /// <param name="table">the table the scroller belongs to.</param>
 public Scroller(qx.ui.table.Table table)
 {
     throw new NotImplementedException();
 }