Field class
フィールド情報。
Attributable.attributesに格納される値についてはフィールド情報のattributesについてを参照してください。
- Mixed-in types
Constructors
- Field()
-
Field.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
attributes
↔ Map<
String, dynamic> ? -
汎用データプロパティ
getter/setter pairinherited
- dataTypeId ↔ String?
-
データタイプID
getter/setter pair
- displayType ↔ String?
-
オブジェクト項目の表示タイプに指定した値に該当するID
getter/setter pair
- fieldName ↔ String?
-
オブジェクト項目の項目名称
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpTxt ↔ String?
-
ヘルプテキスト
getter/setter pair
- isRequiredFlg ↔ bool?
-
オブジェクト項目の必須入力フラグ
getter/setter pair
- labelStr ↔ String?
-
オブジェクト項目の表示項目名称
getter/setter pair
- maxLength ↔ int?
-
最大文字数
getter/setter pair
- minLength ↔ int?
-
最小文字数
getter/setter pair
- notVisibleFlg ↔ bool?
-
非表示フラグ
getter/setter pair
- readOnlyFlg ↔ bool?
-
オブジェクト項目の読取り専用フラグ
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sortNo ↔ int?
-
項目の表示順
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited