Paket | lc.procmgmt.ui.startpoint |
Sınıf | public class StartpointEvent |
Miras Alma | StartpointEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointEvent
class contains events that are dispatched when a user performs an action
against an startpoint.
The properties of the Event
object have these values:
Property | Value |
---|---|
startpoint
| The startpoint that was selected. |
Özellik | Tanımlayan: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
startpoint : Startpoint
The startpoint to include in the event. | StartpointEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | StartpointEvent | ||
[geçersiz kıl]
Creates a copy of an StartpointEvent object and sets the value of each
property to match that of the original. | StartpointEvent | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
ADD_FAVORITE : String = "addFavorite" [statik]
A special value that specifies that an startpoint was added to the favorites list. | StartpointEvent | ||
DETAILS : String = "detailsSelect" [statik]
A special value that specifies that details about the startpoint were retrieved and viewed. | StartpointEvent | ||
INVOKE : String = "invokeSelect" [statik]
A special value that specifies that an startpoint was invoked successfully. | StartpointEvent | ||
REMOVE_FAVORITE : String = "removeFavorite" [statik]
A special value that specifies that an startpoint removed from the favorites list. | StartpointEvent | ||
STARTPOINT_FAILED : String = "startpointFailed" [statik]
A special value that specifies that invoking an startpoint failed. | StartpointEvent |
startpoint | özellik |
public var startpoint:Startpoint
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The startpoint to include in the event.
StartpointEvent | () | Yapıcı |
public function StartpointEvent(type:String, startpoint:Startpoint)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrelertype:String — The type of event.
| |
startpoint:Startpoint — The Startpoint for this event.
|
clone | () | yöntem |
override public function clone():Event
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of an StartpointEvent
object and sets the value of each
property to match that of the original.
Event — The cloned event.
|
ADD_FAVORITE | Sabit |
public static const ADD_FAVORITE:String = "addFavorite"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was added to the favorites list.
DETAILS | Sabit |
public static const DETAILS:String = "detailsSelect"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that details about the startpoint were retrieved and viewed. event.
INVOKE | Sabit |
public static const INVOKE:String = "invokeSelect"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was invoked successfully. event.
REMOVE_FAVORITE | Sabit |
public static const REMOVE_FAVORITE:String = "removeFavorite"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint removed from the favorites list.
STARTPOINT_FAILED | Sabit |
public static const STARTPOINT_FAILED:String = "startpointFailed"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that invoking an startpoint failed.
Tue Jun 12 2018, 01:09 PM Z