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