Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.57 KB

Operations.md

File metadata and controls

14 lines (13 loc) · 1.57 KB

Operations cheat sheet

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