// Cells.
{
Category category = new Category(constants.categoryCells());
catList.add(category);
category.addExample(new CwCellList(constants),
RunAsyncCode.runAsyncCode(CwCellList.class));
category.addExample(new CwCellTable(constants),
RunAsyncCode.runAsyncCode(CwCellTable.class));
category.addExample(new CwDataGrid(constants),
RunAsyncCode.runAsyncCode(CwDataGrid.class));