Api1CreateColumnRequestApplicationJson class abstract
- Implemented types
Constructors
- Api1CreateColumnRequestApplicationJson([void b(Api1CreateColumnRequestApplicationJsonBuilder)?])
-
Creates a new Api1CreateColumnRequestApplicationJson object using the builder pattern.
factory
-
Api1CreateColumnRequestApplicationJson.fromJson(Map<
String, dynamic> json) -
Creates a new object from the given
json
data.factory
Properties
- datetimeDefault → String?
-
Default value, if column is datetime.
no setterinherited
- description → String?
-
Description.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandatory → bool
-
Is the column mandatory.
no setterinherited
- numberDecimals → int?
-
Number of decimals, if column is a number.
no setterinherited
- numberDefault → double?
-
Default number, if column is a number.
no setterinherited
- numberMax → double?
-
Max number, if column is a number.
no setterinherited
- numberMin → double?
-
Min value, if column is a number.
no setterinherited
- numberPrefix → String?
-
Prefix if the column is a number field.
no setterinherited
- numberSuffix → String?
-
Suffix if the column is a number field.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedViewIds
→ BuiltList<
int> ? -
View IDs where this column should be added to be presented.
no setterinherited
- selectionDefault → String?
-
Default option IDs for a selection (json int[]).
no setterinherited
- selectionOptions → String?
-
Options for a selection (json array{id: int, label: string}).
no setterinherited
- subtype → String?
-
Column sub type.
no setterinherited
- tableId → int?
-
Table ID.
no setterinherited
- textAllowedPattern → String?
-
Allowed pattern (regex) for text columns (not yet implemented).
no setterinherited
- textDefault → String?
-
Default text, if column is a text.
no setterinherited
- textMaxLength → int?
-
Max length, if column is a text.
no setterinherited
- title → String
-
Title.
no setterinherited
- type → Api1CreateColumnRequestApplicationJson_Type
-
Column main type.
no setterinherited
- viewId → int?
-
View ID.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(Api1CreateColumnRequestApplicationJsonBuilder)) → Api1CreateColumnRequestApplicationJson -
Rebuilds the instance.
inherited
-
toBuilder(
) → Api1CreateColumnRequestApplicationJsonBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → Map< String, dynamic> - Parses this object into a json like map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Api1CreateColumnRequestApplicationJson> -
Serializer for Api1CreateColumnRequestApplicationJson.
no setter