GridRowAccessor クラス リファレンス

継承元 NSObject
定義先 GridPanel.h

概要

GridRowAccessor クラス

  panel

@property (readonly) GridPanel *panel

  rowIndex

アクセスしている行のインデックスを取得します。

@property (readonly) int rowIndex

内容

アクセスしている行のインデックスを取得します。

定義先

GridPanel.h

– initWithPanel:andIndex:

- (id _Nonnull)initWithPanel:(GridPanel *_Nonnull)panel andIndex:(int)index

– objectAtIndexedSubscript:

- (NSObject *_Nullable)objectAtIndexedSubscript:(int)key

– setObject:atIndexedSubscript:

- (void)setObject:(NSObject *_Nullable)obj atIndexedSubscript:(int)key