GridRow Class Reference

Inherits from GridRowCol : NSObject
Declared in GridRow.h

Overview

FlexRow.

  dataItem

Gets or sets the item in the data collection that this item is bound to.

@property (nonatomic) NSObject *dataItem

Discussion

Gets or sets the item in the data collection that this item is bound to.

Declared In

GridRow.h

  height

Gets or sets the height of this row.

@property (nonatomic) int height

Discussion

Gets or sets the height of this row.

Declared In

GridRow.h

  minHeight

Gets or sets the minimum height of this row.

@property (nonatomic) int minHeight

Discussion

Gets or sets the minimum height of this row.

Declared In

GridRow.h

  maxHeight

Gets or sets the maximum height of this row.

@property (nonatomic) int maxHeight

Discussion

Gets or sets the maximum height of this row.

Declared In

GridRow.h

  renderHeight

Gets the render height of this row.

@property (readonly) int renderHeight

Discussion

Gets the render height of this row.

Declared In

GridRow.h

– init

Initialize an object for GridRow.

- (id _Nonnull)init

Return Value

an object for GridRow.

Discussion

Initialize an object for GridRow.

Declared In

GridRow.h

– initWithData:

Initialize an object for GridRow with dataItem.

- (id _Nonnull)initWithData:(NSObject *_Nonnull)dataItem

Parameters

dataItem

the specified dataItem.

Return Value

an object for GridRow.

Discussion

Initialize an object for GridRow with dataItem.

Declared In

GridRow.h