GridColumn クラス リファレンス

継承元 GridRowCol : NSObject
定義先 GridColumn.h

概要

GridColumn クラス

– init

- (id _Nonnull)init

  horizontalAlignment

テキストの表示位置を取得または設定します。

@property (nonatomic) NSTextAlignment horizontalAlignment

内容

テキストの表示位置を取得または設定します。

定義先

GridColumn.h

  headerHorizontalAlignment

ヘッダーテキストの水平位置を取得または設定します。

@property (nonatomic) NSTextAlignment headerHorizontalAlignment

内容

ヘッダーテキストの水平位置を取得または設定します。

定義先

GridColumn.h

  name

@property (nonatomic) NSString *name

  dataType

この列に格納される値のタイプを取得または設定します。

@property (nonatomic) XuniDataType dataType

内容

この列に格納される値のタイプを取得または設定します。

定義先

GridColumn.h

  required

この列の値が必須であるかどうかを取得または設定します。

@property (nonatomic) BOOL required

内容

この列の値が必須であるかどうかを取得または設定します。

定義先

GridColumn.h

  inputType

この列内の値の編集に使用されるキーボードのタイプを取得または設定します。

@property (nonatomic) UIKeyboardType inputType

内容

この列内の値の編集に使用されるキーボードのタイプを取得または設定します。

定義先

GridColumn.h

  mask

@property (nonatomic) NSString *mask

  binding

@property (nonatomic) NSString *binding

  width

この列の幅を取得または設定します。

@property (nonatomic) double width

内容

この列の幅を取得または設定します。

定義先

GridColumn.h

  widthType

この列の width プロパティがどのような形式で指定されるかを取得または設定します。

@property (nonatomic) GridColumnWidth widthType

内容

この列の width プロパティがどのような形式で指定されるかを取得または設定します。

定義先

GridColumn.h

  minWidth

この列の最小幅を取得または設定します。

@property (nonatomic) int minWidth

内容

この列の最小幅を取得または設定します。

定義先

GridColumn.h

  maxWidth

この列の最大幅を取得または設定します。

@property (nonatomic) int maxWidth

内容

この列の最大幅を取得または設定します。

定義先

GridColumn.h

  renderWidth

この列のレンダリング幅を取得します。

@property (readonly) int renderWidth

内容

この列のレンダリング幅を取得します。

定義先

GridColumn.h

  header

@property (nonatomic) NSString *header

  dataMap

@property (nonatomic) GridDataMap *dataMap

  format

@property (nonatomic) NSString *format

  formatter

@property (nonatomic) NSFormatter *formatter

  allowSorting

ユーザーがこの列のヘッダーをクリックしてソートできるかどうかを取得または設定します。

@property (nonatomic) BOOL allowSorting

内容

ユーザーがこの列のヘッダーをクリックしてソートできるかどうかを取得または設定します。

定義先

GridColumn.h

  sortDirection

この列の現在のソート方向を取得します。

@property (readonly) NSComparisonResult sortDirection

内容

この列の現在のソート方向を取得します。

定義先

GridColumn.h

  aggregate

この列のグループヘッダー行に表示する集計を取得または設定します。

@property (nonatomic) XuniAggregate aggregate

内容

この列のグループヘッダー行に表示する集計を取得または設定します。

定義先

GridColumn.h

  sortMemberPath

@property (nonatomic) NSString *sortMemberPath

– getSortMemberPath

- (NSString *_Nullable)getSortMemberPath

– getBoundDataType:

- (XuniDataType)getBoundDataType:(NSObject *_Nonnull)target

– getBoundValue:

- (NSObject *_Nullable)getBoundValue:(NSObject *_Nonnull)target

– setBoundValue:forTarget:

- (void)setBoundValue:(NSObject *_Nullable)value forTarget:(NSObject *_Nonnull)target

– getFormattedValue:

- (NSObject *_Nullable)getFormattedValue:(NSObject *_Nullable)value

– getFormattedHeader

- (NSObject *_Nullable)getFormattedHeader

– setSortDirection:

この列のソート方向を設定する内部メソッドです。

- (void)setSortDirection:(NSComparisonResult)direction

パラメータ

direction

ソート方向

内容

この列のソート方向を設定する内部メソッドです。

定義先

GridColumn.h