NGridStyleManager Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCoding |
| Declared in | NGridStyleManager.h |
– styleLevel:
Returns style level.
- (NGridStyleLevel *)styleLevel:(NGridStyleLevelOrder)levelOrderParameters
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 *)cellKeyParameters
cellKey |
Key of the cell. |
|---|
Declared In
NGridStyleManager.h
– removeAllStyles
Removes all styles from all levels.
- (void)removeAllStylesDeclared In
NGridStyleManager.h