Api1CreateTableColumnRequestApplicationJson class abstract

Implemented types

Constructors

Api1CreateTableColumnRequestApplicationJson([void b(Api1CreateTableColumnRequestApplicationJsonBuilder)?])
Creates a new Api1CreateTableColumnRequestApplicationJson object using the builder pattern.
factory
Api1CreateTableColumnRequestApplicationJson.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 list<int>).
no setterinherited
selectionOptions → String?
Options for a selection (json array{id: int, label: string}).
no setterinherited
subtype → String?
Column sub type.
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 → Api1CreateTableColumnRequestApplicationJson_Type
Column main type.
no setterinherited
usergroupDefault → String?
Default value, if column is usergroup.
no setterinherited
usergroupMultipleItems → bool?
Can select multiple users or/and groups, if column is usergroup.
no setterinherited
usergroupSelectGroups → bool?
Can select groups, if column type is usergroup.
no setterinherited
usergroupSelectTeams → bool?
Can select teams, if column type is usergroup.
no setterinherited
usergroupSelectUsers → bool?
Can select users, if column type is usergroup.
no setterinherited
usergroupShowUserStatus → bool?
Whether to show the user's status, if column type is usergroup.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(Api1CreateTableColumnRequestApplicationJsonBuilder)) → Api1CreateTableColumnRequestApplicationJson
Rebuilds the instance.
inherited
toBuilder() → Api1CreateTableColumnRequestApplicationJsonBuilder
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<Api1CreateTableColumnRequestApplicationJson>
Serializer for Api1CreateTableColumnRequestApplicationJson.
no setter