NativeControlGridCellFactory Class Reference

Inherits from GridCellFactory : NSObject
Declared in NativeControlGridCellFactory.h

Overview

Class NativeControlGridCellFactory.

  grid

Gets the owning grid for the factory.

@property (readonly) FlexGrid *grid

Discussion

Gets the owning grid for the factory.

Declared In

NativeControlGridCellFactory.h

  delegate

Gets or sets the NativeControlGridCellFactoryDelegate associated with the factory.

@property id<NativeControlGridCellFactoryDelegate> _Nullable delegate

Discussion

Gets or sets the NativeControlGridCellFactoryDelegate associated with the factory.

Declared In

NativeControlGridCellFactory.h

  createViewForCell

Occurs when the native cell view must be created

@property XuniEvent<GridCreateViewForCellEventArgs*> *createViewForCell

Discussion

Occurs when the native cell view must be created

Declared In

NativeControlGridCellFactory.h

– initWithGrid:

Initialize an object for NativeControlGridCellFactory.

- (instancetype _Nonnull)initWithGrid:(FlexGrid *_Nonnull)grid

Parameters

grid

the specified grid that owns the factory.

Return Value

an object for NativeControlGridCellFactory.

Discussion

Initialize an object for NativeControlGridCellFactory.

Declared In

NativeControlGridCellFactory.h