NGridStyleLevel Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCoding |
Declared in | NGridStyleLevel.h |
– setStyle:forCellWithKey:
Sets style for cell.
- (void)setStyle:(NGridCellStyle *)style forCellWithKey:(NGridCellKey *)cellKey
Parameters
style |
Style of the grid. |
---|---|
cellKey |
Key of the cell. |
Declared In
NGridStyleLevel.h
– setStyle:forRow:
Sets style for row.
- (void)setStyle:(NGridCellStyle *)style forRow:(NSInteger)rowKey
Parameters
style |
Style of the grid. |
---|---|
rowKey |
Key of the row. |
Declared In
NGridStyleLevel.h
– setStyle:forColumn:
Sets style for column.
- (void)setStyle:(NGridCellStyle *)style forColumn:(NSInteger)columnKey
Parameters
style |
Style of the grid. |
---|---|
columnKey |
Key of the column. |
Declared In
NGridStyleLevel.h
– setStyle:forHeaderForRow:
Sets style for header of row.
- (void)setStyle:(NGridCellStyle *)style forHeaderForRow:(NSInteger)rowKey
Parameters
style |
Style of the grid. |
---|---|
rowKey |
Key of the row. |
Declared In
NGridStyleLevel.h
– setStyle:forRowHeaderColumn:
Sets style for row header column.
- (void)setStyle:(NGridCellStyle *)style forRowHeaderColumn:(NSInteger)columnKey
Parameters
style |
Style of the grid. |
---|---|
columnKey |
Key of the column. |
Declared In
NGridStyleLevel.h
– setStyle:forCornerHeaderColumn:
Sets style for corner header column.
- (void)setStyle:(NGridCellStyle *)style forCornerHeaderColumn:(NSInteger)columnKey
Parameters
style |
Style of the grid. |
---|---|
columnKey |
Key of the column. |
Declared In
NGridStyleLevel.h
– setStyle:forHeaderForColumn:
Sets style for header of column.
- (void)setStyle:(NGridCellStyle *)style forHeaderForColumn:(NSInteger)columnKey
Parameters
style |
Style of the grid. |
---|---|
columnKey |
Key of the column. |
Declared In
NGridStyleLevel.h
– setStyle:forColumnHeaderRow:
Sets style for column header row.
- (void)setStyle:(NGridCellStyle *)style forColumnHeaderRow:(NSInteger)rowKey
Parameters
style |
Style of the grid. |
---|---|
rowKey |
Key of the row. |
Declared In
NGridStyleLevel.h
– setStyle:forCornerHeaderRow:
Sets style for corner header row.
- (void)setStyle:(NGridCellStyle *)style forCornerHeaderRow:(NSInteger)rowKey
Parameters
style |
Style of the grid. |
---|---|
rowKey |
Key of the row. |
Declared In
NGridStyleLevel.h
– setDefaultStyle:
Sets default style.
- (void)setDefaultStyle:(NGridCellStyle *)style
Parameters
style |
Style of the grid. |
---|
Declared In
NGridStyleLevel.h
– setDefaultStyleForRowHeader:
Sets default row header style.
- (void)setDefaultStyleForRowHeader:(NGridCellStyle *)style
Parameters
style |
Style of the grid. |
---|
Declared In
NGridStyleLevel.h
– setDefaultStyleForColumnHeader:
Sets default column header style.
- (void)setDefaultStyleForColumnHeader:(NGridCellStyle *)style
Parameters
style |
Style of the grid. |
---|
Declared In
NGridStyleLevel.h
– setDefaultStyleForCornerHeader:
Sets default corner header style.
- (void)setDefaultStyleForCornerHeader:(NGridCellStyle *)style
Parameters
style |
Style of the grid. |
---|
Declared In
NGridStyleLevel.h
– styleForCellWithKey:
Returns style of the cell.
- (NGridCellStyle *)styleForCellWithKey:(NGridCellKey *)cellKey
Parameters
cellKey |
Key of the cell. |
---|
Declared In
NGridStyleLevel.h
– styleForRow:
Returns style of the row.
- (NGridCellStyle *)styleForRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– styleForColumn:
Returns style of the column.
- (NGridCellStyle *)styleForColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– styleForHeaderForRow:
Returns style of header of the row.
- (NGridCellStyle *)styleForHeaderForRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– styleForRowHeaderColumn:
Returns style of the row header column.
- (NGridCellStyle *)styleForRowHeaderColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– styleForCornerHeaderColumn:
Returns style of the corner header column.
- (NGridCellStyle *)styleForCornerHeaderColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– styleForHeaderForColumn:
Returns style of header of the column.
- (NGridCellStyle *)styleForHeaderForColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– styleForColumnHeaderRow:
Returns style of the column header row.
- (NGridCellStyle *)styleForColumnHeaderRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– styleForCornerHeaderRow:
Returns style of the corner header row.
- (NGridCellStyle *)styleForCornerHeaderRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– defaultStyle
Returns default style.
- (NGridCellStyle *)defaultStyle
Declared In
NGridStyleLevel.h
– defaultStyleForRowHeader
Returns default style of the row header.
- (NGridCellStyle *)defaultStyleForRowHeader
Declared In
NGridStyleLevel.h
– defaultStyleForColumnHeader
Returns default style of the column header.
- (NGridCellStyle *)defaultStyleForColumnHeader
Declared In
NGridStyleLevel.h
– defaultStyleForCornerHeader
Returns default style of the corner header.
- (NGridCellStyle *)defaultStyleForCornerHeader
Declared In
NGridStyleLevel.h
– removeStyleForCellWithKey:
Removes style of the cell.
- (void)removeStyleForCellWithKey:(NGridCellKey *)cellKey
Parameters
cellKey |
Key of the cell. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForRow:
Removes style of the row.
- (void)removeStyleForRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForColumn:
Removes style of the column.
- (void)removeStyleForColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForHeaderForRow:
Removes style of header of the row.
- (void)removeStyleForHeaderForRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForRowHeaderColumn:
Removes style of the row header column.
- (void)removeStyleForRowHeaderColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForCornerHeaderColumn:
Removes style of the corner header column.
- (void)removeStyleForCornerHeaderColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForHeaderForColumn:
Removes style of header of the column.
- (void)removeStyleForHeaderForColumn:(NSInteger)columnKey
Parameters
columnKey |
Key of the column. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForColumnHeaderRow:
Removes style of the column header row.
- (void)removeStyleForColumnHeaderRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– removeStyleForCornerHeaderRow:
Removes style of the corner header row.
- (void)removeStyleForCornerHeaderRow:(NSInteger)rowKey
Parameters
rowKey |
Key of the row. |
---|
Declared In
NGridStyleLevel.h
– removeDefaultStyle
Removes default style.
- (void)removeDefaultStyle
Declared In
NGridStyleLevel.h
– removeDefaultStyleForRowHeader
Removes default style of the row header.
- (void)removeDefaultStyleForRowHeader
Declared In
NGridStyleLevel.h
– removeDefaultStyleForColumnHeader
Removes default style of the column header.
- (void)removeDefaultStyleForColumnHeader
Declared In
NGridStyleLevel.h
– removeDefaultStyleForCornerHeader
Removes default style of the corner header.
- (void)removeDefaultStyleForCornerHeader
Declared In
NGridStyleLevel.h
– assembledStyleForCellWithKey:
Returns assembled style for the cell. This method finds all appropriate styles for the cell and merges them into result style.
- (NGridCellStyle *)assembledStyleForCellWithKey:(NGridCellKey *)cellKey
Parameters
cellKey |
Key of the cell. |
---|
Declared In
NGridStyleLevel.h
– removeAllStyles
Removes all styles from the level.
- (void)removeAllStyles
Declared In
NGridStyleLevel.h