Paket | mx.data |
Klass | public class Conflicts |
Arv | Conflicts ![]() ![]() ![]() |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
You cannot commit any changes until all conflicts are resolved.
At that point, the DataService.commit()
method will call remove
all of these conflicts.
If you attempt to resolve a Conflict which was already resolved,
an error is thrown.
An instance of this class can be accessed from the
DataService.conflicts
property.
Because this class implements IList
it can be used with an
ArrayCollection.list
property,
allowing it to participate as a data source for user interface controls and data binding.
MXML-standardegenskapsource
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
![]() | uid : String
Provides access to the unique id for this list. | ArrayList |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
![]() |
Adds a list of items to the current list, placing them at the end of
the list in the order they are passed. | ArrayList | |
![]() |
Adds a list of items to the current list, placing them at the position
index passed in to the function. | ArrayList | |
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | |
![]() |
Add the specified item to the end of the list. | ArrayList | |
![]() |
Add the item at the specified index. | ArrayList | |
![]() |
Skickar en händelse till händelseflödet. | EventDispatcher | |
![]() |
Get the item at the specified index. | ArrayList | |
![]() |
Return the index of the item if it is in the list such that
getItemAt(index) == item. | ArrayList | |
![]() |
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | |
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() | itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Notify the view that an item has been updated. | ArrayList | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Remove all items from the list. | ArrayList | |
![]() |
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | |
![]() |
Removes the specified item from this list, should it exist. | ArrayList | |
![]() |
Remove the item at the specified index and return it. | ArrayList | |
![]() |
Place the item at the specified index. | ArrayList | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Return an Array that is populated in the same order as the IList
implementation. | ArrayList | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
![]() |
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Skyddade metoder
Tue Jun 12 2018, 01:40 PM Z