ConstraintModel class

Inheritance
Implementers

Constructors

ConstraintModel(WidgetModel? parent, String? id, {Scope? scope})

Properties

ancestors List?
no setterinherited
busy bool
getter/setter pairinherited
busyObservable BooleanObservable?
no setterinherited
calculatedMaxHeightForPercentage double
no setter
canExpandInfinitelyHigh bool
no setter
canExpandInfinitelyWide bool
no setter
children List<WidgetModel>?
getter/setter pairinherited
constraints Constraints
no setter
context BuildContext?
no setterinherited
data ↔ dynamic
getter/setter pairinherited
datasource String?
getter/setter pairinherited
datasources List<IDataSource>?
getter/setter pairinherited
debug bool
getter/setter pairinherited
depth double?
getter/setter pairinherited
descendants List?
no setterinherited
element ↔ XmlElement?
getter/setter pairinherited
elementName String
no setterinherited
elementNamespace String?
no setterinherited
expandHorizontally bool
no setter
expandVertically bool
no setter
flex int?
getter/setter pair
flexFit FlexFit?
no setter
flexfit ← dynamic
no getter
framework FrameworkModel?
getter/setter pairinherited
hasBoundedHeight bool
no setter
hasBoundedWidth bool
no setter
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
heightPercentage double?
no setter
horizontalPadding double
no setterinherited
id String
latefinalinherited
maxHeight double?
getter/setter pair
maxHeightPercentage double?
no setter
maxWidth double?
getter/setter pair
maxWidthPercentage double?
no setter
minHeight double?
getter/setter pair
minHeightPercentage double?
no setter
minWidth double?
getter/setter pair
minWidthPercentage double?
no setter
model WidgetModel
no setterinherited
myMaxHeight double
walks up the model tree looking for the first system non-null maxHeight value
no setter
myMaxHeightOrDefault double
no setter
myMaxWidth double
walks up the model tree looking for the first system non-null maxHeight value
no setter
myMaxWidthForPercentage double
no setter
myMaxWidthOrDefault double
no setter
myMinHeight double
walks up the model tree looking for the first system non-null minHeight value
no setter
myMinWidth double
walks up the model tree looking for the first system non-null minWidth value
no setter
parent WidgetModel?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope Scope?
getter/setter pairinherited
state String?
getter/setter pairinherited
statelessContext BuildContext?
no setterinherited
system Constraints
final
tightest Constraints
no setter
tightestOrDefault Constraints
no setter
verticalPadding double
no setterinherited
width double?
getter/setter pair
widthPercentage double?
no setter

Methods

deserialize(XmlElement xml) → void
Deserializes the FML template elements, attributes and children
override
dispose() → void
inherited
execute(String caller, String propertyOrFunction, List arguments) Future<bool?>
inherited
findAncestorOfExactType(Type T, {String? id, bool includeSiblings = false}) → dynamic
inherited
findAncestorsOfExactType(Type? T, {String? id, bool includeSiblings = false}) List?
inherited
findChildOfExactType(Type T, {String? id}) → dynamic
inherited
findChildrenOfExactType(Type T, {String? id}) List
inherited
findDescendantOfExactType(Type? T, {String? id}) → dynamic
inherited
findDescendantsOfExactType(Type? T, {String? id}) List?
inherited
findListenerOfExactType(Type T) → dynamic
inherited
findParentOfExactType(Type T, {String? id}) → dynamic
inherited
getHeight({double? heightParent}) double?
getMaxHeight({double? heightParent}) double?
getMaxWidth({double? widthParent}) double?
getMinHeight({double? heightParent}) double?
getMinWidth({double? widthParent}) double?
getWidth({double? widthParent}) double?
initialize() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? property, dynamic value, {bool notify = false}) → dynamic
inherited
onDataSourceBusy(IDataSource source, bool busy) → dynamic
inherited
onDataSourceException(IDataSource source, Exception exception) → dynamic
inherited
onDataSourceSuccess(IDataSource source, Data? list) Future<bool>
inherited
onPropertyChange(Observable observable) → void
inherited
rebuild() → dynamic
inherited
registerListener(IModelListener listener) → dynamic
inherited
removeAllListeners() → dynamic
inherited
removeChildrenOfExactType(Type T) → void
inherited
removeListener(IModelListener listener) → dynamic
inherited
setFlex(int v) → dynamic
setLayoutConstraints(BoxConstraints constraints) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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