TriggerConditionModel class 
 
    
    
    
  
    
  
    
  
    Methods
    
        - 
  deserialize(XmlElement xml)
    → void
  
  
- 
  
  inherited 
- 
  dispose()
    → void
  
  
- 
  disposes of the model releasing resources and removing bindings
  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 
- 
  getUniqueId(String? id)
    → String
  
  
- 
  
  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 
- 
  rebuild()
    → dynamic
  
  
- 
  forces and associated views to rebuild
  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 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited