Paket | mx.data |
Sınıf | public class Conflicts |
Miras Alma | Conflicts ![]() ![]() ![]() |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan MXML Özelliğisource
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
![]() | uid : String
Provides access to the unique id for this list. | ArrayList |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
![]() |
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
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | |
![]() |
Add the specified item to the end of the list. | ArrayList | |
![]() |
Add the item at the specified index. | ArrayList | |
![]() |
Olay akışına bir olay gönderir. | 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 | |
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() | itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Notify the view that an item has been updated. | ArrayList | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Remove all items from the list. | ArrayList | |
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | 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 | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Return an Array that is populated in the same order as the IList
implementation. | ArrayList | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Olaylar
Tue Jun 12 2018, 01:09 PM Z