Package | mx.data |
Class | public class ManagedAssociation |
Inheritance | ManagedAssociation ![]() |
Implements | IExternalizable |
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
pagedUpdates : Boolean = false
When true, updates to the set of associated instances for this association
are made in increments of pageSize. | ManagedAssociation | ||
pageSize : int = 0
Size of page to use for communication of changes to the set of associated instances
for this association. | ManagedAssociation |
Method | Defined By | ||
---|---|---|---|
Bit mask representing the attributes of this managed association. | ManagedAssociation | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
ManagedAssociation | |||
Sets the attributes of this association based on the passed in bit mask. | ManagedAssociation | ||
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object |
Constant | Defined By |
---|
pagedUpdates | property |
public var pagedUpdates:Boolean = false
When true, updates to the set of associated instances for this association
are made in increments of pageSize
. When false, the entire
set is updated at once.
pageSize | property |
public var pageSize:int = 0
Size of page to use for communication of changes to the set of associated instances
for this association. Only relevant when pagedUpdates
is true.
getAttributeMask | () | method |
public function getAttributeMask():uint
Bit mask representing the attributes of this managed association. Starting with the smallest order bit: First bit - on when this association is lazy. Second bit - on when the association is loaded on demand. Third bit - on when the association is read only. Foruth bit - on when hierarchical events are enabled. Fifth bit - on when hierarchical events have been set. Sixth bit - on when updates are paged.
Returnsuint — bit mask representing the attributes of this managed association.
|
readExternal | () | method |
setAttributeMask | () | method |
public function setAttributeMask(mask:uint):void
Sets the attributes of this association based on the passed in bit mask. Starting with the smallest order bit: First bit - on when this association is lazy. Second bit - on when the association is loaded on demand. Third bit - on when the association is read only. Foruth bit - on when hierarchical events are enabled. Fifth bit - on when hierarchical events have been set. Sixth bit - on when updates are paged.
Parameters
mask:uint — bit mask representing the attributes of this managed association.
|
Wed Nov 21 2018, 06:34 AM -08:00