NGridStyleManager Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in NGridStyleManager.h

Overview

The NGridStyleManager class is used to manage grid styles.

– styleLevel:

Returns style level.

- (NGridStyleLevel *)styleLevel:(NGridStyleLevelOrder)levelOrder

Parameters

levelOrder

Order of the level.

Declared In

NGridStyleManager.h

– styleForCellWithKey:

Returns assembled style for the cell. This method finds all appropriate styles for the cell in all levels and merges them into result style.

- (NGridCellStyle *)styleForCellWithKey:(NGridCellKey *)cellKey

Parameters

cellKey

Key of the cell.

Declared In

NGridStyleManager.h

– removeAllStyles

Removes all styles from all levels.

- (void)removeAllStyles

Declared In

NGridStyleManager.h