Pakket | mx.data |
Klasse | public class Conflicts |
Overerving | Conflicts ![]() ![]() ![]() |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | 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.
Standaard-MXML-eigenschapsource
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
![]() | uid : String
Provides access to the unique id for this list. | ArrayList |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
![]() |
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
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | |
![]() |
Add the specified item to the end of the list. | ArrayList | |
![]() |
Add the item at the specified index. | ArrayList | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | 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 | |
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() | itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Notify the view that an item has been updated. | ArrayList | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Remove all items from the list. | ArrayList | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | 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 | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Return an Array that is populated in the same order as the IList
implementation. | ArrayList | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Beschermde methoden
Gebeurtenissen
Wed Jun 13 2018, 11:42 AM Z