Left | Operation | Right | Result |
---|---|---|---|
DataDisplayManager | => | DataDisplayCommand.relod | forceRefill() |
DataDisplayManager | -= | SubstractionCommand.all | clearCellGenerators() |
DataDisplayManager | += | Any CellGeneratorType or Array | addCellGenerators() |
DataDisplayManager | += | Any HeaderGeneratorType | addSectionHeaderGenerator() |
DataDisplayManager | += | Any FooterGeneratorType | addSectionFooterGenerator() |
CellGeneratorType | * | HeaderGeneratorType | tuple of Header with Cells |
DataDisplayManager | += | tuple of Header with Cells | addCellGenerators() in concrete section |
CellGeneratorType | * | FooterGeneratorType | tuple of Footer with Cells |
DataDisplayManager | += | tuple of Footer with Cells | addCellGenerators() in concrete section |
DataDisplayManager | += | Section | addCellGenerators() with optional header and footer |