Paket | com.adobe.solutions.rca.presentation.constant |
Sınıf | public class LocalizedStageTypes |
Miras Alma | LocalizedStageTypes StageTypes Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for LocalizedStageTypes class. | LocalizedStageTypes | ||
[statik]
This method returns an array of all localized stage types. | LocalizedStageTypes | ||
[statik]
This method returns localized strings for stage types. | LocalizedStageTypes | ||
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 | ||
[statik]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
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 | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
LocalizedStageTypes | () | Yapıcı |
public function LocalizedStageTypes()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for LocalizedStageTypes
class.
Yöntem Ayrıntısı
getLocalizedTypeArray | () | yöntem |
public static function getLocalizedTypeArray():Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This method returns an array of all localized stage types. This method takes into consideration only creation, review, and approval stages.
DöndürürArray — It returns an array of all localized stage types.
|
getLocalizedValue | () | yöntem |
public static function getLocalizedValue(type:String):String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This method returns localized strings for stage types.
Parametreler
type:String — Stage type.
|
String — It returns the localized strings for stage type.
|
Tue Jun 12 2018, 01:09 PM Z