Exemplo n.º 1
0
 /// <param name="columnWidths">The set of widths, minimum widths, and maximum widths to be used for each of the columns in the table.</param>
 /// <param name="labelArr">Array of labels, one for each of the columns.</param>
 public Progress(qx.ui.progressive.renderer.table.Widths columnWidths, JsArray labelArr)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <param name="columnWidths">Information that indicates how to resize each of the column widths</param>
 public Row(qx.ui.progressive.renderer.table.Widths columnWidths)
 {
     throw new NotImplementedException();
 }