예제 #1
0
 /// <param name="widgetCellProvider">This class manages the life cycle of the cell widgets.</param>
 /// <param name="rowConfig">The row configuration of the pane in which the cells will be rendered</param>
 /// <param name="columnConfig">The column configuration of the pane in which the cells will be rendered</param>
 public WidgetCellSpan(qx.ui.virtualx.core.IWidgetCellProvider widgetCellProvider, qx.ui.virtualx.core.Axis rowConfig, qx.ui.virtualx.core.Axis columnConfig)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 /// <param name="widgetCellProvider">This class manages the life cycle of the cell widgets.</param>
 public WidgetCell(qx.ui.virtualx.core.IWidgetCellProvider widgetCellProvider)
 {
     throw new NotImplementedException();
 }