Pakiet | mx.data |
Klasa | public class AccessPrivileges |
Dziedziczenie | AccessPrivileges Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
canAdd : Boolean [tylko do odczytu]
Indicates whether add operations are permitted. | AccessPrivileges | ||
canModify : Boolean [tylko do odczytu]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
canRemove : Boolean [tylko do odczytu]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
canUpdate : Boolean [tylko do odczytu]
Indicates whether updates are permitted. | AccessPrivileges | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
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 |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ADD : uint = 2 [statyczny]
Indicates that add operations are allowed. | AccessPrivileges | ||
ALL : uint = 14 [statyczny]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
NONE : uint = 0 [statyczny]
Indicates read-only access. | AccessPrivileges | ||
REMOVE : uint = 8 [statyczny]
Indicates that remove operations are allowed. | AccessPrivileges | ||
UPDATE : uint = 4 [statyczny]
Indicates that update operations are allowed. | AccessPrivileges |
Szczegół właściwości
canAdd | właściwość |
canModify | właściwość |
canModify:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether any modification operation can be performed.
Implementacja
public function get canModify():Boolean
canRemove | właściwość |
canRemove:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether remove operations are permitted.
Implementacja
public function get canRemove():Boolean
canUpdate | właściwość |
Konstruktor Szczegół
AccessPrivileges | () | Konstruktor |
public function AccessPrivileges(privileges:uint = 14)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
Parametryprivileges:uint (default = 14 ) — bitmap representing access privileges. Starting
with the smallest order bit:
First bit - not used - should always be zero; read-only access when value is 0.
Second bit - on when add operations are allowed
Third bit - on when update operations are allowed
Fourth bit - on when remove operations are allowed
|
Szczegół stałej
ADD | Stała |
public static const ADD:uint = 2
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | Stała |
public static const ALL:uint = 14
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that no restrictions are imposed. All mutation operations, add, update, and remove are allowed.
NONE | Stała |
public static const NONE:uint = 0
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | Stała |
public static const REMOVE:uint = 8
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | Stała |
public static const UPDATE:uint = 4
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Tue Jun 12 2018, 12:06 PM Z