NsgDataReferenceListField<T extends NsgDataItem> class

Inheritance

Properties

defaultValue → dynamic
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
presentation String
getter/setter pairinherited
referentElementType Type
no setteroverride
referentType Type
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRow(NsgDataItem dataItem, T row) → void
Добавить новую строку в табличную часть dataItem - объект, в поле которого добавляем значение row - добавляемое значение
compareTo(NsgDataItem a, NsgDataItem b) int
override
convertJsonValue(dynamic jsonValue) → dynamic
override
convertToJson(dynamic jsonValue) → dynamic
inherited
formattedValue(NsgDataItem item, String locale) String
inherited
fromJsonList(List maps) List<T>
getReferent(NsgDataItem dataItem, {bool useCache = true}) List<T>?
getReferentAsync(NsgDataItem dataItem, {bool useCache = true}) Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEmpty(NsgFieldValues fieldValues) → void
inherited
setValue(NsgFieldValues fieldValues, dynamic value) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited