Flip class

Inheritance
Implemented types

Constructors

Flip(Model parent, {String? id})

Properties

ancestors → List?
no setterinherited
axis ↔ String
getter/setter pair
busy ↔ bool
getter/setter pairinherited
busyObservable → BooleanObservable?
no setterinherited
children ↔ List<Model>?
getter/setter pairinherited
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
descendants → List?
no setterinherited
element ↔ XmlElement?
getter/setter pairinherited
elementName → String
no setterinherited
enabled ↔ bool
getter/setter pairinherited
framework ↔ FrameworkModel?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String
latefinalinherited
isLocalScope ↔ bool
latefinalinherited
isolate → ImageTransformIsolate
finalinherited
needsLayout ↔ bool
getter/setter pairinherited
parent ↔ Model?
getter/setter pairinherited
row ↔ dynamic
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scope ↔ Scope?
getter/setter pairinherited
source ↔ String?
getter/setter pairinherited
subscope → Scope?
no setterinherited
target ↔ String?
getter/setter pairinherited

Methods

apply(Data? data) → Future<void>
override
cropImage(Data data, int x, int y, int width, int height) → Future<void>
inherited
deserialize(XmlElement xml) → void
Deserializes the FML template elements, attributes and children
override
disableNotifications() → void
inherited
dispose() → void
disposes of the model releasing resources and removing bindings
inherited
enableNotifications() → 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, Type? breakOn}) → List
inherited
findListenerOfExactType(Type T) → dynamic
inherited
findParentOfExactType(Type T, {String? id}) → dynamic
inherited
firstAncestorWhere(dynamic test(dynamic element)) → dynamic
inherited
flipImage(Data data, String axis) → Future<void>
inherited
getUniqueId(String? id) → String
inherited
grayImage(Data data) → Future<void>
inherited
initialize() → Future<void>
initializes the model by starting brokers
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? property, dynamic value, {bool notify = false}) → dynamic
model listener notifications
inherited
onDataChange() → void
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
notifies property listeners of any changes to a property
inherited
registerListener(IModelListener listener) → dynamic
adds a models listener to the list
inherited
removeAllListeners() → dynamic
removes all model listeners
inherited
removeChildrenOfExactType(Type T) → void
inherited
removeListener(IModelListener listener) → dynamic
removes a model listener from the list
inherited
resizeImage(Data data, int width, int height) → Future<void>
inherited
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

fromXml(Model parent, XmlElement xml) → Flip?
override