/// <param name="htmlCellProvider">This class provides the HTML markup for each cell.</param> public HtmlCell(qx.ui.virtualx.core.IHtmlCellProvider htmlCellProvider) { throw new NotImplementedException(); }
/// <param name="htmlCellProvider">This class provides the HTML markup for each cell.</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 HtmlCellSpan(qx.ui.virtualx.core.IHtmlCellProvider htmlCellProvider, qx.ui.virtualx.core.Axis rowConfig, qx.ui.virtualx.core.Axis columnConfig) { throw new NotImplementedException(); }