/// <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(); }
/// <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(); }