GridRowColCollection Class Reference

Conforms to ObjectType
__covariant
Declared in GridRowColCollection.h

Overview

Class GridRowColCollection.

Other Methods

– initWithGrid:defaultSize:

Initialize an object for GridRowColCollection.

- (id _Nonnull)initWithGrid:(FlexGrid *_Nonnull)grid defaultSize:(int)size

Parameters

grid

the specified grid.

size

the specified size.

Return Value

an object for GridRowColCollection.

Discussion

Initialize an object for GridRowColCollection.

Declared In

GridRowColCollection.h

  defaultSize

Gets or sets the default size of the elements in this collection.

@property (nonatomic) int defaultSize

Discussion

Gets or sets the default size of the elements in this collection.

Declared In

GridRowColCollection.h

  frozen

Gets the number of frozen rows or columns in this collection (always zero in this version).

@property (nonatomic) int frozen

Discussion

Gets the number of frozen rows or columns in this collection (always zero in this version).

Declared In

GridRowColCollection.h

  minSize

Gets or sets the minimum size of the elements in this collection.

@property (nonatomic) int minSize

Discussion

Gets or sets the minimum size of the elements in this collection.

Declared In

GridRowColCollection.h

  maxSize

Gets or sets the maximum size of the elements in this collection.

@property (nonatomic) int maxSize

Discussion

Gets or sets the maximum size of the elements in this collection.

Declared In

GridRowColCollection.h

  totalSize

Gets the total size of the elements in this collection.

@property (readonly) int totalSize

Discussion

Gets the total size of the elements in this collection.

Declared In

GridRowColCollection.h

  grid

Gets the FlexGrid that owns this collection.

@property (readonly) FlexGrid *grid

Discussion

Gets the FlexGrid that owns this collection.

Declared In

GridRowColCollection.h

  gridPanel

Gets the GridPanel that owns this collection.

@property (readonly) GridPanel *gridPanel

Discussion

Gets the GridPanel that owns this collection.

Declared In

GridRowColCollection.h

– getIndexAt:

Get a index at the specified position.

- (int)getIndexAt:(int)position

Parameters

position

the specified position.

Return Value

a index.

Discussion

Get a index at the specified position.

Declared In

GridRowColCollection.h

– push:

Add a item.

- (void)push:(id _Nonnull)item

Parameters

item

the specified item.

Discussion

Add a item.

Declared In

GridRowColCollection.h

Extension Methods

– _update

Update something.

- (BOOL)_update

Return Value

a boolean value.

Discussion

Update something.

Declared In

GridRowColCollectionSupport.h

– _setDirty:

Set dirty value.

- (void)_setDirty:(BOOL)value

Parameters

value

the specified value.

Discussion

Set dirty value.

Declared In

GridRowColCollectionSupport.h