GridCellFactory Class Reference

Inherits from NSObject
Declared in GridCellFactory.h

Overview

Class GridCellFactory.

– updateCell:row:column:context:range:

Update cells with parameters.

- (void)updateCell:(GridPanel *_Nonnull)panel row:(int)r column:(int)c context:(CGContextRef _Nonnull)context range:(GridCellRange *_Nullable)rng

Parameters

panel

the specified panel.

r

the specified row.

c

the specified column.

context

the specified context.

rng

the specified range.

Discussion

Update cells with parameters.

Declared In

GridCellFactory.h

– createCellEditor:range:

Create a custom cell editor.

- (UIView *_Nonnull)createCellEditor:(GridPanel *_Nonnull)panel range:(GridCellRange *_Nullable)rng

Parameters

panel

the specified panel.

rng

the specified range.

Discussion

Create a custom cell editor.

Declared In

GridCellFactory.h