Pakiet | ga.util |
Klasa | public class StateDeserializer |
Dziedziczenie | StateDeserializer Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot
with the provided state. | StateDeserializer | ||
[statyczny]
get child element for given the child root name
| StateDeserializer | ||
[statyczny]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół metody
deserialize | () | metoda |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot with the provided state.
Parametry
serializedState:XML — - state previously serialized by the StateSerializer class
| |
modelRoot:IValueObject — - the top level value objects where all state is currently stored
| |
newInstance:Function — - function to use to create instances of objects given class names.
|
getChildElement | () | metoda |
public static function getChildElement(state:XML, property:String):XML
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parametry
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | metoda |
public static function getGuideState(rootXml:XML):XML
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parametry
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Tue Jun 12 2018, 12:06 PM Z