Packageorg.igniterealtime.xiff.events
Classpublic class ModelChangedEvent
InheritanceModelChangedEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  fieldName : String
ModelChangedEvent
  firstItem : String
ModelChangedEvent
  lastItem : String
ModelChangedEvent
  removedIDs : String
ModelChangedEvent
Public Methods
 MethodDefined by
  
ModelChangedEvent
  
clone():Event
ModelChangedEvent
  
toString():String
ModelChangedEvent
Public Constants
 ConstantDefined by
  MODEL_CHANGED : String = "modelChanged"
[static]
ModelChangedEvent
Property detail
fieldNameproperty
fieldName:String  [read-write]Implementation
    public function get fieldName():String
    public function set fieldName(value:String):void
firstItemproperty 
firstItem:String  [read-write]Implementation
    public function get firstItem():String
    public function set firstItem(value:String):void
lastItemproperty 
lastItem:String  [read-write]Implementation
    public function get lastItem():String
    public function set lastItem(value:String):void
removedIDsproperty 
removedIDs:String  [read-write]Implementation
    public function get removedIDs():String
    public function set removedIDs(value:String):void
Constructor detail
ModelChangedEvent()constructor
public function ModelChangedEvent()
Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
MODEL_CHANGEDconstant
public static const MODEL_CHANGED:String = "modelChanged"