Symbolen A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
a — Eigenschap, klasse fl.motion.BezierSegment | |
Het eerste punt van de Bezier-curve. | |
a — Eigenschap, klasse flash.geom.Matrix | |
De waarde die invloed heeft op de plaatsing van de pixels langs de x-as wanneer een afbeelding wordt geschaald of gedraaid. | |
A — Statische eigenschap van type constante, klasse flash.ui.Keyboard | |
Constante die is gekoppeld aan de waarde van de toetscode voor de A-toets (65). | |
A4 — Statische eigenschap van type constante, klasse flash.printing.PaperSize | |
A4 | |
A5 — Statische eigenschap van type constante, klasse flash.printing.PaperSize | |
A5 | |
A6 — Statische eigenschap van type constante, klasse flash.printing.PaperSize | |
A6 | |
AAAARecord — klasse, pakket flash.net.dns | |
De AAAARecord-klasse vertegenwoordigt een AAAA-resourcerecord van een Domain Name System (DNS) dat een IPv6-adres bevat. | |
AAAARecord() — Constructor, klasse flash.net.dns.AAAARecord | |
Hiermee maakt u een AAAA-resourcerecord. | |
abandon(taskId:String) — methode, interface lc.procmgmt.ITaskManager | |
Abandons the task identified by the task identifier. | |
abandon() — methode, klasse lc.procmgmt.domain.Task | |
Abandons the task. | |
AbandonCommand — klasse, pakket lc.procmgmt.commands | |
The AbandonCommand class executes the abandon operation for a task. | |
AbandonCommand(task:lc.procmgmt.domain:Task) — Constructor, klasse lc.procmgmt.commands.AbandonCommand | |
Constructor. | |
ABOVE — Statische eigenschap van type constante, klasse spark.components.PopUpPosition | |
Position above the target | |
ABRUtils — klasse, pakket org.osmf.net | |
ABRUtils provides utility functions used in the Adaptive Bitrate components | |
abs(val:Number) — Statische methode , klasse Math | |
Berekent en retourneert een absolute waarde voor het getal dat door de parameter val wordt opgegeven. | |
abs(n:Number) — Statische methode , klasse com.adobe.fiber.runtime.lib.MathFunc | |
The absolute value of a number. | |
ABSOLUTE — Statische eigenschap van type constante, klasse mx.core.ContainerLayout | |
Use absolute layout for the contents of this container. | |
absoluteEnd — Eigenschap, klasse flashx.textLayout.edit.ElementRange | |
De absolute tekstpositie van het FlowLeafElement-object waarin het einde van het bereik is opgenomen. | |
absoluteEnd — Eigenschap, interface flashx.textLayout.edit.ISelectionManager | |
De tekstpositie van het einde van de selectie, uitgedrukt als een verschuiving van het begin van de tekstflow. | |
absoluteEnd — Eigenschap, klasse flashx.textLayout.edit.SelectionManager | |
De tekstpositie van het einde van de selectie, uitgedrukt als een verschuiving van het begin van de tekstflow. | |
absoluteEnd — Eigenschap, klasse flashx.textLayout.elements.TextRange | |
Einde van de selectie als een absolute positie in de TextFlow. | |
absoluteEnd — Eigenschap, klasse flashx.textLayout.operations.FlowTextOperation | |
Het absolute eindpunt van het tekstbereik waarop deze bewerking wordt toegepast. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.compose.TextFlowLine | |
De locatie van de regel als een absolute tekenpositie in het TextFlow-object. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.container.ContainerController | |
Retourneert het eerste teken in de container. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.edit.ElementRange | |
De absolute tekstpositie van het FlowLeafElement-object waarin het begin van het bereik is opgenomen. | |
absoluteStart — Eigenschap, interface flashx.textLayout.edit.ISelectionManager | |
De tekstpositie van het begin van de selectie, uitgedrukt als een verschuiving van het begin van de tekstflow. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.edit.SelectionManager | |
De tekstpositie van het begin van de selectie, uitgedrukt als een verschuiving van het begin van de tekstflow. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.elements.TextRange | |
Begin van de selectie als een absolute positie in de TextFlow. | |
absoluteStart — Eigenschap, klasse flashx.textLayout.operations.FlowTextOperation | |
Het absolute startpunt van het tekstbereik waarop deze bewerking wordt toegepast. | |
absoluteToDisplayColumnIndex(columnIndex:int) — methode, klasse mx.controls.AdvancedDataGridBaseEx | |
Converts an absolute column index to the corresponding index in the displayed columns. | |
absoluteToVisibleColumnIndex(columnIndex:int) — methode, klasse mx.controls.AdvancedDataGridBaseEx | |
Converts an absolute column index to the corresponding index in the visible columns. | |
absoluteToVisibleIndices(rowIndex:int, columnIndex:int) — methode, klasse mx.controls.AdvancedDataGridBaseEx | |
Convert an absolute row index and column index into the corresponding row index and column index of the item as it is currently displayed by the control. | |
AbstractConsumer — klasse, pakket mx.messaging | |
The AbstractConsumer is the base class for both the Consumer and MultiTopicConsumer classes. | |
AbstractConsumer() — Constructor, klasse mx.messaging.AbstractConsumer | |
Constructs a Consumer. | |
AbstractEntityMetadata — klasse, pakket com.adobe.fiber.valueobjects | |
This class defines default, error throwing implementations of all of the functions declared in the IModelType and IModelInstance interfaces. | |
AbstractEvent — klasse, pakket mx.rpc.events | |
The base class for events that RPC services dispatch. | |
AbstractInvoker — klasse, pakket mx.rpc | |
An invoker is an object that actually executes a remote procedure call (RPC). | |
AbstractMessage — klasse, pakket mx.messaging.messages | |
Abstract base class for all messages. | |
AbstractMessage() — Constructor, klasse mx.messaging.messages.AbstractMessage | |
Constructs an instance of an AbstractMessage with an empty body and header. | |
AbstractOperation — klasse, pakket mx.rpc | |
The AbstractOperation class represents an individual method on a service. | |
AbstractOperation — klasse, pakket mx.rpc.http | |
An Operation used specifically by HTTPService or HTTPMultiService. | |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor, klasse mx.rpc.AbstractOperation | |
Creates a new Operation. | |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor, klasse mx.rpc.http.AbstractOperation | |
Creates a new Operation. | |
AbstractParticipant — klasse, pakket com.adobe.livecycle.rca.model.participant | |
Defines the basic properties of a participant in a review. | |
AbstractParticipant(self:com.adobe.livecycle.rca.model.participant:AbstractParticipant) — Constructor, klasse com.adobe.livecycle.rca.model.participant.AbstractParticipant | |
Constructor. | |
AbstractProducer — klasse, pakket mx.messaging | |
The AbstractProducer is the base class for the Producer and MultiTopicConsumer classes. | |
AbstractSearchFilterVO — klasse, pakket com.adobe.solutions.prm.vo | |
This class defines an abstract search filter for Project Management search operations. | |
AbstractSearchFilterVO() — Constructor, klasse com.adobe.solutions.prm.vo.AbstractSearchFilterVO | |
The constructor for AbstractSearchFilterVO class. | |
AbstractService — Dynamische klasse, pakket mx.rpc | |
The AbstractService class is the base class for the HTTPMultiService, WebService, and RemoteObject classes. | |
AbstractService(destination:String) — Constructor, klasse mx.rpc.AbstractService | |
Constructor. | |
AbstractServiceWrapper — klasse, pakket com.adobe.fiber.services.wrapper | |
The AbstractServiceWrapper class is the superclass of the hierarchy for generated service wrappers.As such it declares functions and variables common to all generated service wrappers. | |
AbstractServiceWrapper(target:flash.events:IEventDispatcher) — Constructor, klasse com.adobe.fiber.services.wrapper.AbstractServiceWrapper | |
Constructor. | |
AbstractStage — klasse, pakket com.adobe.livecycle.rca.model.stage | |
Defines the basic properties of a stage. | |
AbstractStage(self:com.adobe.livecycle.rca.model.stage:AbstractStage) — Constructor, klasse com.adobe.livecycle.rca.model.stage.AbstractStage | |
This constructor function cannot be called directly because this is an abstract class. | |
AbstractTarget — klasse, pakket mx.logging | |
This class provides the basic functionality required by the logging framework for a target implementation. | |
AbstractTarget() — Constructor, klasse mx.logging.AbstractTarget | |
Constructor. | |
AbstractWebService — klasse, pakket mx.rpc.soap | |
AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. | |
AbstractWebService(destination:String, rootURL:String) — Constructor, klasse mx.rpc.soap.AbstractWebService | |
Creates a new WebService. | |
AccConst — definitieve klasse, pakket mx.accessibility | |
The AccConst class defines constants defined in Microsoft's Active Accessibility (MSAA) specification. | |
accDoDefaultAction(childID:uint) — methode, klasse flash.accessibility.AccessibilityImplementation | |
Een IAccessible-methode die de standaardhandeling uitvoert van de component die deze AccessibilityImplementation vertegenwoordigt of van een van de onderliggende elementen. | |
ACCELERATED — Statische eigenschap van type constante, klasse flash.media.VideoStatus | |
Decodering van video's met behulp van hardwareversnelling (GPU). | |
accelerationX — Eigenschap, klasse flash.events.AccelerometerEvent | |
Acceleratie langs de X-as, gemeten in G. | |
accelerationY — Eigenschap, klasse flash.events.AccelerometerEvent | |
Acceleratie langs de Y-as, gemeten in G. | |
accelerationZ — Eigenschap, klasse flash.events.AccelerometerEvent | |
Acceleratie langs de Z-as, gemeten in G. | |
Accelerometer — klasse, pakket flash.sensors | |
De Accelerometer-klasse verstuurt gebeurtenissen op basis van de activiteit die door de bewegingssensor van het apparaat wordt gedetecteerd. | |
Accelerometer() — Constructor, klasse flash.sensors.Accelerometer | |
Hiermee wordt een nieuwe instantie Accelerometer gemaakt. | |
AccelerometerEvent — klasse, pakket flash.events | |
De Accelerometer-klasse verstuurt AccelerometerEvent-objecten wanneer acceleratie-updates zijn ontvangen van de Accelerometer-sensor die op het apparaat is geïnstalleerd. | |
AccelerometerEvent(type:String, bubbles:Boolean, cancelable:Boolean, timestamp:Number, accelerationX:Number, accelerationY:Number, accelerationZ:Number) — Constructor, klasse flash.events.AccelerometerEvent | |
Maakt een AccelerometerEvent-object dat informatie bevat over acceleratie langs de driedimensionale as. | |
accentColor — Stijl, klasse mx.charts.Legend | |
Accent color used by component skins. | |
accentColor — Stijl, klasse mx.controls.sliderClasses.Slider | |
Color of the track highlight. | |
accentColor — Stijl, klasse mx.controls.Button | |
Color applied to the button when the emphasized flag is true. | |
accentColor — Stijl, klasse mx.core.ScrollControlBase | |
Accent color used by component skins. | |
accentColor — Stijl, klasse mx.core.Container | |
Accent color used by component skins. | |
accentColor — Stijl, klasse spark.components.supportClasses.GroupBase | |
Accent color used by component skins. | |
accentColor — Stijl, klasse spark.components.Button | |
Color applied to the button when the emphasized flag is true. | |
accentColor — Stijl, klasse spark.components.ActionBar | |
Accent color used by component skins. | |
accentColor — Stijl, klasse spark.components.SkinnableContainer | |
Accent color used by component skins. | |
accentColor — Stijl, klasse spark.components.DateSpinner | |
Color applied for the date items that match today's date. | |
accentColor — Stijl, klasse spark.components.ToggleSwitch | |
Color applied to highlight the selected side of the ToggleSwitch control. | |
accept() — Statische methode , klasse adobe.utils.XMLUI | |
Hiermee wordt het huidige dialoogvenster XMLUI afgesloten met de status accept. | |
acceptableStatusCodes — Eigenschap, klasse air.net.URLMonitor | |
De numerieke statuscodes die een succesvol resultaat vertegenwoordigen. | |
acceptAllClient() — methode, klasse mx.data.Conflicts | |
This is a convenience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method. | |
acceptAllServer() — methode, klasse mx.data.Conflicts | |
This is a convenience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method. | |
acceptClient() — methode, klasse mx.data.Conflict | |
Requeues the current local changes and updates the property values such that a subsequent call to DataService.commit() should succeed, causing these changes to override the previous ones. | |
acceptDragDrop(target:flash.display:InteractiveObject) — Statische methode , klasse flash.desktop.NativeDragManager | |
Meldt het NativeDragManager-object dat het opgegeven interactieve doelobject een neerzetbewerking kan accepteren die overeenstemt met de huidige sleepgebeurtenis. | |
acceptDragDrop(target:mx.core:IUIComponent) — Statische methode , klasse mx.managers.DragManager | |
Call this method from your dragEnter event handler if you accept the drag/drop data. | |
acceptServer() — methode, klasse mx.data.Conflict | |
Removes the conflicting local change and applies the property values found on the Conflict.serverObject property to the local item. | |
Accessibility — definitieve klasse, pakket flash.accessibility | |
De klasse Accessibility beheert de communicatie met schermlezers. | |
accessibilityDescription — Eigenschap, klasse mx.core.UIComponent | |
A convenience accessor for the description property in this UIComponent's accessibilityProperties object. | |
accessibilityEnabled — Eigenschap, klasse mx.core.UIComponent | |
A convenience accessor for the silent property in this UIComponent's accessibilityProperties object. | |
accessibilityImplementation — Eigenschap, klasse flash.display.InteractiveObject | |
De huidige toegankelijkheidsimplementatie (AccessibilityImplementation) voor deze InteractiveObject-instantie. | |
AccessibilityImplementation — klasse, pakket flash.accessibility | |
De klasse AccessibilityImplementation is de basisklasse in Flash Player voor de implementatie van toegankelijkheid in componenten. | |
AccessibilityImplementation() — Constructor, klasse flash.accessibility.AccessibilityImplementation | |
Statische constructor. | |
accessibilityName — Eigenschap, klasse mx.core.UIComponent | |
A convenience accessor for the name property in this UIComponent's accessibilityProperties object. | |
accessibilityProperties — Eigenschap, klasse flash.display.DisplayObject | |
De huidige toegankelijkheidsopties voor dit weergaveobject. | |
accessibilityProperties — Eigenschap, klasse mx.containers.utilityClasses.PostScaleAdapter | |
accessibilityProperties — Eigenschap, interface mx.core.IFlexDisplayObject | |
De huidige toegankelijkheidsopties voor dit weergaveobject. | |
accessibilityProperties — Eigenschap, interface spark.core.IEditableText | |
De huidige toegankelijkheidsopties voor dit weergaveobject. | |
AccessibilityProperties — klasse, pakket flash.accessibility | |
Met de klasse AccessibilityProperties kunt u de presentatie van Flash-objecten in toegankelijkheidshulpmiddelen, zoals schermlezers, beheren. | |
AccessibilityProperties() — Constructor, klasse flash.accessibility.AccessibilityProperties | |
Hiermee wordt een nieuw object AccessibilityProperties gemaakt. | |
accessibilityShortcut — Eigenschap, klasse mx.core.UIComponent | |
A convenience accessor for the shortcut property in this UIComponent's accessibilityProperties object. | |
AccessibleButton — klasse, pakket ga.uiComponents | |
For internal use only. | |
accessibleName — Eigenschap, klasse lc.procmgmt.ui.controls.EmbossedNavigator | |
Sets the accessible name of the list that is read by a screen reader. | |
AccessibleText — klasse, pakket ga.uiComponents | |
For internal use only. | |
AccessPrivileges — klasse, pakket mx.data | |
Encapsulates the allowed privileges and provides access to simple descriptions of what operations are allowed. | |
AccessPrivileges(privileges:uint) — Constructor, klasse mx.data.AccessPrivileges | |
Constructs an instance with the specified privileges. | |
AccImpl — klasse, pakket fl.accessibility | |
De klasse AccImpl voor toegankelijkheidsimplementatie is de basisklasse voor het implementeren van toegankelijkheid in componenten. | |
AccImpl — klasse, pakket mx.accessibility | |
AccImpl is Flex's base accessibility implementation class for MX and Spark components. | |
AccImpl(master:mx.core:UIComponent) — Constructor, klasse mx.accessibility.AccImpl | |
Constructor. | |
accLocation(childID:uint) — methode, klasse flash.accessibility.AccessibilityImplementation | |
MSAA-methode voor het retourneren van een DisplayObject of Rectangle waarmee het selectiekader van een onderliggend element in de AccessibilityImplementation wordt opgegeven. | |
Accordion — klasse, pakket mx.containers | |
An MX Accordion navigator container has a collection of child MX containers or Spark NavigatorContent containers, but only one of them at a time is visible. | |
Accordion() — Constructor, klasse mx.containers.Accordion | |
Constructor. | |
AccordionAutomationImpl — klasse, pakket mx.automation.delegates.containers | |
Defines the methods and properties required to perform instrumentation for the Accordion class. | |
AccordionAutomationImpl(obj:mx.containers:Accordion) — Constructor, klasse mx.automation.delegates.containers.AccordionAutomationImpl | |
Constructor. | |
AccordionHeader — klasse, pakket mx.containers.accordionClasses | |
The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
AccordionHeader() — Constructor, klasse mx.containers.accordionClasses.AccordionHeader | |
Constructor. | |
AccordionHeaderAccImpl — klasse, pakket mx.accessibility | |
AccordionHeaderAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the AccordionHeader class. | |
AccordionHeaderAccImpl(master:mx.core:UIComponent) — Constructor, klasse mx.accessibility.AccordionHeaderAccImpl | |
Constructor. | |
AccordionHeaderSkin — klasse, pakket mx.skins.halo | |
The skin for all the states of an AccordionHeader in an Accordion. | |
AccordionHeaderSkin — klasse, pakket mx.skins.spark | |
The Spark skin class for the header of the MX Accordion container. | |
AccordionHeaderSkin — klasse, pakket mx.skins.wireframe | |
The wireframe skin class for the header of the MX Accordion container. | |
AccordionHeaderSkin() — Constructor, klasse mx.skins.halo.AccordionHeaderSkin | |
Constructor. | |
AccordionHeaderSkin() — Constructor, klasse mx.skins.spark.AccordionHeaderSkin | |
Constructor. | |
AccordionHeaderSkin() — Constructor, klasse mx.skins.wireframe.AccordionHeaderSkin | |
Constructor. | |
_accordionMode — Eigenschap, klasse xd.core.axm.view.components.AXMAccordion | |
The accordionMode determines if the accordion is in MODE_ACCORDION or MODE_DISCLOSURE | |
accordionMode — Eigenschap, klasse xd.core.axm.view.components.AXMAccordion | |
accordionMode | |
AccordionNav — klasse, pakket ga.controls | |
The AccordionNav component is an accordion control that lists section names where each section contains a list of panels. | |
AccordionNav() — Constructor, klasse ga.controls.AccordionNav | |
Constructor. | |
AccordionSkin — klasse, pakket com.adobe.guides.spark.wrappers.skins | |
Defines the Accordion wrapper skin. | |
AccordionSkin() — Constructor, klasse com.adobe.guides.spark.wrappers.skins.AccordionSkin | |
Constructor. | |
accSelect(operation:uint, childID:uint) — methode, klasse flash.accessibility.AccessibilityImplementation | |
IAccessible-methode voor het wijzigen van de selectie in de component die deze AccessibilityImplementation vertegenwoordigt. | |
accurate — Eigenschap, klasse mx.charts.chartClasses.AxisLabelSet | |
When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered. | |
acknowledge — Gebeurtenis, klasse mx.messaging.MessageAgent | |
Dispatched when an acknowledge message is received for a sent message. | |
acknowledge(ackMsg:mx.messaging.messages:AcknowledgeMessage, msg:mx.messaging.messages:IMessage) — methode, klasse mx.messaging.MessageAgent | |
Invoked by a MessageResponder upon receiving a result for a sent message. | |
ACKNOWLEDGE — Statische eigenschap van type constante, klasse mx.messaging.events.MessageAckEvent | |
The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement. | |
acknowledgeMessage — Eigenschap, klasse mx.messaging.events.MessageAckEvent | |
Utility property to get the message property from the MessageEvent as an AcknowledgeMessage. | |
AcknowledgeMessage — klasse, pakket mx.messaging.messages | |
An AcknowledgeMessage acknowledges the receipt of a message that was sent previously. | |
AcknowledgeMessage() — Constructor, klasse mx.messaging.messages.AcknowledgeMessage | |
Constructs an instance of an AcknowledgeMessage with an empty body and header. | |
ACMRelationshipManager — klasse, pakket com.adobe.icc.editors.managers | |
Relationship manager for managing the Relationship browser. | |
ACMRelationshipManager() — Constructor, klasse com.adobe.icc.editors.managers.ACMRelationshipManager | |
Constructor. | |
acos(val:Number) — Statische methode , klasse Math | |
Berekent en retourneert de arccosinus (in radialen) van het getal dat door de parameter val wordt opgegeven. | |
acquireContextByName(name:String) — methode, interface com.adobe.mosaic.om.interfaces.IApplication | |
Returns the context interface with the given name for the application. | |
acquireManager(name:String) — methode, interface com.adobe.mosaic.om.interfaces.IClientFramework | |
Creates or gets the instance of the requested Composite Application Framework component that implements IManager. | |
ACROBAT_DETECT — Statische eigenschap van type constante, klasse lc.procmgmt.ui.layout.DesktopModel | |
A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version installed on the computer of the user. | |
action — Eigenschap, klasse coldfusion.service.BasicService | |
Action string for the service. | |
action — Eigenschap, interface com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler | |
Fetch action associated with this handler instance. | |
action — Eigenschap, klasse com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler | |
Fetch action associated with this handler instance. | |
action — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.DataDictionaryEditor | |
The action (AssetAction) being performed on this particular instance of data dictionary. | |
action — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer | |
The custom action instance associated with the action renderer. | |
action — Eigenschap, interface com.adobe.solutions.acm.authoring.presentation.actionbar.IActionRenderer | |
Fetch action associated with this handler instance. | |
action — Eigenschap, klasse mx.automation.events.AutomationDragEvent | |
The requested action. | |
action — Eigenschap, klasse mx.events.DragEvent | |
The requested action. | |
action — Eigenschap, klasse spark.events.ViewNavigatorEvent | |
The navigation action committed by the view navigator that resulted in the event. | |
ACTION — Eigenschap van type constante, klasse mx.messaging.management.MBeanOperationInfo | |
The operation is write-like, updating the control in some way. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_ACTIVATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_ASSET_FOCUS_GAINED — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetFocusEvent | |
This constant specifies that the asset has gained focus. | |
actionBar — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
Skin Part for holding the multiple number of buttons/any control Skin Part for holding the multiple number of buttons/any control | |
actionBar — Skinonderdelen , klasse spark.components.ViewNavigator | |
A skin part that defines the action bar of the navigator. A skin part that defines the action bar of the navigator. | |
actionBar — Eigenschap, klasse spark.components.ViewNavigatorApplication | |
A reference to the view navigator's ActionBar control, if one exists. | |
actionBar — Eigenschap, klasse spark.skins.mobile.ViewNavigatorSkin | |
A skin part that defines the action bar of the navigator. | |
ActionBar — klasse, pakket com.adobe.ep.ux.content.view.components.toolbar | |
Actionbar Host Component | |
ActionBar — klasse, pakket spark.components | |
The ActionBar class defines a component that includes title, navigation, and action content groups. | |
ActionBar() — Constructor, klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Constructor | |
ActionBar() — Constructor, klasse spark.components.ActionBar | |
Constructor. | |
ActionBarButtonSkinBase — klasse, pakket spark.skins.mobile.supportClasses | |
Base skin class for ActionBar buttons in mobile applications. | |
ActionBarButtonSkinBase() — Constructor, klasse spark.skins.mobile.supportClasses.ActionBarButtonSkinBase | |
Constructor. | |
ActionBarDefaultButtonAppearance — definitieve klasse, pakket spark.components | |
The ActionBarDefaultButtonAppearance class defines the constants for the allowed values of the defaultButtonAppearance style of ActionBar. | |
ActionBarSkin — klasse, pakket spark.skins.mobile | |
The default skin class for the Spark ActionBar component in mobile applications. | |
ActionBarSkin() — Constructor, klasse spark.skins.mobile.ActionBarSkin | |
Constructor. | |
actionBarVisible — Eigenschap, klasse spark.components.View | |
Specifies whether a view should show the action bar or not. | |
actionButton — Skinonderdelen , klasse com.adobe.ep.ux.taskaction.domain.TaskAction | |
The skin for each button. There is one button for each user action. All buttons are added to the contentGroup SkinPart of the SkinnableContainer parent class. The skin for each button. | |
actionButton — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer | |
A skin part that defines the action button A skin part that defines the action button | |
actionButton — Skinonderdelen , klasse xd.core.axm.view.components.AXMSplitActionButton | |
actionButton — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionSkin | |
The action button. | |
ACTION_BUTTON_CLICK — Statische eigenschap van type constante, klasse xd.core.axm.view.components.AXMSplitActionButton | |
ACTION_BUTTON_CLICK | |
actionConfig — Eigenschap, klasse com.adobe.icc.vo.CustomAction | |
Specifies the extended properties of the underlying object. | |
actionContent — Eigenschap, klasse spark.components.ActionBar | |
The components that define actions the user can take in a view. | |
actionContent — Eigenschap, klasse spark.components.View | |
actionContent — Eigenschap, klasse spark.components.ViewNavigator | |
actionContent — Eigenschap, klasse spark.components.ViewNavigatorApplication | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_COPY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to copying of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_CREATE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to creation of an asset. | |
ACTION_DEFAULT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
This constant specifies the default action to be taken on the asset | |
ACTION_DEFAULT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetFocusEvent | |
This constant specifies the default action on the asset. | |
ACTION_DEFAULT — Statische eigenschap van type constante, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Specifies the default action when the user double-clicks an action. | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
This constant specifies the default action to be taken in the version browser for that asset | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DEFAULT_VERSION_SPECIFIC — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DELETE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to deletion of an asset. | |
ACTION_DEPENDENCY_BROWSER — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Dependency/Relationship action name. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
This constant specifies that report action on Dependency Browser needs to be performed. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_DEPENDENCY_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to downloading dependency browser report. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to editing of an asset. | |
ACTION_EDIT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to editing of an asset. | |
ActionEffectInstance — klasse, pakket mx.effects.effectClasses | |
The ActionEffectInstance class is the superclass for all action effect instance classes. | |
ActionEffectInstance(target:Object) — Constructor, klasse mx.effects.effectClasses.ActionEffectInstance | |
Constructor. | |
actionEnabled(extraParams:Object) — methode, interface com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler | |
Should the action be enabled in toolbar | |
actionEnabled(extraParams:Object) — methode, klasse com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler | |
Should the action be enabled in toolbar | |
ACTION_EXPORTDEFINITION — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTDEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to exporting dependencies of an asset. | |
ACTION_EXPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.managers.ImportExportManager | |
The constant specifying the export package action. | |
actionGroup — Skinonderdelen , klasse spark.components.ActionBar | |
The skin part that defines the appearance of the action area of the component. By default, the ActionBarSkin class defines the action area to appear to the right of the title area. The skin part that defines the appearance of the action area of the component. | |
actionGroup — Eigenschap, klasse spark.skins.mobile.ActionBarSkin | |
The skin part that defines the appearance of the action area of the component. | |
actionHandler — Eigenschap, klasse com.adobe.icc.vo.CustomAction | |
Qulaified class name of the handler who will be handling this action click. | |
actionHandler — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer | |
The handler invoked on click of the custom action button on extensible toolbar. | |
actionHandler — Eigenschap, interface com.adobe.solutions.acm.authoring.presentation.actionbar.IActionRenderer | |
Fetches the action handler associated with the click of custom action in extensible tool bar. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to importing dependencies of an asset. | |
ACTION_IMPORTPACKAGE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.managers.ImportExportManager | |
The constant specifying the import package action. | |
actionIndex — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetAction | |
Relative index of action in it's group | |
ACTION_INFO — Eigenschap van type constante, klasse mx.messaging.management.MBeanOperationInfo | |
The operation is both read-like and write-like, updating the control and returning information. | |
ACTION_INVALID_ERROR — Statische eigenschap van type constante, klasse coldfusion.service.ProxyServiceError | |
actionItemGroup — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Group for displaying all the asset actions Group for displaying all the asset actions | |
actionItemRenderer — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.actionbar.ExtensibleActionbar | |
A skin part that defines ActionRenderer A skin part that defines ActionRenderer | |
actionItems — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Selected Itmes on which action is taken | |
actionItems — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Specifies the selected items on which to take the action. | |
actionItemsInstances — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
actionLayout — Eigenschap, klasse spark.components.ActionBar | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
actionLayout — Eigenschap, klasse spark.components.View | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
actionLayout — Eigenschap, klasse spark.components.ViewNavigator | |
The components that define actions the user can take in a view. | |
actionLayout — Eigenschap, klasse spark.components.ViewNavigatorApplication | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to activation of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_MARKFORPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to activation of an asset. | |
actionMenu — Skinonderdelen , klasse com.adobe.solutions.exm.authoring.components.toolbars.EBToolBar | |
A Skin part which defines UI component to display menu item. A Skin part which defines UI component to display menu item. | |
actionName — Eigenschap, klasse com.adobe.ep.taskmanagement.event.TaskCompletedEvent | |
The name of the user action used to complete the task. | |
actionName — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionCompleteEvent | |
Name of the action | |
actionName — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Name of the action | |
actionName — Eigenschap, klasse com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent | |
The name of the selected user action. | |
actionName — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent | |
Specifies the name of the action. | |
actionName — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Specifies the name of the action. | |
actionName — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditActionVO | |
Retrieves the name of the audit action. | |
actionName — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Gets the action name. | |
actionName — Eigenschap, klasse lc.procmgmt.domain.UserActionProperty | |
Returns name of the action. | |
actionNames — Eigenschap, interface com.adobe.ep.taskmanagement.domain.ILCTask | |
Retrieves the list of user actions supported by the task. | |
ActionNames — Eigenschap, interface com.adobe.ep.taskmanagement.domain.ITask | |
The list of user actions supported by the task. | |
ACTION_PREVIEW_WITHOUT_DATA — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to previewing letter without data. | |
ACTION_PREVIEW_WITH_TEST_DATA — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to previewing letter with data. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Publish action name. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to publishing of an asset. | |
ACTION_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to markforpublish of an asset. | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
This constant specifies that the publish action on Publish Browser needs to be performed. | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_PUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to publishing of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
This constant specifies that report action on Publish Browser needs to be performed. | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to publishing report of an asset | |
ACTION_PUBLISH_BROWSER_REPORT — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to publishing report of an asset | |
actionRenderer — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetAction | |
Can specify Renderer for Asset Action | |
ActionRenderer — klasse, pakket com.adobe.solutions.acm.authoring.presentation.actionbar | |
The renderer that is used to render the custom action instance on the extensible tool bar. | |
ActionRenderer() — Constructor, klasse com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer | |
Constructor. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
ACTION_REVERTTOLASTPUBLISH — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to revert to last publish of an asset. | |
actions — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditLevelVO | |
Gets the audit actions associated with the audit level. | |
ACTIONSCRIPT — Statische eigenschap van type constante, klasse fl.video.CuePointType | |
Hiermee wordt de waarde van de parameter type van de methoden findCuePoint() en findNearestCuePoint() gedefinieerd. | |
ACTION_SCRIPT — Statische eigenschap van type constante, klasse mx.events.MetadataEvent | |
The MetadataEvent.ACTION_SCRIPT constant defines the value of the type property of the event object for a actionscript event. | |
ACTIONSCRIPT — Statische eigenschap van type constante, klasse org.osmf.metadata.CuePointType | |
An ActionScript cue point. | |
ACTIONSCRIPT2 — Statische eigenschap van type constante, klasse flash.display.ActionScriptVersion | |
ActionScript taalversie 2.0 en lager. | |
ACTIONSCRIPT3 — Statische eigenschap van type constante, klasse flash.display.ActionScriptVersion | |
ActionScript taalversie 3.0. | |
actionScriptData — Eigenschap, klasse flash.external.ExtensionContext | |
Het ActionScript-object (indien van toepassing) dat is gekoppeld aan deze context. | |
actionScriptVersion — Eigenschap, klasse fl.display.ProLoaderInfo | |
De ActionScript-versie van het geladen SWF-bestand. | |
actionScriptVersion — Eigenschap, klasse flash.display.LoaderInfo | |
De ActionScript-versie van het geladen SWF-bestand. | |
ActionScriptVersion — definitieve klasse, pakket flash.display | |
De klasse ActionScriptVersion is een opsomming van constante waarden die de taalversie van een geladen SWF-bestand aangeven. | |
actionSelected — Gebeurtenis, klasse com.adobe.ep.ux.documentsubmit.domain.DocumentSubmit | |
Dispatched when a button is selected. | |
actionSelected — Gebeurtenis, klasse com.adobe.ep.ux.taskaction.component.TaskActionComponent | |
Dispatched when the user clicks a user action button. | |
actionSelected — Gebeurtenis, klasse com.adobe.ep.ux.taskaction.domain.TaskAction | |
Dispatched when the user selects an action. | |
ActionSelectedEvent — klasse, pakket com.adobe.ep.ux.taskaction.domain.events | |
The ActionSelectedEvent event is dispatched when the user selects a user action in the TaskAction UX component. | |
ActionSelectedEvent(actionName:String) — Constructor, klasse com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent | |
Constructor. | |
ACTION_SELECTED_EVENT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent | |
The ACTION_SELECTED_EVENT constant define the event type name for the event. | |
actionSeperator — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Factory for Separator between the actions Factory for Separator between the actions | |
actionsList — Statische eigenschap, klasse adobe.utils.CustomActions | |
Retourneert een object Array dat de namen van alle aangepaste handelingen bevat die met het Flash-ontwerpgereedschap zijn geregistreerd. | |
ACTION_VERSION_HISTORY — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Version History action name. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to getting version history of an asset. | |
ACTION_VERSIONHISTORY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to getting version history of an asset(Used to just enable and disable icon). | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to viewing of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
ACTION_VIEW_DEPENDENCY — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the name of the action related to view dependencies of an asset. | |
actionVisible(extraParams:Object) — methode, interface com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler | |
Should the action be visible in toolbar | |
actionVisible(extraParams:Object) — methode, klasse com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler | |
Should the action be visible in toolbar | |
activate() — methode, interface com.adobe.solutions.prm.domain.IProject | |
This remote operation activates a current project and its child projects or workItems. | |
activate() — methode, interface com.adobe.solutions.prm.domain.IWorkItem | |
This remote operation activates the current workitem. | |
activate() — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This remote operation activates a current project and its child projects or workItems. | |
activate() — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
This remote operation activates the current workitem. | |
activate() — methode, klasse fl.managers.FocusManager | |
Activeert de instantie FocusManager. | |
activate() — methode, interface fl.managers.IFocusManager | |
Hiermee wordt een focusmanager geactiveerd. | |
activate — Gebeurtenis, klasse flash.desktop.NativeApplication | |
Wordt verzonden als deze toepassing de actieve toepassing op het bureaublad wordt. | |
activate(window:flash.display:NativeWindow) — methode, klasse flash.desktop.NativeApplication | |
Activeert deze toepassing. | |
activate — Gebeurtenis, klasse flash.display.NativeWindow | |
Wordt verzonden door dit NativeWindow-object nadat het venster is geactiveerd. | |
activate() — methode, klasse flash.display.NativeWindow | |
Activeert dit venster. | |
activate — Gebeurtenis, klasse flash.events.EventDispatcher | |
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | |
activate() — methode, klasse mx.core.Window | |
Activates the underlying NativeWindow (even if this Window's application is not currently active). | |
activate() — methode, klasse mx.core.WindowedApplication | |
Activates the underlying NativeWindow (even if this application is not the active one). | |
activate() — methode, klasse mx.managers.FocusManager | |
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
activate() — methode, interface mx.managers.IFocusManager | |
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
activate() — methode, klasse spark.components.Window | |
Activates the underlying NativeWindow (even if this Window's application is not currently active). | |
activate() — methode, klasse spark.components.WindowedApplication | |
Activates the underlying NativeWindow (even if this application is not the active one). | |
ACTIVATE — Statische eigenschap van type constante, klasse flash.events.Event | |
De constante ACTIVATE bevat de waarde van de eigenschap type van een activate-gebeurtenisobject. | |
activateCheckbox — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.definition.TemplateDefintion | |
A reference to the CheckBox object that allows users to activate or deactivate a template. Only active templates can be assigned to a project or to an asset. A reference to the CheckBox object that allows users to activate or deactivate a template. | |
activateCondition() — methode, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateDataModule(moduleId:String, updateDependencies:Boolean) — methode, interface com.adobe.icc.services.module.IModuleService | |
Activates the specified data module. | |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — methode, klasse com.adobe.guides.spark.wrappers.components.WrapperHostBase | |
Call back indicating document view has activated. | |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — methode, interface ga.controls.IWrapperHost | |
Call back indicating document view has activated. | |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — methode, klasse ga.controls.Wrapper | |
Call back indicating document view has activated. | |
ACTIVATE_FOCUS_REQUEST — Statische eigenschap van type constante, klasse mx.events.SWFBridgeRequest | |
Sent from the top-level focus manager to a subordinate focus managers so all the focus managers participating in a tab loop get activated. | |
activateForm(formId:String, updateDependencies:Boolean) — methode, interface com.adobe.icc.services.layout.ILayoutService | |
Activates a form template | |
activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean) — methode, interface com.adobe.icc.services.fragmentlayout.IFragmentLayoutService | |
Activates a fragmentLayout template | |
activateFragmentLayouts() — methode, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateHandler(event:flash.events:Event) — methode, klasse flashx.textLayout.container.ContainerController | |
Verwerkt de gebeurtenis Event.ACTIVATE als de client gebeurtenissen beheert. | |
activateHandler(event:flash.events:Event) — methode, klasse flashx.textLayout.container.TextContainerManager | |
Verwerkt de gebeurtenis Event.ACTIVATE als de client gebeurtenissen beheert. | |
activateHandler(event:flash.events:Event) — methode, interface flashx.textLayout.edit.IInteractionEventHandler | |
Verwerkt een activeringsgebeurtenis. | |
activateHandler(event:flash.events:Event) — methode, klasse flashx.textLayout.edit.SelectionManager | |
Verwerkt een activeringsgebeurtenis. | |
activateImages() — methode, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateLayouts() — methode, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateLetter(letterID:String, updateDependencies:Boolean) — methode, interface com.adobe.icc.services.letter.ILetterService | |
Activates a letter template | |
activateLetters() — methode, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateLists() — methode, klasse com.adobe.icc.editors.handlers.ListHandler | |
Called internally when this handler is handling an action of type Activate. | |
ACTIVATE_POP_UP_REQUEST — Statische eigenschap van type constante, klasse mx.events.SWFBridgeRequest | |
Requests that a child application's pop up be activated. | |
activateProject(projectId:String) — methode, interface com.adobe.solutions.prm.service.IProjectManagementCoreService | |
This function activates a given project and its child projects or workItems. | |
activateProject(projectId:String) — methode, klasse com.adobe.solutions.prm.services.impl.ProjectManagementCoreService | |
This function activates a given project and its child projects or workItems. | |
activateTexts() — methode, klasse com.adobe.icc.editors.handlers.TextHandler | |
Called internally when this handler is handling an action of type Activate. | |
activateWorkItem(workItemId:String) — methode, interface com.adobe.solutions.prm.service.IWorkItemManagementService | |
This function activates a given workitem. | |
activateWorkItem(workItemId:String) — methode, klasse com.adobe.solutions.prm.services.impl.WorkItemManagementService | |
This function activates a given workitem. | |
activating — Eigenschap, klasse flash.events.ActivityEvent | |
Geeft aan of het apparaat wordt geactiveerd (true) of niet (false). | |
ActivationBrowser — klasse, pakket com.adobe.ep.ux.content.view.components.activate | |
Custom Component derived from TitleWindow which shows an asset's publish dependencies. | |
ActivationBrowser() — Constructor, klasse com.adobe.ep.ux.content.view.components.activate.ActivationBrowser | |
Constructor | |
ACTIVATION_MANAGER_SERVICE_RO — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.services.ServiceLocator | |
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager service destination. | |
activator — Eigenschap, interface com.adobe.gravity.service.bundleloader.IBundleLoaderContext | |
The bundle activator for this bundle. | |
ActivatorSkin — klasse, pakket mx.skins.halo | |
Defines the up, down, and over states for MenuBarItem objects. | |
ActivatorSkin() — Constructor, klasse mx.skins.halo.ActivatorSkin | |
Constructor. | |
active — Eigenschap, klasse com.adobe.livecycle.rca.model.ReviewTemplateReference | |
Specifies whether the template is active. | |
active — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewTemplate | |
A Boolean flag to determine if a template is active. | |
active — Eigenschap, interface com.adobe.solutions.rca.domain.IStageTemplate | |
A Boolean value to decide if the template is active. | |
active — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewTemplate | |
A Boolean flag to determine if a template is active. | |
active — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.StageTemplate | |
A Boolean value to decide if the template is active. | |
active — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewTemplateVO | |
A Boolean flag to determine if template is active or not. | |
active — Eigenschap, klasse com.adobe.solutions.rca.vo.StageTemplateSearchFilterVO | |
Whether to search for active templates only or for all templates. | |
active — Eigenschap, klasse com.adobe.solutions.rca.vo.StageTemplateVO | |
A Boolean flag to determine if template is active or not. | |
active — Statische eigenschap, klasse flash.accessibility.Accessibility | |
Hiermee wordt aangegeven of een schermlezer actief is en de toepassing ermee communiceert. | |
active — Eigenschap, klasse flash.display.NativeWindow | |
Geeft aan of dit venster het actieve toepassingsvenster is. | |
active — Eigenschap, klasse flash.net.NetworkInterface | |
Rapporteert of deze interface actief is. | |
active — Statische eigenschap, klasse flash.printing.PrintJob | |
Geeft aan of een afdruktaak op dat moment actief is of niet. | |
ACTIVE — Statische eigenschap van type constante, klasse com.adobe.gravity.framework.BundleConstants | |
The bundle has been started and is ready for use. | |
ACTIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.FormState | |
Specifies the enumerator code for Active state. | |
ACTIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.LetterState | |
Specifies the enumerator code for Active state. | |
ACTIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.ObjectState | |
Specifies the enumerator code for Active state. | |
ACTIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.TBXState | |
Specifies the enumerator code for Active state. | |
ACTIVE — Statische eigenschap van type constante, klasse flashx.textLayout.elements.LinkState | |
Waarde voor de actieve status die ontstaat wanneer u de muisknop boven een koppeling ingedrukt houdt. | |
activeAssetType — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Active Asset Type Descriptor which enables or disables the action buttons | |
activeAssetType — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
Active Asset Type Descriptor which enables or disables the action buttons | |
ACTIVE_CONTENT_CHANGE — Statische eigenschap van type constante, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent | |
The ActiveContentEvent.ACTIVE_CONTENT_CHANGE constant defines the value of the type property of the event object for an event that is dispatched when the selected content(module) changes in the content panel in the Create Correspondence UI. | |
ActiveContentEvent — klasse, pakket com.adobe.solutions.acm.ccr.presentation.contentcapture.events | |
ActiveContentEvent is the event dispatched when the selected content(module) changes in the content panel in the Create Correspondence UI. | |
ActiveContentEvent(type:String, activeModuleValue:com.adobe.icc.dc.domain:IModuleInstance, activeModuleListValue:spark.components.supportClasses:ListBase, activeTargetModuleList:spark.components.supportClasses:ListBase) — Constructor, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent | |
Constructor. | |
activeData — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent | |
The current selected data capture item. | |
activeData — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.datacapture.DataCapturePod | |
The current selected data item in the Data capture Panel. | |
ACTIVE_DATA_CHANGE — Statische eigenschap van type constante, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent | |
The ActiveDataEvent.ACTIVE_DATA_CHANGE constant defines the value of the type property of the event object for an event that is dispatched when the selected data capture item changes in the Create Correspondence UI. | |
ActiveDataEvent — klasse, pakket com.adobe.solutions.acm.ccr.presentation.contentcapture.events | |
ActiveDataEvent is the event dispatched when the selected data capture item changes in the the Create Correspondence UI. | |
ActiveDataEvent(type:String, activeData:com.adobe.icc.dc.domain:IDataInstance) — Constructor, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent | |
Constructor. | |
activeEffects — Eigenschap, klasse mx.core.UIComponent | |
The list of effects that are currently playing on the component, as an Array of EffectInstance instances. | |
activeEndDate — Eigenschap, klasse com.adobe.consulting.pst.vo.Form | |
activeEndDate — Eigenschap, klasse com.adobe.consulting.pst.vo.Letter | |
activeEndDate — Eigenschap, klasse com.adobe.icc.editors.model.AssetModel | |
The activeEndDate of the underlying value object. | |
activeEndDate — Eigenschap, klasse com.adobe.icc.vo.ContainerLayout | |
activeEndDate — Eigenschap, klasse com.adobe.icc.vo.DataModule | |
activeEndDate — Eigenschap, klasse com.adobe.icc.vo.Document | |
activeEndDate — Eigenschap, klasse com.adobe.icc.vo.Portfolio | |
activeEndDateDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor | |
A skin part that defines the asset's active end date A skin part that defines the asset's active end date | |
activeModule — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The current selected module in the content capture Panel. | |
activeModule — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentLibraryContainer | |
The currently selected module in the list. | |
activeModule — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.TextEditorContainer | |
The current text module being edited in the text editor. | |
activeModule — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent | |
The current selected module in the content capture panel. | |
activeModuleList — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The module display list which contains the current selected module. | |
activeModuleList — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent | |
The module display list which contains the current selected module. | |
activePosition — Eigenschap, interface flashx.textLayout.edit.ISelectionManager | |
Het actieve punt van de selectie. | |
activePosition — Eigenschap, klasse flashx.textLayout.edit.SelectionManager | |
Het actieve punt van de selectie. | |
activePosition — Eigenschap, klasse flashx.textLayout.elements.TextRange | |
Actieve positie van de selectie als een absolute positie in de TextFlow. | |
activeRequests — Eigenschap, klasse spark.core.ContentCache | |
List of queued CacheEntryNode instances currently executing. | |
activeStartDate — Eigenschap, klasse com.adobe.consulting.pst.vo.Form | |
activeStartDate — Eigenschap, klasse com.adobe.consulting.pst.vo.Letter | |
activeStartDate — Eigenschap, klasse com.adobe.icc.editors.model.AssetModel | |
The activeStartDate date of the underlying value object. | |
activeStartDate — Eigenschap, klasse com.adobe.icc.vo.ContainerLayout | |
activeStartDate — Eigenschap, klasse com.adobe.icc.vo.DataModule | |
activeStartDate — Eigenschap, klasse com.adobe.icc.vo.Document | |
activeStartDate — Eigenschap, klasse com.adobe.icc.vo.Portfolio | |
activeStartDateDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor | |
A skin part that defines the asset's active start date A skin part that defines the asset's active start date | |
activeTargetAssignmentEditor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.letter.LetterEditor | |
The instance of TargetAreaAssignmentEditor associated with the target area of the Letter currently being worked upon. | |
activeTargetModuleList — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The target area display list which contains the current selected module. | |
activeTargetModuleList — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent | |
The target area display list which contains the current selected module. | |
activeTask — Eigenschap, interface com.adobe.ep.taskmanagement.services.ITaskManager | |
Retrieves the active task from the task list. | |
activeVideoPlayerIndex — Eigenschap, klasse fl.video.FLVPlayback | |
Een getal dat opgeeft welke instantie van de videospeler wordt beïnvloedt door andere API's (programmeerinterface voor toepassingen). | |
activeView — Eigenschap, klasse spark.components.ViewNavigator | |
During a view transition, this property references the view that the navigator is transitioning to. The currently active view of the navigator. | |
activeView — Eigenschap, klasse spark.components.supportClasses.ViewNavigatorBase | |
The currently active view of the navigator. | |
activeViewType — Eigenschap, klasse com.adobe.guides.spark.wrappers.components.WrapperHostBase | |
Indicates the type of communication expected, either DOR or interactive. | |
activeViewType — Eigenschap, interface ga.controls.IWrapperHost | |
Indicates the type of communication expected, either DOR or interactive. | |
activeViewType — Eigenschap, klasse ga.controls.Wrapper | |
Indicates the type of communication expected, either DOR or interactive. | |
activeWindow — Eigenschap, klasse flash.desktop.NativeApplication | |
Het actieve toepassingsvenster. | |
activeWindow — Eigenschap, klasse mx.automation.air.AirFunctionsHelper | |
Returns current window that is active | |
activity — Gebeurtenis, klasse flash.media.Camera | |
Wordt verzonden wanneer een camera een sessie begint of eindigt. | |
ACTIVITY — Statische eigenschap van type constante, klasse flash.events.ActivityEvent | |
De constante ActivityEvent.ACTIVITY definieert de waarde van de eigenschap type van een gebeurtenisobject activity. | |
ActivityEvent — klasse, pakket flash.events | |
Een Camera of Microphone-object verzendt een ActivityEvent-object wanneer een camera of microfoon meldt dat deze actief of inactief is geworden. | |
ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor, klasse flash.events.ActivityEvent | |
Maakt een Event-object dat informatie bevat over gebeurtenissen activity. | |
activityLevel — Eigenschap, klasse flash.media.Camera | |
Hoeveelheid beweging die de camera detecteert. | |
activityLevel — Eigenschap, klasse flash.media.Microphone | |
De hoeveelheid geluid die de microfoon detecteert. | |
ACTUAL_BITRATE — Statische eigenschap van type constante, klasse org.osmf.net.metrics.MetricType | |
The type constant for the actual bitrate metric. | |
ActualBitrateMetric — klasse, pakket org.osmf.net.metrics | |
Metric computing the actual bitrate of the currently downloading quality level. This metric's type is MetricType.ACTUAL_BITRATE (org.osmf.net.abr.metrics.actualBitrate) | |
ActualBitrateMetric(qosInfoHistory:org.osmf.net.qos:QoSInfoHistory, maxFragments:uint) — Constructor, klasse org.osmf.net.metrics.ActualBitrateMetric | |
Constructor. | |
actualCollection — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
A copy of the value normally stored in the collection property used while running data changes effects. | |
actualCollection — Eigenschap, klasse mx.controls.listClasses.ListBase | |
A copy of the value normally stored in collection used while running data changes effects. | |
actualColNum — Eigenschap, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
The actual column index at which the header starts, relative to the currently displayed columns. | |
actualCreationPolicy — Eigenschap, klasse mx.charts.Legend | |
The creation policy of this container. | |
actualCreationPolicy — Eigenschap, klasse mx.core.Container | |
The creation policy of this container. | |
actualHeight — Eigenschap, klasse flashx.textLayout.elements.InlineGraphicElement | |
De werkelijke hoogte zoals weergegeven. | |
actualHorizontalPosition — Eigenschap, klasse spark.components.Callout | |
Fully resolved horizontal position after evaluating CalloutPosition.AUTO. | |
actualIndex — Eigenschap, klasse org.osmf.net.NetStreamSwitcher | |
The index of the quality level currently being downloaded | |
actualIndex — Eigenschap, klasse org.osmf.net.RuleSwitchManagerBase | |
The index of the currently downloading quality level | |
actualIndex — Eigenschap, klasse org.osmf.net.qos.QoSInfo | |
The index of the currently downloading quality level | |
actualIterator — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
A copy of the value normally stored in the iterator property used while running data changes effects. | |
actualIterator — Eigenschap, klasse mx.controls.listClasses.ListBase | |
A copy of the value normally stored in iterator used while running data changes effects. | |
actualListeners — Eigenschap, klasse mx.validators.Validator | |
Contains an Array of listener objects, if any, or the source object. | |
actualListeners — Eigenschap, klasse spark.validators.supportClasses.GlobalizationValidatorBase | |
Contains an Array of listener objects, if any, or the source object. | |
actualLocaleIDName — Eigenschap, klasse flash.globalization.Collator | |
De naam van de werkelijke landinstellings-id die door dit Collator-object wordt gebruikt. | |
actualLocaleIDName — Eigenschap, klasse flash.globalization.CurrencyFormatter | |
De naam van de werkelijke landinstellings-id die door dit CurrencyFormatter-object wordt gebruikt. | |
actualLocaleIDName — Eigenschap, klasse flash.globalization.DateTimeFormatter | |
De naam van de werkelijke landinstellings-id die door dit DateTimeFormatter-object wordt gebruikt. | |
actualLocaleIDName — Eigenschap, klasse flash.globalization.NumberFormatter | |
De naam van de werkelijke landinstellings-id die door dit NumberFormatter-object wordt gebruikt. | |
actualLocaleIDName — Eigenschap, klasse flash.globalization.StringTools | |
De naam van de daadwerkelijke landinstellings-id die door dit StringTools-object wordt gebruikt. | |
actualLocaleIDName — Eigenschap, klasse spark.formatters.CurrencyFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Eigenschap, klasse spark.formatters.DateTimeFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Eigenschap, klasse spark.formatters.NumberFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Eigenschap, klasse spark.globalization.StringTools | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Eigenschap, klasse spark.globalization.supportClasses.CollatorBase | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Eigenschap, klasse spark.globalization.supportClasses.GlobalizationBase | |
The name of the actual locale ID used by this class object. | |
ACTUALSORT — Statische eigenschap van type constante, klasse mx.controls.advancedDataGridClasses.SortInfo | |
Specifies that the sort is the actual current sort. | |
actualText — Eigenschap, klasse com.adobe.ep.ux.content.view.components.search.renderers.DefaultStringTextInput | |
The actual text being shown in the text box. | |
actualTrigger — Eigenschap, klasse mx.validators.Validator | |
Contains the trigger object, if any, or the source object. | |
actualTrigger — Eigenschap, klasse spark.validators.supportClasses.GlobalizationValidatorBase | |
Contains the trigger object, if any, or the source object. | |
actualVerticalPosition — Eigenschap, klasse spark.components.Callout | |
Fully resolved vertical position after evaluating CalloutPosition.AUTO. | |
actualWidth — Eigenschap, klasse flashx.textLayout.elements.InlineGraphicElement | |
De werkelijke breedte zoals weergegeven. | |
adapter — Eigenschap, klasse mx.data.DataManager | |
An instance of a class that controls interaction with the server. | |
ADAPTIVE_FREQUENCY_DESTINATION — Statische eigenschap van type constante, klasse mx.messaging.AdvancedChannelSet | |
Special value of a destination using adaptive frequency. | |
add(v:flash.geom:Point) — methode, klasse flash.geom.Point | |
Hiermee worden de coördinaten van een ander punt opgeteld bij de coördinaten van dit punt om een nieuw punt te maken. | |
add(a:flash.geom:Vector3D) — methode, klasse flash.geom.Vector3D | |
Telt de waarde van de elementen X, Y en Z van het huidige Vector3D-object op bij de waarden van de elementen X, Y en Z van een ander Vector3D-object. | |
add — Gebeurtenis, klasse lc.procmgmt.formbridge.SwfConnector | |
Dispatched when an add event is received by Workspace. | |
add — Gebeurtenis, klasse mx.core.UIComponent | |
Dispatched when the component is added to a container as a content child by using the addChild(), addChildAt(), addElement(), or addElementAt() method. | |
add — Eigenschap, klasse mx.effects.effectClasses.AddRemoveEffectTargetFilter | |
Determines if this is an add or remove filter. | |
add — Gebeurtenis, klasse mx.flash.UIMovieClip | |
Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method. | |
Add(inMatrix:fl.motion:DynamicMatrix) — methode, klasse fl.motion.DynamicMatrix | |
Hiermee wordt de huidige matrix uitgebreid met een opgegeven matrix. | |
ADD — Statische eigenschap van type constante, klasse fl.events.DataChangeType | |
Er zijn items aan de gegevensaanbieder toegevoegd. | |
ADD — Statische eigenschap van type constante, klasse flash.display.BlendMode | |
Telt de waarden van de deelkleuren van het weergaveobject op bij die van de achtergrondkleuren, met een bovengrens van 0xFF. | |
ADD — Statische eigenschap van type constante, klasse mx.data.AccessPrivileges | |
Indicates that add operations are allowed. | |
ADD — Statische eigenschap van type constante, klasse mx.events.CollectionEventKind | |
Indicates that the collection added an item or items. | |
ADD — Statische eigenschap van type constante, klasse mx.events.FlexEvent | |
The FlexEvent.ADD constant defines the value of the type property of the event object for an add event. | |
AddAction — klasse, pakket spark.effects | |
The AddAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
AddAction(target:Object) — Constructor, klasse spark.effects.AddAction | |
Constructor. | |
AddActionInstance — klasse, pakket spark.effects.supportClasses | |
The AddActionInstance class implements the instance class for the AddAction effect. | |
AddActionInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AddActionInstance | |
Constructor. | |
addAll(addList:mx.collections:IList) — methode, klasse mx.collections.ArrayList | |
Adds a list of items to the current list, placing them at the end of the list in the order they are passed. | |
addAll(addList:mx.collections:IList) — methode, klasse mx.collections.ListCollectionView | |
Adds a list of items to the current list, placing them at the end of the list in the order they are passed. | |
addAllAt(addList:mx.collections:IList, index:int) — methode, klasse mx.collections.ArrayList | |
Adds a list of items to the current list, placing them at the position index passed in to the function. | |
addAllAt(addList:mx.collections:IList, index:int) — methode, klasse mx.collections.ListCollectionView | |
Adds a list of items to the current list, placing them at the position index passed in to the function. | |
AddApprovalStageParticipant — klasse, pakket com.adobe.solutions.rca.presentation | |
The host component for the dialog to add participants to an approval stage. | |
AddApprovalStageParticipant() — Constructor, klasse com.adobe.solutions.rca.presentation.AddApprovalStageParticipant | |
The constructor for AddApprovalStageParticipant class. | |
addApprovalStageParticipantPanel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.AddApprovalStageParticipant | |
The skin part that defines the Panel where the content of ApprovalStageParticipant get pushed into and laid out. The skin part that defines the Panel where the content of ApprovalStageParticipant get pushed into and laid out. | |
addApprover(approver:com.adobe.livecycle.rca.model.participant:Approver) — methode, klasse com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Adds items of type Approver to the collection. | |
addApprover(reviewId:String, stageNo:int, domain:String, canonicalName:String) — methode, interface com.adobe.livecycle.rca.service.core.IReviewCommentingAndApprovalService | |
Adds an approver to an approval stage of an ongoing review. | |
addApprover(reviewId:String, stageNo:int, domain:String, canonicalName:String) — methode, klasse com.adobe.livecycle.rca.service.core.delegate.ReviewCommentingAndApprovalService | |
Adds an approver to an approval stage of an ongoing review. | |
ADD_APPROVER — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.OperationType | |
This operation adds an approver to an approver stage. | |
addApproverAt(approver:com.adobe.livecycle.rca.model.participant:Approver, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Adds items of type Approver to the collection. | |
addASCuePoint(timeOrCuePoint:any, name:String, parameters:Object) — methode, klasse fl.video.FLVPlayback | |
Hiermee wordt een ActionScript-actiepunt toegevoegd. Dit staat gelijk aan het toevoegen van een ActionScript-actiepunt via het dialoogvenster Actiepunten, behalve dat dit wordt gedaan wanneer een toepassing wordt uitgevoerd in plaats van tijdens de ontwikkeling van de toepassing. | |
AddAssetPopUp — klasse, pakket com.adobe.ep.ux.content.view.components.toolbar | |
New Drop Down Control for the Toolbar | |
AddAssetPopUp() — Constructor, klasse com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
Constructor | |
addAtEnd(child:com.adobe.mosaic.layouts:ILayoutChild) — methode, klasse com.adobe.mosaic.layouts.SmartColumnLayout | |
Adds the item, given by its index, to either the end of the matrix or into the first vacant cell. | |
addAtEnd(child:com.adobe.mosaic.layouts:ILayoutChild) — methode, klasse com.adobe.mosaic.layouts.SmartRowLayout | |
Adds the item, given by its index, to either the end of the matrix or into the first vacant cell. | |
addAtRowCol(index:int) — methode, klasse com.adobe.mosaic.layouts.SmartColumnLayout | |
Adds the item using the item's column and row properties to place the item. | |
addAtRowCol(index:int) — methode, klasse com.adobe.mosaic.layouts.SmartRowLayout | |
Adds the item using the item's column and row properties to place the item. | |
add_attachment — Skinonderdelen , klasse com.adobe.ep.ux.attachmentlist.domain.AttachmentList | |
The Add Attachment button. The Add Attachment button. | |
add_attachment — Eigenschap, klasse com.adobe.ep.ux.attachmentlist.skin.AttachmentListSkin | |
The Add Attachment button. | |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:com.adobe.ep.taskmanagement.domain:IAttachmentPermissions, assertionId:String) — methode, interface com.adobe.ep.taskmanagement.services.IAttachmentManager | |
Adds a new attachment to the Document Server. | |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:com.adobe.ep.taskmanagement.domain:IAttachmentPermissions, assertionId:String) — methode, klasse com.adobe.ep.taskmanagement.services.LCTaskManager | |
Adds a new attachment to the Document Server. | |
addAttachment — Gebeurtenis, klasse com.adobe.ep.ux.attachmentlist.domain.AttachmentList | |
Dispatched when the Add Attachment button has been clicked. | |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:lc.procmgmt.domain:AttachmentPermissions) — methode, interface lc.procmgmt.ITaskManager | |
Adds an attachment to a task item. | |
addAttachment(attachment:flash.net:FileReference, permissions:lc.procmgmt.domain:AttachmentPermissions) — methode, klasse lc.procmgmt.domain.Task | |
Adds an attachment to the task. | |
addAttachment() — methode, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
Adds the file property to the current Task object, with the specified AttachmentPermissions object set. | |
ADD_ATTACHMENT — Statische eigenschap van type constante, klasse com.adobe.ep.ux.attachmentlist.domain.events.AttachmentEvent | |
The ADD_ATTACHMENT constant specifies when an attachment has been added. | |
ADD_ATTACHMENT_COMPLETE — Statische eigenschap van type constante, klasse lc.foundation.events.ObjectResultEvent | |
A special value that specifies attachments were added to a task. | |
addAttributesWatcher(name:Array, listener:Object, tile:com.adobe.mosaic.om.interfaces:ITile) — methode, interface com.adobe.mosaic.om.interfaces.IContext | |
Adds a watcher to a specific set of context attributes. | |
addAttributeWatcher(name:String, listener:Object, tile:com.adobe.mosaic.om.interfaces:ITile) — methode, interface com.adobe.mosaic.om.interfaces.IContext | |
Adds a watcher to the context. | |
addBackgroundShape(shape:flash.display:Shape) — methode, klasse flashx.textLayout.container.ContainerController | |
Voegt een flash.display.Shape-object toe waarop achtergrondvormen (zoals een achtergrondkleur) worden getekend. | |
addBinaryChainBuildingCertificate(certificate:flash.utils:ByteArray, trusted:Boolean) — methode, klasse flash.net.SecureSocket | |
Hiermee wordt een X.509-certificaat toegevoegd aan de lokale certificaatketen die door uw systeem wordt gebruikt voor validatie van het servercertificaat. | |
addBitmapData(bitmapData:flash.display:BitmapData) — methode, klasse flash.media.CameraRoll | |
Hiermee wordt een afbeelding toegevoegd aan de camerarol van het apparaat. | |
addBootstrapPeer(peerID:String) — methode, klasse flash.net.GroupSpecifier | |
Zorgt ervoor dat de gekoppelde NetStream of NetGroup een initiële buurverbinding maakt met de opgegeven peerID. | |
addBtn — Skinonderdelen , klasse com.adobe.dct.view.DictionaryPropertiesView | |
A skin part that defines SkinnableComponent which adds extended property to the data dictionary. A skin part that defines SkinnableComponent which adds extended property to the data dictionary. | |
addBtn — Eigenschap, klasse com.adobe.dct.component.ExtendedProperty | |
addButton — Skinonderdelen , klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
The add button, a Spark Button. The add button, a Spark Button. | |
addButton — Eigenschap, klasse com.adobe.mosaic.sparklib.tabLayout.skins.TabLayoutSkin | |
The Add button control | |
addCacheEntry(source:Object, value:Object) — methode, klasse spark.core.ContentCache | |
Adds new entry to cache (or replaces existing entry). | |
addCallback(functionName:String, closure:Function) — Statische methode , klasse flash.external.ExternalInterface | |
Hiermee wordt een ActionScript-methode geregistreerd als aanroepbaar vanuit de container. | |
ADD_CELL — Statische eigenschap van type constante, klasse spark.events.GridSelectionEventKind | |
Indicates that this cell should be added to the current selection. | |
addCellSelectionData(uid:String, columnIndex:int, selectionData:mx.controls.advancedDataGridClasses:AdvancedDataGridBaseSelectionData) — methode, klasse mx.controls.AdvancedDataGrid | |
Adds cell selection information to the control, as if you used the mouse to select the cell. | |
addCertificate(cert:flash.utils:ByteArray, trusted:Boolean) — methode, klasse flash.security.XMLSignatureValidator | |
Voegt een x509-certificaat toe voor het opbouwen van de keten. | |
addChannel(channel:mx.messaging:Channel) — methode, klasse mx.messaging.ChannelSet | |
Adds a Channel to the ChannelSet. | |
addChild(child:flash.display:DisplayObject) — methode, klasse flash.display.DisplayObjectContainer | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChild(child:flash.display:DisplayObject) — methode, klasse flash.display.Stage | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChild(child:flashx.textLayout.elements:FlowElement) — methode, klasse flashx.textLayout.elements.FlowGroupElement | |
Voegt een onderliggend FlowElement-object toe. | |
addChild(child:flash.display:DisplayObject) — methode, klasse mx.charts.Legend | |
Adds a child DisplayObject to this Container. | |
addChild(child:flash.display:DisplayObject) — methode, klasse mx.charts.chartClasses.CartesianDataCanvas | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — methode, klasse mx.charts.chartClasses.ChartElement | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — methode, klasse mx.charts.chartClasses.PolarDataCanvas | |
Adds a child DisplayObject after the end of this child list. | |
addChild(parent:Object, newChild:Object) — methode, klasse mx.collections.HierarchicalCollectionView | |
Adds a child node to a node of the data. | |
addChild(parent:Object, newChild:Object) — methode, interface mx.collections.IHierarchicalCollectionView | |
Adds a child node to a node of the data. | |
addChild(child:flash.display:DisplayObject) — methode, klasse mx.core.Container | |
Adds a child DisplayObject to this Container. | |
addChild(child:flash.display:DisplayObject) — methode, interface mx.core.IChildList | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — methode, interface mx.core.IContainer | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChild(childEffect:mx.effects:IEffect) — methode, klasse mx.effects.CompositeEffect | |
Adds a new child effect to this composite effect. | |
addChild(child:org.osmf.media:MediaElement) — methode, klasse org.osmf.elements.CompositeElement | |
Adds the specified child to the end of the list. | |
AddChild — klasse, pakket mx.states | |
The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
AddChild(relativeTo:mx.core:UIComponent, target:flash.display:DisplayObject, position:String) — Constructor, klasse mx.states.AddChild | |
Constructor. | |
AddChildAction — klasse, pakket mx.effects | |
The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
AddChildAction(target:Object) — Constructor, klasse mx.effects.AddChildAction | |
Constructor. | |
AddChildActionInstance — klasse, pakket mx.effects.effectClasses | |
The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
AddChildActionInstance(target:Object) — Constructor, klasse mx.effects.effectClasses.AddChildActionInstance | |
Constructor. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse flash.display.DisplayObjectContainer | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse flash.display.Stage | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChildAt(index:uint, child:flashx.textLayout.elements:FlowElement) — methode, klasse flashx.textLayout.elements.FlowGroupElement | |
Voegt een onderliggend FlowElement-object toe op de opgegeven indexpositie. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse mx.charts.Legend | |
Adds a child DisplayObject to this Container. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse mx.charts.chartClasses.CartesianDataCanvas | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse mx.charts.chartClasses.ChartElement | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse mx.charts.chartClasses.PolarDataCanvas | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(parent:Object, newChild:Object, index:int) — methode, klasse mx.collections.HierarchicalCollectionView | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int) — methode, interface mx.collections.IHierarchicalCollectionView | |
Adds a child node to a node of the data at a specific index in the data. | |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — methode, interface mx.controls.menuClasses.IMenuDataDescriptor | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — methode, klasse mx.controls.treeClasses.DefaultDataDescriptor | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — methode, interface mx.controls.treeClasses.ITreeDataDescriptor | |
Adds a child node to a node at the specified index. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, klasse mx.core.Container | |
Adds a child DisplayObject to this Container. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, interface mx.core.IChildList | |
Adds a child DisplayObject to this child list at the index specified. | |
addChildAt(child:flash.display:DisplayObject, index:int) — methode, interface mx.core.IContainer | |
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | |
addChildAt(child:org.osmf.media:MediaElement, index:Number) — methode, klasse org.osmf.elements.CompositeElement | |
Adds the child to the list at the specified index. | |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — methode, interface mx.core.ISWFBridgeGroup | |
Adds a new bridge to the pod. | |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — methode, klasse mx.core.SWFBridgeGroup | |
Adds a new bridge to the pod. | |
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — methode, interface mx.managers.IMarshalSystemManager | |
Adds a child bridge to the system manager. | |
addChildSet(childSet:Array) — methode, klasse mx.effects.effectClasses.CompositeEffectInstance | |
Adds a new set of child effects to this Composite effect. | |
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — methode, interface mx.managers.IMarshalSystemManager | |
Adds the specified child to the sandbox root in the layer requested. | |
addColumn(column:any) — methode, klasse fl.controls.DataGrid | |
Hiermee wordt een nieuwe kolom aan het einde van de array columns toegevoegd. | |
addColumnAt(column:any, index:uint) — methode, klasse fl.controls.DataGrid | |
Hiermee wordt een kolom bij de opgegeven index in de array columns ingevoegd. | |
addCondition(aProperty:com.adobe.ep.taskmanagement.filter:IProperty, aComparisonOperator:com.adobe.ep.taskmanagement.filter:IComparisonOperator, aComparisonValue:Object) — methode, interface com.adobe.ep.taskmanagement.filter.IFilter | |
Adds a condition to the filter. | |
addContentRenderer() — methode, klasse com.adobe.ep.ux.content.view.components.grid.hover.HoverRenderer | |
Current Preview Pod shows name/description in its title area and content of the asset like text/xml/image in the canvas area. | |
addController(controller:flashx.textLayout.container:ContainerController) — methode, interface flashx.textLayout.compose.IFlowComposer | |
Voegt een controller toe aan deze IFlowComposer-instantie. | |
addController(controller:flashx.textLayout.container:ContainerController) — methode, klasse flashx.textLayout.compose.StandardFlowComposer | |
Voegt een controller toe aan deze IFlowComposer-instantie. | |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — methode, interface flashx.textLayout.compose.IFlowComposer | |
Voegt een controller toe aan deze IFlowComposer-instantie bij de opgegeven index. | |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — methode, klasse flashx.textLayout.compose.StandardFlowComposer | |
Voegt een controller toe aan deze IFlowComposer-instantie bij de opgegeven index. | |
addCreatorButton — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.stages.CreatorTab | |
A reference to the ButtonBase object that allows users to add a new creator. A reference to the ButtonBase object that allows users to add a new creator. | |
AddCreatorDialog — klasse, pakket com.adobe.solutions.rca.presentation | |
The host component for dialog used to adding creator to a creation stage. | |
AddCreatorDialog() — Constructor, klasse com.adobe.solutions.rca.presentation.AddCreatorDialog | |
The constructor for AddCreatorDialog class. | |
addCreatorDialogPanel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.AddCreatorDialog | |
The skin part that defines the Panel where the content of Add Creator get pushed into and laid out. The skin part that defines the Panel where the content of Add Creator get pushed into and laid out. | |
addCuePoint(cuePoint:Object) — methode, klasse mx.controls.videoClasses.CuePointManager | |
Adds a cue point. | |
addData(data:Object, format:String) — methode, klasse mx.core.DragSource | |
Adds data and a corresponding format String to the drag source. | |
addDataChild(child:flash.display:DisplayObject, left:any, top:any, right:any, bottom:any, hCenter:any, vCenter:any) — methode, klasse mx.charts.chartClasses.CartesianDataCanvas | |
Adds the specified display object as a child to the current canvas. | |
addDataChild(child:flash.display:DisplayObject, angleLeft:any, radialTop:any, angleRight:any, radialBottom:any, angleCenter:any, radialCenter:any) — methode, klasse mx.charts.chartClasses.PolarDataCanvas | |
This adds any DisplayObject as child to current canvas | |
addDataDictionary(dataDictionary:com.adobe.dct.model:DEPDictionaryModel) — methode, klasse com.adobe.dct.component.dataElementsPanel.DataElementsPanel | |
Adds an instance of DEPDictionaryModel to the existing list on which data elements panel is working. | |
addDataEffectItem(item:Object) — methode, klasse mx.controls.listClasses.AdvancedListBase | |
Adds an item renderer if a data change effect is running. | |
addDataEffectItem(item:Object) — methode, klasse mx.controls.listClasses.ListBase | |
Adds an item renderer if a data change effect is running. | |
addDataEffectItem(target:Object) — methode, interface mx.effects.IEffectTargetHost | |
Adds an item renderer if a data change effect is running. | |
addDataElement — Gebeurtenis, klasse com.adobe.dct.component.dataElementsPanel.NewDataElement | |
Dispatched when the user presses the Insert ButtonBase control. | |
addDDE(elementType:String) — methode, klasse com.adobe.dct.component.datadictionary.DDExplorer | |
Adds a new data dictionary element as child to the current selected element. | |
addDeferredInclude(includeURL:String) — methode, interface com.adobe.gravity.service.manifest.IManifestParseContext | |
Add a deferred include. | |
addDelayedInstance(instance:Object, stringID:String) — Statische methode , klasse fl.lang.Locale | |
Hiermee wordt het paar instantie en tekenreeks-id toegevoegd aan de interne array voor toekomstig gebruik. | |
addDisplayObject(displayObject:flash.display:DisplayObject, depth:Number) — methode, klasse spark.components.supportClasses.DisplayLayer | |
Adds a displayObject with the specified depth to the ordered list. | |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This remote operation adds a document from the collection and submits the change on the server. | |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
This remote operation adds a document from the collection and submits the change on the server. | |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, interface com.adobe.solutions.rca.domain.common.IDocumentCollection | |
This remote operation adds a document from the collection and submits the change on the server. | |
addDragData(ds:Object) — methode, klasse mx.charts.chartClasses.ChartBase | |
Adds the selected items to the DragSource object as part of a drag and drop operation. | |
addDragData(dragSource:Object) — methode, klasse mx.controls.listClasses.AdvancedListBase | |
Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
addDragData(dragSource:Object) — methode, klasse mx.controls.listClasses.ListBase | |
Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
addDragData(dragSource:mx.core:DragSource) — methode, klasse spark.components.List | |
Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
added — Eigenschap, klasse fl.video.CaptionChangeEvent | |
Een Booleaanse waarde die bepaalt of de ondertitel is toegevoegd of verwijderd. | |
added — Gebeurtenis, klasse flash.display.DisplayObject | |
Wordt verzonden wanneer een weergaveobject aan het weergaveoverzicht wordt toegevoegd. | |
ADDED — Statische eigenschap van type constante, klasse flash.events.Event | |
De constante Event.ADDED definieert de waarde van de eigenschap type van een added-gebeurtenisobject. | |
addedEffect — Effect, klasse mx.core.UIComponent | |
Played when the component is added as a child to a Container. | |
addedToStage — Gebeurtenis, klasse flash.display.DisplayObject | |
Wordt verzonden wanneer een weergaveobject direct of via toevoeging van een subboomstructuur die het weergaveobject bevat, aan het weergaveoverzicht van het werkgebied wordt toegevoegd. | |
ADDED_TO_STAGE — Statische eigenschap van type constante, klasse flash.events.Event | |
De constante Event.ADDED_TO_STAGE definieert de waarde van de eigenschap type van een addedToStage-gebeurtenisobject. | |
addElement — Gebeurtenis, klasse com.adobe.dct.component.toolbars.DDToolbar | |
Dispatched when the New Element button is clicked. | |
addElement(element:mx.core:IVisualElement) — methode, klasse mx.charts.Legend | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — methode, klasse mx.core.Container | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — methode, interface mx.core.IVisualElementContainer | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — methode, klasse mx.flash.ContainerMovieClip | |
Adds a visual element to this container. | |
addElement(element:mx.olap:IOLAPElement) — methode, interface mx.olap.IOLAPSet | |
Adds a new member to the set. | |
addElement(e:mx.olap:IOLAPElement) — methode, klasse mx.olap.OLAPSet | |
Adds a new member to the set. | |
addElement(element:mx.core:IVisualElement) — methode, klasse spark.components.Group | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — methode, klasse spark.components.Scroller | |
This operation is not supported in Scroller. | |
addElement(element:mx.core:IVisualElement) — methode, klasse spark.components.SkinnableContainer | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse mx.charts.Legend | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse mx.core.Container | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, interface mx.core.IVisualElementContainer | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse mx.flash.ContainerMovieClip | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse spark.components.Group | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse spark.components.Scroller | |
This operation is not supported in Scroller. | |
addElementAt(element:mx.core:IVisualElement, index:int) — methode, klasse spark.components.SkinnableContainer | |
Adds a visual element to this container. | |
addElements(elements:mx.collections:IList) — methode, interface mx.olap.IOLAPSet | |
Adds a list of members to the set. | |
addElements(members:mx.collections:IList) — methode, klasse mx.olap.OLAPSet | |
Adds a list of members to the set. | |
addEnabled — Eigenschap, klasse com.adobe.guides.spark.layouts.components.RepeaterLayoutHost | |
Whether or not the add button is enabled. | |
addEntry(url:String, policyFileURL:String) — methode, klasse fl.rsl.RSLInfo | |
Hiermee wordt een reeks URL's (RSL-bestanden en beleidsbestanden) toegevoegd. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse coldfusion.air.Session | |
Registers an event listener object with the Session object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse coldfusion.air.SyncManager | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse coldfusion.service.BasicService | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.consulting.pst.vo.Category | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.consulting.pst.vo.FlexConfiguration | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.consulting.pst.vo.Form | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.consulting.pst.vo.Letter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.BindingElement | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.DataDictionary | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.DataDictionaryElement | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.DataDictionaryReference | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.DataDictionarySearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.OperationInfo | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.OperationParameter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.dct.transfer.RemotingServiceInfo | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.taskmanagement.domain.TaskProperty | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.taskmanagement.util.CollectionToken | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.taskmanagement.util.ObjectToken | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.model.asset.AssetAction | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.model.search.SearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.search.SearchQuery | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.ep.ux.content.view.components.relationships.RelationshipVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.fiber.styles.Style | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.editors.managers.PreferencesManager | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.editors.model.FileModel | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.obj.FileData | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.CDMAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.ContainerLayout | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.DataDownload | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.DataModule | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Document | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.DocumentAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Field | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.FieldAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Folder | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.LDMAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.ModuleAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Portfolio | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Query | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Statement | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Table | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.TableColumnDetails | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.TargetArea | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.TargetAreaAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.User | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.Variable | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.VariableAssignment | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.render.ContextData | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.render.PDFResponseType | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icc.vo.render.ResolvedContent | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.icomm.assetplacement.controller.AttachmentLoader | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Statische methode , klasse com.adobe.icomm.assetplacement.model.PackageDefinitionLoader | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.assetmanager.client.model.AssetAction | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.assetmanager.client.model.SearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.assetmanager.client.model.SearchQuery | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.AuditLevel | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.CustomAttribute | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.Review | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.ReviewContext | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.ReviewSearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.ReviewTemplateReference | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.TemplateSearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.UserPreference | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.document.SupportingDocument | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.participant.BaseUser | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.reminder.Reminder | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.livecycle.rca.model.stage.AbstractStage | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse com.adobe.mosaic.mxml.Catalog | |
Overridden EventDispatcher addEventListener. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.domain.impl.Asset | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.domain.impl.TeamMember | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.vo.AbstractSearchFilterVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.vo.AssetVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.prm.vo.BaseEntityVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.domain.impl.Participant | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.domain.impl.Stage | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.domain.impl.User | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.presentation.util.FormatterUtil | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.vo.ReviewTemplateVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse com.adobe.solutions.rca.vo.StageTemplateVO | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.data.SQLConnection | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.desktop.NativeApplication | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.display.Stage | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.events.EventDispatcher | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, interface flash.events.IEventDispatcher | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.media.AVURLLoader | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.net.URLLoader | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.system.MessageChannel | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flash.system.Worker | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flashx.textLayout.elements.LinkElement | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse flashx.textLayout.elements.TextFlow | |
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.foundation.domain.Message | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.foundation.domain.Preference | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.foundation.domain.Principal | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.foundation.util.CollectionToken | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.foundation.util.ObjectToken | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.commands.AttachmentCommand | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.commands.InitiateFromStartTaskCommand | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.AttachmentInfo | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.Category | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.DocumentReference | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.Process | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.ProcessInstance | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.ProcessVariable | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.QueueBase | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.QueuesManager | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.ReaderSubmit | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchFilter | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchFilterAttribute | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchFilterCondition | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchFilterSort | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchTemplate | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchTemplateDescriptor | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.SearchTemplateDescriptors | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.Startpoint | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.TaskAttachmentInfo | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.domain.UserActionProperty | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse lc.procmgmt.impl.FavoritesManager | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.collections.ListCollectionView | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.containers.utilityClasses.PostScaleAdapter | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.data.DataStoreEventDispatcher | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — methode, klasse mx.data.DynamicManagedItem | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.data.ManagedRemoteService | |
Add an event listener to the service. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.olap.OLAPCube | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.utils.ObjectProxy | |
Registers an event listener object so that the listener receives notification of an event. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — methode, klasse mx.utils.OnDemandEventDispatcher | |
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
ADD_EVENT_LISTENER_REQUEST — Statische eigenschap van type constante, klasse mx.events.EventListenerRequest | |
Request to add an event listener. | |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — methode, klasse mx.automation.AutomationManager | |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — methode, interface mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable child applications in the current ApplicationDomain. | |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — methode, klasse mx.automation.AutomationManager | |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — methode, interface mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable parent applications in the current ApplicationDomain. | |
addExport(name:String) — methode, interface com.adobe.gravity.service.manifest.IInterfaceBuilder | |
Add a service export. | |
addExtendedPropertyRow(key:String, value:String, isKeyEditable:Boolean) — methode, klasse com.adobe.dct.view.DictionaryPropertiesView | |
Adds an extended property row in the PropertiesView. | |
addFaultHandler(handler:Function) — methode, interface com.adobe.ep.taskmanagement.util.IToken | |
Adds a fault handler for this asynchronous invocation. | |
addFaultHandler(handler:Function) — methode, klasse com.adobe.ep.taskmanagement.util.Token | |
Adds a fault handler for this asynchronous invocation. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.AggregatingToken | |
Add a handler to be called if the operation fails. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, interface com.adobe.gravity.utility.async.IToken | |
Add a handler to be called if the operation fails. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.ImmediateFaultToken | |
Add a handler to be called if the operation fails. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.ImmediateSuccessToken | |
Add a handler to be called if the operation fails. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.Token | |
Add a handler to be called if the operation fails. | |
addFaultHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.flex.async.AsyncTokenWrapper | |
Add a handler to be called if the operation fails. | |
addFaultHandler(fault:Function) — methode, interface com.adobe.icc.token.IAsyncToken | |
Adds a fault handler to this token. | |
addFaultHandler(fault:Function) — methode, interface com.adobe.livecycle.rca.token.IAsyncToken | |
Adds a fault handler to this token. | |
addFaultHandler(fault:Function) — methode, klasse com.adobe.livecycle.rca.token.RCAToken | |
Adds a fault handler to this token. | |
addFaultHandler(handler:Function) — methode, klasse lc.foundation.util.Token | |
Adds a fault handler for this asynchronous invocation. | |
ADD_FAVORITE — Statische eigenschap van type constante, klasse lc.procmgmt.ui.startpoint.StartpointEvent | |
A special value that specifies that an startpoint was added to the favorites list. | |
addFilterPropertyArray(index:int, name:String, values:Array, startFrame:int, endFrame:int) — methode, klasse fl.motion.MotionBase | |
Hiermee wordt een filtereigenschap voor een Motion-object gewijzigd in alle corresponderende hoofdframes. | |
addFirst(p:mx.automation:AutomationIDPart) — methode, klasse mx.automation.AutomationID | |
Adds a parts to the front of the id. | |
ADD_FOCUS_MANAGER — Statische eigenschap van type constante, klasse mx.events.FlexEvent | |
The FlexEvent.ADD_FOCUS_MANAGER constant defines the value of the type property of the event object for an addFocusManager event. | |
addFormat(format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Statische methode , klasse flashx.textLayout.conversion.TextConverter | |
Registreer een nieuwe indeling voor importeren/exporteren. | |
addFormatAt(index:int, format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Statische methode , klasse flashx.textLayout.conversion.TextConverter | |
Registreer een nieuwe indeling voor importeren/exporteren op de opgegeven locatie. | |
addFunction(inExpr:String, actual:String) — methode, klasse com.adobe.solutions.exm.runtime.impl.SimpleFunctionMapper | |
Adds a new local function mapping. | |
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Statische methode , klasse mx.skins.halo.HaloColors | |
Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges. | |
addHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.HandlerHolder | |
Add a handler function. | |
addHandler(handler:Function, format:String) — methode, klasse mx.core.DragSource | |
Adds a handler that is called when data for the specified format is requested. | |
addHandler(name:String, handler:Function, priority:int) — methode, klasse org.osmf.net.NetClient | |
Adds a handler for the specified callback name. | |
addHandlers(token:com.adobe.gravity.utility.async:IToken, successHandler:Function, faultHandler:Function, weakReference:Boolean) — Pakketfunctie, com.adobe.gravity.utility.async | |
A convenience function for adding a success and fault handler without declaring a local variable. | |
addHandlers(resultHandler:Function, faultHandler:Function) — methode, interface com.adobe.ep.taskmanagement.util.IToken | |
Adds a result and fault handler for this asynchronous invocation. | |
addHandlers(resultHandler:Function, faultHandler:Function) — methode, klasse com.adobe.ep.taskmanagement.util.Token | |
Adds a result and fault handler for this asynchronous invocation. | |
addHandlers(success:Function, fault:Function) — methode, interface com.adobe.icc.token.IAsyncToken | |
Adds a success and a fault handler to this token. | |
addHandlers(success:Function, fault:Function) — methode, interface com.adobe.livecycle.rca.token.IAsyncToken | |
Adds success and fault handlers to this token. | |
addHandlers(success:Function, fault:Function) — methode, klasse com.adobe.livecycle.rca.token.RCAToken | |
Adds success and fault handlers to this token. | |
addHandlers(resultHandler:Function, faultHandler:Function) — methode, klasse lc.foundation.util.Token | |
Adds a result and fault handler for this asynchronous invocation. | |
addHaveObjects(startIndex:Number, endIndex:Number) — methode, klasse flash.net.NetGroup | |
Hiermee worden objecten van startIndex tot en met endIndex toegevoegd aan de set met objecten die door dit knooppunt bij buurknooppunten worden aangeduid als objecten waarvoor het knooppunt aanvragen accepteert. | |
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — methode, klasse flash.net.NetConnection | |
Voegt een contextheader toe aan de AMF-pakketstructuur (Action Message Format). | |
addHeader(header:Object) — methode, klasse mx.rpc.soap.AbstractWebService | |
Adds a header that will be applied to all operations of this web service. | |
addHeader(header:Object) — methode, klasse mx.rpc.soap.Operation | |
Adds a header that is applied only to this Operation. | |
addImplementationClassName(className:String) — methode, klasse mx.automation.AutomationClass | |
Add Flex class names which match this class description. | |
addImport(name:String) — methode, interface com.adobe.gravity.service.manifest.IBundleBuilder | |
Add a service import. | |
addImport(name:String) — methode, interface com.adobe.gravity.service.manifest.IInterfaceBuilder | |
Add a service import. | |
addingService(reference:com.adobe.gravity.framework:IServiceReference) — methode, interface com.adobe.gravity.tracker.IServiceTrackerCustomizer | |
Called when a new service appears that is to be tracked. | |
addingService(reference:com.adobe.gravity.framework:IServiceReference) — methode, klasse com.adobe.gravity.tracker.ServiceTracker | |
Called when a new service appears that is to be tracked. | |
addInlineGraphicElement(parent:flash.display:DisplayObjectContainer, inlineGraphicElement:flash.display:DisplayObject, index:int) — methode, klasse flashx.textLayout.container.ContainerController | |
Voegt een flash.display.DisplayObject-object toe als een onderliggend element. | |
addIPMulticastAddress(address:String, port:any, source:String) — methode, klasse flash.net.GroupSpecifier | |
Hiermee wordt de gekoppelde NetStream of NetGroup lid van de opgegeven IP-multicastgroep en luistert deze naar de opgegeven UDP-poort. | |
addItem(group:spark.components:Group, itemFactory:mx.core:IFactory) — methode, interface com.adobe.guides.spark.layouts.components.ILayoutComponent | |
instantiate the itemFactory and add it to the specified group | |
addItem(group:spark.components:Group, itemFactory:mx.core:IFactory) — methode, klasse com.adobe.guides.spark.layouts.components.LayoutHostBase | |
instantiate the itemFactory and add it to the specified group | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.document.DocumentCollection | |
Overrides the addItem() method for ArrayCollection. | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Overrides the addItem() method of ArrayCollection. | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.participant.ModeratorCollection | |
Overrides the addItem() method of ArrayCollection. | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.participant.ReviewerCollection | |
Overrides the addItem() method of ArrayCollection. | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.reminder.ReminderCollection | |
Overrides the addItem() method of ArrayCollection. | |
addItem(item:Object) — methode, klasse com.adobe.livecycle.rca.model.stage.StageCollection | |
Overrides the addItem() method of the ArrayCollection. | |
addItem(item:Object) — methode, klasse fl.controls.ComboBox | |
Hiermee wordt een item aan het einde van de lijst met items toegevoegd. | |
addItem(item:Object) — methode, klasse fl.controls.SelectableList | |
Hiermee wordt een item aan het einde van de lijst met items toegevoegd. | |
addItem(item:Object) — methode, klasse fl.data.DataProvider | |
Hiermee wordt een item aan het einde van de gegevensaanbieder toegevoegd. | |
addItem(item:flash.display:NativeMenuItem) — methode, klasse flash.display.NativeMenu | |
Voegt een menu-item onder aan het menu toe. | |
addItem(item:Object) — methode, klasse mx.collections.ArrayList | |
Add the specified item to the end of the list. | |
addItem(item:Object) — methode, klasse mx.collections.AsyncListView | |
Adds the specified item to the end of the list. | |
addItem(item:Object) — methode, interface mx.collections.IList | |
Adds the specified item to the end of the list. | |
addItem(item:Object) — methode, klasse mx.collections.ListCollectionView | |
Adds the specified item to the end of the list. | |
addItem(item:org.osmf.media:MediaFactoryItem) — methode, klasse org.osmf.media.MediaFactory | |
Adds the specified MediaFactoryItem to the factory. | |
addItem(item:org.osmf.net.metrics:MetricFactoryItem) — methode, klasse org.osmf.net.metrics.MetricFactory | |
Adds the specified MetricFactoryItem to the factory. | |
addItem(item:Object) — methode, klasse spark.collections.NumericDataProvider | |
This function is not supported. | |
addItem(item:Object) — methode, klasse spark.components.TabbedViewNavigator | |
Add the specified view navigator to the end of the list. | |
AddItemAction — klasse, pakket mx.effects | |
The AddItemAction class defines an action effect that determines when the item renderer appears in the control for an item being added to a list-based control, such as List or TileList, or for an item that replaces an existing item in the control. | |
AddItemAction(target:Object) — Constructor, klasse mx.effects.AddItemAction | |
Constructor. | |
AddItemActionInstance — klasse, pakket mx.effects.effectClasses | |
The AddItemActionInstance class implements the instance class for the AddItemAction effect. | |
AddItemActionInstance(target:Object) — Constructor, klasse mx.effects.effectClasses.AddItemActionInstance | |
Constructor. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.document.DocumentCollection | |
Overrides the addItemAt() method for ArrayCollection. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Overrides the addItemAt() method for ArrayCollection. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ModeratorCollection | |
Overrides the addItemAt() method of ArrayCollection. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ReviewerCollection | |
Overrides the addItemAt() method of ArrayCollection. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.reminder.ReminderCollection | |
Overrides the addItemAt() method of ArrayCollection. | |
addItemAt(item:Object, index:int) — methode, klasse com.adobe.livecycle.rca.model.stage.StageCollection | |
Overrides the addItemAt() method of the ArrayCollection. | |
addItemAt(item:Object, index:uint) — methode, klasse fl.controls.ComboBox | |
Hiermee wordt een item bij de opgegeven index aan de lijst met items toegevoegd. | |
addItemAt(item:Object, index:uint) — methode, klasse fl.controls.SelectableList | |
Hiermee wordt een item bij de opgegeven index aan de lijst met items toegevoegd. | |
addItemAt(item:Object, index:uint) — methode, klasse fl.data.DataProvider | |
Hiermee wordt een nieuw item aan de gegevensaanbieder bij de opgegeven index toegevoegd. | |
addItemAt(item:flash.display:NativeMenuItem, index:int) — methode, klasse flash.display.NativeMenu | |
Voegt een menu-item op de opgegeven positie in. | |
addItemAt(item:flash.display:NativeMenuItem, index:int) — methode, klasse flash.ui.ContextMenu | |
Voegt een menu-item onder aan het menu toe. | |
addItemAt(item:Object, index:int) — methode, klasse mx.collections.ArrayList | |
Add the item at the specified index. | |
addItemAt(item:Object, index:int) — methode, klasse mx.collections.AsyncListView | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — methode, interface mx.collections.IList | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — methode, klasse mx.collections.ListCollectionView | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — methode, klasse spark.collections.NumericDataProvider | |
This function is not supported. | |
addItemAt(item:Object, index:int) — methode, klasse spark.components.TabbedViewNavigator | |
Add the view navigator at the specified index. | |
addItems(oItems:Array, oContainers:Array, nStartTabIndex:int, nTabIncrement:int, oAreaContainer:spark.components:Group) — methode, klasse com.adobe.guides.spark.layouts.components.AlignmentArea | |
Add items to an alignment area obeying "keepWithPrevious" settings. | |
addItems(items:Object) — methode, klasse fl.data.DataProvider | |
Hiermee worden meerdere items aan het einde van de DataProvider toegevoegd en wordt een gebeurtenis DataChangeType.ADD verzonden. | |
AddItems — klasse, pakket mx.states | |
Documentation is not currently available. | |
AddItems() — Constructor, klasse mx.states.AddItems | |
Constructor. | |
addItemsAt(items:Object, index:uint) — methode, klasse fl.data.DataProvider | |
Hiermee worden diverse items bij de opgegeven index aan de gegevensaanbieder toegevoegd en wordt een gebeurtenis DataChangeType.ADD verzonden. | |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — methode, interface com.adobe.guides.spark.layouts.components.ILayoutComponent | |
instantiate the itemFactories and add them to the specified group. | |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — methode, klasse com.adobe.guides.spark.layouts.components.LayoutHostBase | |
instantiate the itemFactories and add them to the specified group. | |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — methode, klasse com.adobe.guides.spark.layouts.components.RepeaterLayoutHost | |
instantiate the itemFactories and add them to the specified group. | |
addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int, tabIncrement:int) — methode, interface com.adobe.guides.spark.layouts.components.ILayoutComponent | |
Add items alternating between the specified groups, incremented the tab indexes. | |
addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int, tabIncrement:int) — methode, klasse com.adobe.guides.spark.layouts.components.LayoutHostBase | |
Add items alternating between the specified groups, incremented the tab indexes. | |
addItemToCollectionOperation — Eigenschap, klasse mx.data.ManagedQuery | |
These addItemToCollectionOperation() and removeItemFromCollectionOperation() methods are optional operations which let you define a function to be invoked as an item is added to or removed from a collection. | |
additionalColumnListDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.fragment.FragmentTableConfigPanel | |
A skin part that defines the list having additional column properties A skin part that defines the list having additional column properties | |
additionalEditOptions — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.rte.IccRichTextControlToolbar | |
Fetches the array of Edit Options. | |
additionalMetadata — Eigenschap, interface com.adobe.solutions.rca.domain.IParticipant | |
This property can be used to store additional metadata, while extending the application. | |
additionalMetadata — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewContext | |
Any review-specific data can be preserved in this field. | |
additionalMetadata — Eigenschap, interface com.adobe.solutions.rca.domain.IStage | |
This property can be used to store additional metadata while extending the application. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Participant | |
This property can be used to store additional metadata, while extending the application. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Any review-specific data can be preserved in this field. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Stage | |
This property can be used to store additional metadata while extending the application. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.vo.ParticipantVO | |
This property can be used to store additional metadata, while extending the application. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewContextVO | |
Any review specific data can be preserved in this field. | |
additionalMetadata — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewStageVO | |
This property can be used to store additional metadata, while extending the application. | |
additionalMetaData — Eigenschap, klasse com.adobe.livecycle.rca.model.ReviewContext | |
Specifies any data specific to this review to save. | |
additionalMetaData — Eigenschap, klasse com.adobe.livecycle.rca.model.participant.AbstractParticipant | |
Specifies additional metadata when you extend the application. | |
additionalMetaData — Eigenschap, klasse com.adobe.livecycle.rca.model.stage.AbstractStage | |
Stores additional metadata when the application is extended. | |
additionalTableColumns — Eigenschap, klasse com.adobe.icc.vo.Table | |
Table column details for all the columns inside the table. | |
addKeyframe(newKeyframe:fl.motion:KeyframeBase) — methode, klasse fl.motion.MotionBase | |
Hiermee wordt een hoofdframeobject aan de instantie Motion toegevoegd. | |
addKeyPair(key:String, value:String) — methode, klasse com.adobe.icc.external.dc.InvokeParams | |
Adds an entry to the ddkeMap for the specified key/value pair. | |
addLast(p:mx.automation:AutomationIDPart) — methode, klasse mx.automation.AutomationID | |
Adds a parts to the end of the id. | |
addLayer(value:mx.core:DesignLayer) — methode, klasse mx.core.DesignLayer | |
Adds a DesignLayer child to this layer. | |
addLayoutCompleteSynchronization() — methode, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | |
addLayoutCompleteSynchronization() — methode, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Sets up a automation synchronization with layout manager update complete event. | |
addLineForReuse(textLine:flash.text.engine:TextLine) — Statische methode , klasse flashx.textLayout.compose.TextLineRecycler | |
Voeg een TextLine toe aan de groep voor hergebruik. | |
addListenerHandler() — methode, klasse mx.validators.Validator | |
Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
addListenerHandler() — methode, klasse spark.validators.supportClasses.GlobalizationValidatorBase | |
Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
addLoader(bundleLoaderFactory:com.adobe.gravity.service.bundleloader:IBundleLoaderFactory, configuration:XML) — methode, interface com.adobe.gravity.service.manifest.IBundleBuilder | |
Add a bundle loader factory for loading the bundle. | |
addLocalUser(projectId:String, user:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, interface com.adobe.solutions.prm.service.IProjectManagementCoreService | |
This function adds a local user to a project. | |
addLocalUser(projectId:String, user:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, klasse com.adobe.solutions.prm.services.impl.ProjectManagementCoreService | |
This function adds a local user to a project. | |
addLogger(logger:mx.logging:ILogger) — methode, klasse mx.logging.AbstractTarget | |
Sets up this target with the specified logger. | |
addLogger(logger:mx.logging:ILogger) — methode, interface mx.logging.ILoggingTarget | |
Sets up this target with the specified logger. | |
addManagedOperation(mop:mx.data:ManagedOperation) — methode, klasse mx.data.RPCDataManager | |
Adds a managed operation to the set managed by this data manager. | |
addMarker(marker:org.osmf.metadata:TimelineMarker) — methode, klasse org.osmf.metadata.TimelineMetadata | |
Adds the specified TimelineMarker to this object. | |
addMediaElement(element:org.osmf.media:MediaElement) — methode, interface org.osmf.containers.IMediaContainer | |
Adds a MediaElement instance to the container. | |
addMediaElement(element:org.osmf.media:MediaElement) — methode, klasse org.osmf.containers.MediaContainer | |
Adds a MediaElement instance to the container. | |
addMember(s:mx.olap:IOLAPMember) — methode, interface mx.olap.IOLAPQueryAxis | |
Adds a single member to the query axis. | |
addMember(member:mx.olap:IOLAPElement) — methode, interface mx.olap.IOLAPTuple | |
Adds a new member to the tuple. | |
addMember(m:mx.olap:IOLAPMember) — methode, klasse mx.olap.OLAPQueryAxis | |
Adds a single member to the query axis. | |
addMember(element:mx.olap:IOLAPElement) — methode, klasse mx.olap.OLAPTuple | |
Adds a new member to the tuple. | |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This remote operation adds a member to the collection and submits the change to the server. | |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
This remote operation adds a member to the collection and submits the change to the server. | |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — methode, interface com.adobe.solutions.rca.domain.common.IMemberCollection | |
This remote operation adds a member to the collection and submits the change to the server. | |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
This remote operation adds a member to the collection and submits the change to the server. | |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — methode, klasse com.adobe.solutions.rca.domain.impl.Stage | |
This remote operation adds a member to the collection and submits the change to the server. | |
addMemberHint(peerID:String) — methode, klasse flash.net.NetGroup | |
Hiermee wordt handmatig een record toegevoegd waarin staat dat peerID een lid is van de groep. | |
addMembers(value:mx.collections:IList) — methode, interface mx.olap.IOLAPTuple | |
Adds a list of members to the tuple. | |
addMembers(value:mx.collections:IList) — methode, klasse mx.olap.OLAPTuple | |
Adds a list of members to the tuple. | |
addMenuItem(obj:flash.display:InteractiveObject, url:String, hideBuiltIns:Boolean) — Statische methode , klasse com.adobe.viewsource.ViewSource | |
Adds a "View Source" context menu item to the context menu of the given object. | |
addMessageListener(namespace:String, name:String, handler:Function) — methode, interface com.adobe.mosaic.om.interfaces.IMessageBus | |
Adds a listener for a namespace and name combination. | |
addMetadata(namespaceURL:String, metadata:org.osmf.metadata:Metadata) — methode, klasse org.osmf.media.MediaElement | |
Adds a Metadata object to this MediaElement under the specified namespace URL. | |
addMetadataValue(namespaceURL:String, value:Object) — methode, klasse org.osmf.media.MediaResourceBase | |
Adds a metadata value to this resource. | |
addModerator(moderator:com.adobe.livecycle.rca.model.participant:Moderator) — methode, klasse com.adobe.livecycle.rca.model.participant.ModeratorCollection | |
Adds items of type Moderator to the collection. | |
addModeratorAt(moderator:com.adobe.livecycle.rca.model.participant:Moderator, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ModeratorCollection | |
Adds items of type Moderator to the collection. | |
addModuleAssignment(value:com.adobe.icc.editors.model:ModuleAssignmentModel, addAt:int) — methode, klasse com.adobe.icc.editors.model.TargetAreaAssignmentModel | |
Adds a module assignment to this target area assignment object. | |
addModuleInstance(moduleInstance:com.adobe.icc.dc.domain:IModuleInstance) — methode, klasse com.adobe.icc.dc.domain.VariableInstance | |
Add the given moduleInstance to this VariableInstance, as a source of the associated Variable. | |
addMotionPath(newMotionPath:spark.effects.animation:MotionPath, newEffectStartTime:Number) — methode, klasse spark.effects.supportClasses.AnimateTransformInstance | |
Adds a MotionPath object to the set of MotionPath objects in this instance, with the start time relative to the outermost parent effect. | |
addMouseClickHandlerToExistingRenderers() — methode, klasse spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — methode, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — methode, klasse spark.automation.delegates.components.supportClasses.SparkGroupBaseAutomationImpl | |
addNamespace(ns:Object) — methode, klasse XML | |
Voegt een naamruimte toe aan de verzameling naamruimten binnen bereik voor het XML-object. | |
addNeighbor(peerID:String) — methode, klasse flash.net.NetGroup | |
Hiermee wordt een buur handmatig toegevoegd door onmiddellijk een directe verbinding te maken met de opgegeven peerID, die al lid moet zijn van deze groep. | |
addNewAsset() — methode, klasse com.adobe.solutions.prm.presentation.asset.AssetPod | |
This method adds a new asset. | |
addNote(taskId:String, title:String, note:String, attachmentPermissions:lc.procmgmt.domain:AttachmentPermissions) — methode, interface lc.procmgmt.ITaskManager | |
Adds a note to a task item. | |
addNote(title:String, note:String, permissions:lc.procmgmt.domain:AttachmentPermissions) — methode, klasse lc.procmgmt.domain.Task | |
Adds a note to the task. | |
addNote() — methode, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
Adds the title and note properties to the current Task object, with the specified AttachmentPermissions object set. | |
ADD_NOTE_COMPLETE — Statische eigenschap van type constante, klasse lc.foundation.events.ObjectResultEvent | |
A special value that specifies notes were added to a task. | |
addObject(obj:mx.core:IUIComponent, scaleType:String) — methode, klasse mx.printing.FlexPrintJob | |
Adds a UIComponent object to the list of objects being printed. | |
addOfflineItem(item:Object) — methode, klasse mx.data.DataServiceOfflineAdapter | |
Adds the specified offline item to the localStore. | |
addOfflineItem(item:Object) — methode, klasse mx.data.SQLiteOfflineAdapter | |
Adds the specified offline item to the localStore. | |
addOneShotEventListener(dispatcher:flash.events:IEventDispatcher, type:String, listener:Function, useCapture:Boolean, priority:int) — Pakketfunctie, com.adobe.gravity.utility.events | |
Add an event listener to the specified event dispatcher ensuring that it will only fire once. | |
addOneShotEventListener(dispatcher:flash.events:IEventDispatcher, type:String, listener:Function, useCapture:Boolean, priority:int) — Pakketfunctie, lc.foundation.util | |
Add an event listener to the specified event dispatcher ensuring that it will only fire once. | |
addOperation(operation:flashx.textLayout.operations:FlowOperation) — methode, klasse flashx.textLayout.operations.CompositeOperation | |
Voegt een extra bewerking toe aan het einde van de lijst. | |
addOperationParameterButton — Skinonderdelen , klasse com.adobe.dct.view.DictionaryServiceView | |
A skin part that defines a Button which adds an operation parameter. A skin part that defines a Button which adds an operation parameter. | |
addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — methode, klasse flash.printing.PrintJob | |
Verzendt het opgegeven Sprite-object als een enkele pagina naar de afdrukspooler. | |
addPage() — methode, klasse ga.model.PanelManager | |
If the panel is allowed to repeat, this method adds a new panel after the current panel. | |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IPanel | |
Adds a Panel to the Panel. | |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IShell | |
Adds a Panel to the shell. | |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IView | |
Adds a Panel to the View. | |
addPanelButton — Skinonderdelen , klasse com.adobe.guides.spark.wrappers.components.StandardWrapperHost | |
The add panel button skin part. The add panel button skin part. | |
AddPanelButton — klasse, pakket ga.controls | |
The AddPanelButton class defines the Add Panel Button component, which adds a new instance of a repeating panel to a list of panels contained within a section. | |
AddPanelEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AddPanelEvent class defines a transient notification of adding a Panel. | |
AddPanelEvent(type:String, panelNode:com.adobe.mosaic.om.interfaces:IPanel, msg:String) — Constructor, klasse com.adobe.mosaic.om.events.AddPanelEvent | |
Constructor. | |
addParams(func:Function, ... rest) — Pakketfunctie, com.adobe.gravity.utility.async | |
Create an adapter function that calls the provided function with the provided parameters, appending any parameters passed in when it is invoked. | |
addParams(func:Function, ... rest) — Pakketfunctie, lc.foundation.util | |
Create an adapter function that calls the provided function with the provided parameters, appending any parameters passed in when it is invoked. | |
addParticipant(participant:com.adobe.solutions.rca.domain:IStageParticipant) — methode, interface com.adobe.solutions.rca.domain.IStage | |
Adds a participant at the end of the list of participants for this stage. | |
addParticipant(participant:com.adobe.solutions.rca.domain:IStageParticipant) — methode, klasse com.adobe.solutions.rca.domain.impl.Stage | |
Adds a participant at the end of the list of participants for this stage. | |
addParticipantAt(participant:com.adobe.solutions.rca.domain:IStageParticipant, index:int) — methode, interface com.adobe.solutions.rca.domain.IStage | |
Adds a participant at the end of the list of participants for this stage. | |
addParticipantAt(participant:com.adobe.solutions.rca.domain:IStageParticipant, index:int) — methode, klasse com.adobe.solutions.rca.domain.impl.Stage | |
Adds a participant at the end of the list of participants for this stage. | |
addParticipantToStage(reviewId:String, stageNo:int, stageParticipant:com.adobe.solutions.rca.vo:StageParticipantVO) — methode, interface com.adobe.solutions.rca.service.IReviewCommentingAndApproval | |
This operation adds a new non-moderator participant in an ongoing creation, review, or approval stage. | |
addParticipantToStage(reviewId:String, stageNo:int, stageParticipant:com.adobe.solutions.rca.vo:StageParticipantVO) — methode, klasse com.adobe.solutions.rca.services.impl.ReviewCommentingAndApproval | |
This operation adds a new non-moderator participant in an ongoing creation, review, or approval stage. | |
addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String, moduleFactory:mx.core:IFlexModuleFactory) — Statische methode , klasse mx.managers.PopUpManager | |
Pops up a top-level window. | |
ADD_POP_UP_PLACE_HOLDER_REQUEST — Statische eigenschap van type constante, klasse mx.events.SWFBridgeRequest | |
Adds a placeholder for a pop up window hosted by a child SystemManager. | |
ADD_POP_UP_REQUEST — Statische eigenschap van type constante, klasse mx.events.SWFBridgeRequest | |
Adds a popup on the targeted application. | |
addPosition(p:mx.olap:IOLAPAxisPosition) — methode, klasse mx.olap.OLAPResultAxis | |
Adds a position to the axis of the query result. | |
addPostLoadAction(action:Function) — methode, interface com.adobe.gravity.service.manifest.IManifestParseContext | |
Add a post-load action. | |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — methode, interface mx.core.IFlexModuleFactory | |
Adds an RSL to the preloadedRSLs list. | |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — methode, klasse mx.managers.SystemManager | |
Adds an RSL to the preloadedRSLs list. | |
addProject(prj:com.adobe.solutions.prm.domain:IProject) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This method adds a project to a collection of projects. | |
addProject(project:com.adobe.solutions.prm.domain:IProject) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This method adds a project to a collection of projects. | |
addProject(projectId:String, childProject:com.adobe.solutions.prm.vo:ProjectVO) — methode, interface com.adobe.solutions.prm.service.IProjectManagementCoreService | |
This function adds or creates a sub-project within an existing project. | |
addProject(projectId:String, childProject:com.adobe.solutions.prm.vo:ProjectVO) — methode, klasse com.adobe.solutions.prm.services.impl.ProjectManagementCoreService | |
This function adds or creates a sub-project within an existing project. | |
addProjectAndSave(project:com.adobe.solutions.prm.domain:IProject) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This remote operation adds a sub-project to the current project and updates it on the server. | |
addProjectAndSave(project:com.adobe.solutions.prm.domain:IProject) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This remote operation adds a sub-project to the current project and updates it on the server. | |
addPropertiesIcon — Skinonderdelen , klasse com.adobe.dct.view.PropertyContainer | |
A skin part that defines SkinnableComponent which adds extended property to the data dictionary element. A skin part that defines SkinnableComponent which adds extended property to the data dictionary element. | |
addPropertyArray(name:String, values:Array, startFrame:int, endFrame:int) — methode, klasse fl.motion.MotionBase | |
Slaat een array van waarden op in overeenkomstige hoofdframes voor een gedeclareerde eigenschap van de klasse Motion. | |
addQuads — Eigenschap, klasse coldfusion.service.mxml.Pdf | |
Add the position or quadrants of the thumbnail | |
addRadioButton(radioButton:fl.controls:RadioButton) — methode, klasse fl.controls.RadioButtonGroup | |
Hiermee wordt een keuzerondje aan de interne array van keuzerondjes toegevoegd voor het indexeren van een groep keuzerondjes om één keuzerondje in een groep keuzerondjes te kunnen selecteren. | |
addRawModule(dataModule:com.adobe.icc.vo:DataModule, position:int) — methode, klasse com.adobe.icc.dc.domain.ListModuleInstance | |
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | |
addRawModule(dataModule:com.adobe.icc.vo:DataModule, position:int) — methode, klasse com.adobe.icc.dc.domain.TargetInstance | |
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | |
addRef(applicationDomain:flash.system:ApplicationDomain) — methode, interface com.adobe.gravity.framework.IApplicationDomainManager | |
Increment the reference count on the ApplicationDomain. | |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This method adds a reference document to a collection of referenceDocuments. | |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, interface com.adobe.solutions.prm.domain.IWorkItem | |
This method adds a reference document to the referenceDocuments collection. | |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This method adds a reference document to a collection of referenceDocuments. | |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
This method adds a reference document to the referenceDocuments collection. | |
addReminder(reminder:com.adobe.livecycle.rca.model.reminder:Reminder) — methode, klasse com.adobe.livecycle.rca.model.reminder.ReminderCollection | |
Adds items of type Reminder to the collection. | |
addReminderAt(reminder:com.adobe.livecycle.rca.model.reminder:Reminder, index:int) — methode, klasse com.adobe.livecycle.rca.model.reminder.ReminderCollection | |
Adds items of type Reminder to the collection. | |
AddRemoveEffectTargetFilter — klasse, pakket mx.effects.effectClasses | |
AddRemoveEffectTargetFilter is a subclass of EffectTargetFilter that handles the logic for filtering targets that have been added or removed as children to a container. | |
AddRemoveEffectTargetFilter() — Constructor, klasse mx.effects.effectClasses.AddRemoveEffectTargetFilter | |
Constructor. | |
addResource(ns:Namespace, resource:Object) — methode, klasse mx.rpc.xml.QualifiedResourceManager | |
Adds a resource to a potential Array of resources for a given namespace. | |
addResourceBundle(resourceBundle:mx.resources:IResourceBundle, useWeakReference:Boolean) — methode, interface mx.resources.IResourceManager | |
Adds the specified ResourceBundle to the ResourceManager so that its resources can be accessed by ResourceManager methods such as getString(). | |
addResources(lang:String, res:Object) — methode, klasse air.update.ApplicationUpdaterUI | |
Er wordt dynamisch een nieuwe bronnenbundel toegevoegd voor de opgegeven taal. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse coldfusion.air.SessionToken | |
addResponder adds a responder to an Array of responders. | |
addResponder(responder:mx.rpc:IResponder) — methode, interface com.adobe.ep.taskmanagement.util.IToken | |
Adds an object to handle the result or failure for an asynchronous invocation. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse com.adobe.ep.taskmanagement.util.Token | |
Adds an object to handle the result or failure for an asynchronous invocation. | |
addResponder(responder:mx.rpc:IResponder) — methode, interface com.adobe.icc.token.IAsyncToken | |
Adds a responder to this token. | |
addResponder(responder:mx.rpc:IResponder) — methode, interface com.adobe.livecycle.rca.token.IAsyncToken | |
Adds a responder to this token. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse com.adobe.livecycle.rca.token.RCAToken | |
Adds a responder to this token. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse lc.foundation.util.Token | |
Adds an object to handle the result or failure for an asynchronous invocation. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse mx.collections.errors.ItemPendingError | |
addResponder adds a responder to an Array of responders. | |
addResponder(responder:mx.rpc:IResponder) — methode, klasse mx.rpc.AsyncToken | |
Adds a responder to an Array of responders. | |
address — Eigenschap, klasse flash.net.InterfaceAddress | |
Het Internet Protocol (IP)-adres. | |
address — Eigenschap, klasse flash.net.dns.AAAARecord | |
Het IPv6-adres. | |
address — Eigenschap, klasse flash.net.dns.ARecord | |
Het IPv4-adres. | |
address — Eigenschap, klasse lc.foundation.domain.User | |
Deprecated Since Workspace 10: Please use the postalAddress property. | |
addressedTo — Eigenschap, klasse com.adobe.solutions.prm.vo.MessageVO | |
Defines the addressed-to field for a message. | |
addresses — Eigenschap, klasse flash.net.NetworkInterface | |
De lijst met adressen die aan deze netwerkinterface verbonden zijn. | |
addResultHandler(handler:Function) — methode, interface com.adobe.ep.taskmanagement.util.IToken | |
Adds a result handler for this asynchronous invocation. | |
addResultHandler(handler:Function) — methode, klasse com.adobe.ep.taskmanagement.util.Token | |
Adds a result handler for this asynchronous invocation. | |
addResultHandler(handler:Function) — methode, klasse lc.foundation.util.Token | |
Adds a result handler for this asynchronous invocation. | |
addReviewer(reviewer:com.adobe.livecycle.rca.model.participant:Reviewer) — methode, klasse com.adobe.livecycle.rca.model.participant.ReviewerCollection | |
Adds items of type Reviewer to the collection. | |
addReviewer(reviewId:String, stageNo:int, domain:String, canonicalName:String, isOptional:Boolean) — methode, interface com.adobe.livecycle.rca.service.core.IReviewCommentingAndApprovalService | |
Adds a reviewer to a stage of an ongoing review. | |
addReviewer(reviewId:String, stageNo:int, domain:String, canonicalName:String, isOptional:Boolean) — methode, klasse com.adobe.livecycle.rca.service.core.delegate.ReviewCommentingAndApprovalService | |
Adds a reviewer to a stage of an ongoing review. | |
ADD_REVIEWER — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.OperationType | |
This operation adds a reviewer to a review stage. | |
addReviewerAt(reviewer:com.adobe.livecycle.rca.model.participant:Reviewer, index:int) — methode, klasse com.adobe.livecycle.rca.model.participant.ReviewerCollection | |
Adds items of type Reviewer to the collection. | |
AddReviewStageParticipant — klasse, pakket com.adobe.solutions.rca.presentation | |
The host component for dialog used to adding participants to an review stage. | |
AddReviewStageParticipant() — Constructor, klasse com.adobe.solutions.rca.presentation.AddReviewStageParticipant | |
The constructor for AddReviewStageParticipant class. | |
addReviewStageParticipantPanel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.AddReviewStageParticipant | |
The skin part that defines the Panel where the content of AddReviewParticipant get pushed into and laid out. The skin part that defines the Panel where the content of AddReviewParticipant get pushed into and laid out. | |
ADD_ROW — Statische eigenschap van type constante, klasse spark.events.GridSelectionEventKind | |
Indicates that this row should be added to the current selection. | |
addRSLInfo(info:fl.rsl:RSLInfo) — methode, klasse fl.rsl.RSLPreloader | |
Voegt een beschrijvend RSLInfo-record toe aan het SWF- of SWZ-bestand dat wordt gedownload. | |
addScrollers(chilArray:Array) — methode, klasse spark.automation.delegates.components.SparkDataGridAutomationImpl | |
private | |
addScrollers(chilArray:Array) — methode, klasse spark.automation.delegates.components.SparkSkinnableDataContainerAutomationImpl | |
addScrollers(chilArray:Array) — methode, klasse spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
private | |
addSection() — methode, klasse ga.model.PanelManager | |
If the section is repeatable, this method adds a new section after the current section. | |
addSelectedCell(rowIndex:int, columnIndex:int) — methode, klasse spark.components.DataGrid | |
If selectionMode is GridSelectionMode.SINGLE_CELL or GridSelectionMode.MULTIPLE_CELLS, adds the cell to the selection and sets the caret position to the cell. | |
addSelectedCell(rowIndex:int, columnIndex:int) — methode, klasse spark.components.Grid | |
If selectionMode is GridSelectionMode.SINGLE_CELL or GridSelectionMode.MULTIPLE_CELLS, adds the cell to the selection and sets the caret position to the cell. | |
addSelectedIndex(rowIndex:int) — methode, klasse spark.components.DataGrid | |
If selectionMode is GridSelectionMode.MULTIPLE_ROWS, adds this row to the selection and sets the caret position to this row. | |
addSelectedIndex(rowIndex:int) — methode, klasse spark.components.Grid | |
If selectionMode is GridSelectionMode.MULTIPLE_ROWS, adds this row to the selection and sets the caret position to this row. | |
addSelectionContainer(selectionContainer:flash.display:DisplayObjectContainer) — methode, klasse flashx.textLayout.container.ContainerController | |
Voegt een flash.display.DisplayObjectContainer-object toe waaraan selectievormen (zoals blokselectiemarkering, cursor enzovoort) worden toegevoegd. | |
addService(service:com.adobe.mosaic.om.interfaces:IService, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IShell | |
Adds a service to this shell. | |
AddServiceEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AddServiceEvent is dispatched when a service is added to the composite application. | |
AddServiceEvent(type:String, serviceNode:com.adobe.mosaic.om.interfaces:IService, msg:String) — Constructor, klasse com.adobe.mosaic.om.events.AddServiceEvent | |
Constructor. | |
addServiceEventFailure — Gebeurtenis, klasse com.adobe.mosaic.mxml.Service | |
The addServiceEventFailure defines a failure notification of an attempt to load a Service. | |
addServiceEventSuccess — Gebeurtenis, klasse com.adobe.mosaic.mxml.Service | |
The addServiceEventSuccess defines a successful notification of loading a Service. | |
addSet(s:mx.olap:IOLAPSet) — methode, interface mx.olap.IOLAPQueryAxis | |
Adds a set to the query axis. | |
addSet(s:mx.olap:IOLAPSet) — methode, klasse mx.olap.OLAPQueryAxis | |
Adds a set to the query axis. | |
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — methode, klasse mx.rpc.soap.AbstractWebService | |
Add a header that will be applied to all operations of this WebService. | |
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — methode, klasse mx.rpc.soap.Operation | |
Adds a header that is applied only to this Operation. | |
addSortField(columnName:String, columnNumber:int, collection:mx.collections:ICollectionView) — methode, klasse mx.controls.AdvancedDataGridBaseEx | |
Adds a data field to the list of sort fields. | |
addStage(stage:com.adobe.livecycle.rca.model.stage:AbstractStage) — methode, klasse com.adobe.livecycle.rca.model.stage.StageCollection | |
Adds items of type AbstractStage to the collection | |
addStage(stage:com.adobe.solutions.rca.domain:IStage) — methode, interface com.adobe.solutions.rca.domain.IReviewContext | |
Adds stage to the review after the last stage. | |
addStage(stage:com.adobe.solutions.rca.domain:IStage) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Adds stage to the review after the last stage. | |
addStageAt(stage:com.adobe.livecycle.rca.model.stage:AbstractStage, index:int) — methode, klasse com.adobe.livecycle.rca.model.stage.StageCollection | |
Adds items of type AbstractStage to the collection. | |
addStageAt(stage:com.adobe.solutions.rca.domain:IStage, index:int) — methode, interface com.adobe.solutions.rca.domain.IReviewContext | |
Adds stage to the review at the specified index from the beginning. | |
addStageAt(stage:com.adobe.solutions.rca.domain:IStage, index:int) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Adds stage to the review at the specified index from the beginning. | |
AddStageParticipant — klasse, pakket com.adobe.solutions.rca.presentation | |
This class defines the base functionality for adding a participant to a stage. | |
AddStageParticipant() — Constructor, klasse com.adobe.solutions.rca.presentation.AddStageParticipant | |
The constructor for AddStageParticipant class. | |
addStageParticipantHandler(event:com.adobe.solutions.rca.presentation.event:StageParticipantEvent) — methode, klasse com.adobe.solutions.rca.presentation.template.stages.ApprovalStage | |
Adds a participant to an approval stage if not already added. | |
addStageParticipantHandler(event:com.adobe.solutions.rca.presentation.event:StageParticipantEvent) — methode, klasse com.adobe.solutions.rca.presentation.template.stages.ReviewStage | |
This function adds a participant to an approval stage if the participant does not already exist. | |
addStyleClient(styleClient:mx.styles:IAdvancedStyleClient) — methode, klasse mx.core.UIComponent | |
Adds a non-visual style client to this component instance. | |
addSubmenu(submenu:flash.display:NativeMenu, label:String) — methode, klasse flash.display.NativeMenu | |
Voegt een submenu aan het menu toe door een nieuw menu-item in te voegen. | |
addSubmenuAt(submenu:flash.display:NativeMenu, index:int, label:String) — methode, klasse flash.display.NativeMenu | |
Voegt een submenu toe aan het menu door een nieuw menu-item op de opgegeven positie in te voegen. | |
addSubscription(subtopic:String, selector:String, maxFrequency:uint) — methode, klasse mx.messaging.MultiTopicConsumer | |
This is a convenience method for adding a new subscription. | |
ADD_SUBSCRIPTIONS — Statische eigenschap van type constante, klasse mx.messaging.messages.CommandMessage | |
Header used in a MULTI_SUBSCRIBE message to specify an Array of subtopic/selector pairs to add to the existing set of subscriptions. | |
addSubtopic(subtopic:String) — methode, klasse mx.messaging.MultiTopicProducer | |
Adds a subtopic to the current list of subtopics for messages sent by this producer. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.AggregatingToken | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, interface com.adobe.gravity.utility.async.IToken | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.ImmediateFaultToken | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.ImmediateSuccessToken | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.async.Token | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(handler:Function, weakReference:Boolean) — methode, klasse com.adobe.gravity.utility.flex.async.AsyncTokenWrapper | |
Add a handler to be called if the operation succeeds. | |
addSuccessHandler(success:Function) — methode, interface com.adobe.icc.token.IAsyncToken | |
Adds a success handler to this token. | |
addSuccessHandler(success:Function) — methode, interface com.adobe.livecycle.rca.token.IAsyncToken | |
Adds a success handler to this token. | |
addSuccessHandler(success:Function) — methode, klasse com.adobe.livecycle.rca.token.RCAToken | |
Adds a success handler to this token. | |
addSupportingDocument(doc:com.adobe.livecycle.rca.model.document:SupportingDocument) — methode, klasse com.adobe.livecycle.rca.model.document.DocumentCollection | |
Adds items of type SupportingDocument to the collection. | |
addSupportingDocument(projectId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — methode, interface com.adobe.solutions.prm.service.IProjectManagementCoreService | |
This function adds a supporting document to a project. | |
addSupportingDocument(workItemId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — methode, interface com.adobe.solutions.prm.service.IWorkItemManagementService | |
This function adds a supporting document to a workitem. | |
addSupportingDocument(projectId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — methode, klasse com.adobe.solutions.prm.services.impl.ProjectManagementCoreService | |
This function adds a supporting document to a project. | |
addSupportingDocument(workItemId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — methode, klasse com.adobe.solutions.prm.services.impl.WorkItemManagementService | |
This function adds a supporting document to a workitem. | |
addSupportingDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, interface com.adobe.solutions.rca.domain.IReviewContext | |
Adds the supporting document at the end of the list of supportingDocuments for this review. | |
addSupportingDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Adds the supporting document at the end of the list of supportingDocuments for this review. | |
addSupportingDocumentAt(doc:com.adobe.livecycle.rca.model.document:SupportingDocument, index:int) — methode, klasse com.adobe.livecycle.rca.model.document.DocumentCollection | |
Adds items of type SupportingDocument to the collection. | |
addSupportingDocumentAt(doc:com.adobe.solutions.rca.domain:ISupportingDocument, index:int) — methode, interface com.adobe.solutions.rca.domain.IReviewContext | |
Adds the supporting document at the index in the list of supportingDocuments for this review. | |
addSupportingDocumentAt(doc:com.adobe.solutions.rca.domain:ISupportingDocument, index:int) — methode, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Adds the supporting document at the index in the list of supportingDocuments for this review. | |
addSynchronization(isComplete:Function, target:Object) — methode, interface mx.automation.IAutomationObjectHelper | |
Adds a synchronization object to the automation manager. | |
addTab — Gebeurtenis, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
Dispatched when the add button is clicked. | |
addTab(child:flash.display:DisplayObject) — methode, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
Adds a child to the end of the tab list. | |
ADD_TAB — Statische eigenschap van type constante, klasse com.adobe.mosaic.sparklib.tabLayout.events.TabLayoutEvent | |
A new tab is requested. | |
addTabAt(child:flash.display:DisplayObject, index:int) — methode, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
Adds a child in a specific location to the tab list. | |
addTarget(target:flash.display:DisplayObject, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean) — methode, klasse fl.motion.AnimatorFactoryBase | |
Hiermee wordt een AnimatorBase-instantie gemaakt en geretourneerd waarvan de eigenschap target is ingesteld op het DisplayObject (indien van toepassing) dat de eigenschap targetName is van de targetParent, en waarvan de eigenschap Motion tijdens het maken is opgeslagen in de AnimatorFactoryBase-instantie. | |
addTarget(target:mx.logging:ILoggingTarget) — Statische methode , klasse mx.logging.Log | |
Allows the specified target to begin receiving notification of log events. | |
addTarget(target:org.osmf.layout:ILayoutTarget) — methode, klasse org.osmf.layout.LayoutRendererBase | |
Method for adding a target to the layout renderer's list of objects that it calculates the size and position for. | |
addTargetInfo(targetParent:flash.display:DisplayObject, targetName:String, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean, initialPosition:Array, zIndex:int, placeholderName:String, instanceFactoryClass:Class) — methode, klasse fl.motion.AnimatorFactoryBase | |
Hiermee wordt verwezen naar de bovenliggende DisplayObjectContainer en wordt een AnimatorBase-instantie gemaakt en geretourneerd waarvan de eigenschap target is ingesteld op het DisplayObject (indien van toepassing) dat de eigenschap targetName is van de targetParent, en waarvan de eigenschap Motion tijdens het maken is opgeslagen in de AnimatorFactoryBase-instantie. | |
addTask(task:lc.procmgmt.domain:Task) — methode, klasse lc.procmgmt.domain.QueueBase | |
Adds a task to the queue. | |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This method adds a team member to a collection of members. | |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — methode, interface com.adobe.solutions.prm.domain.IWorkItem | |
This method adds a team member to the collection of the members. | |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This method adds a team member to a collection of members. | |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — methode, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
This method adds a team member to the collection of the members. | |
addTeamMember(projectId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, interface com.adobe.solutions.prm.service.IProjectManagementCoreService | |
This function adds a team member to the project. | |
addTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, interface com.adobe.solutions.prm.service.IWorkItemManagementService | |
This function adds a team member to a workitem. | |
addTeamMember(projectId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, klasse com.adobe.solutions.prm.services.impl.ProjectManagementCoreService | |
This function adds a team member to the project. | |
addTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — methode, klasse com.adobe.solutions.prm.services.impl.WorkItemManagementService | |
This function adds a team member to a workitem. | |
addTextLine(textLine:flash.text.engine:TextLine, index:int) — methode, klasse flashx.textLayout.container.ContainerController | |
Voegt een flash.text.engine.TextLine-object toe als een onderliggend element van container. | |
addTile(tile:com.adobe.mosaic.om.interfaces:ITile, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IPanel | |
Adds a Tile to the Panel. | |
addTile(tile:com.adobe.mosaic.om.interfaces:ITile, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IShell | |
Adds a Tile to the Shell. | |
AddTileEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AddTileEvent class defines a transient notification of adding a Tile. | |
AddTileEvent(type:String, tileNode:com.adobe.mosaic.om.interfaces:ITile, msg:String) — Constructor, klasse com.adobe.mosaic.om.events.AddTileEvent | |
Constructor. | |
addTileEventFailure — Gebeurtenis, klasse com.adobe.mosaic.mxml.Tile | |
The addTileEventFailure event indicates that an attempt to add a Tile from a Catalog failed. | |
addTileEventSuccess — Gebeurtenis, klasse com.adobe.mosaic.mxml.Tile | |
The addTileEventSuccess event indicates that adding a Tile from a Catalog was successful. | |
addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — methode, klasse mx.core.Application | |
Add a container to the Application's creation queue. | |
addToDeviceGroup(deviceGroup:flash.net.drm:DRMDeviceGroup, forceRefresh:Boolean) — methode, klasse flash.net.drm.DRMManager | |
voegt het apparaat dat momenteel wordt uitgevoerd, toe aan een apparaatgroep. | |
ADD_TO_DEVICE_GROUP_COMPLETE — Statische eigenschap van type constante, klasse flash.events.DRMDeviceGroupEvent | |
ADD_TO_DEVICE_GROUP_ERROR — Statische eigenschap van type constante, klasse flash.events.DRMDeviceGroupErrorEvent | |
addToFavorites(startpoint:lc.procmgmt.domain:Startpoint) — methode, interface lc.procmgmt.IFavoritesManager | |
Adds an startpoint to the Favorites collection. | |
addToFavorites(startpoint:lc.procmgmt.domain:Startpoint) — methode, klasse lc.procmgmt.impl.FavoritesManager | |
Adds an startpoint to the Favorites collection. | |
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.listClasses.AdvancedListBase | |
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it. | |
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.listClasses.ListBase | |
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it. | |
addToken(token:com.adobe.gravity.utility.async:IToken) — methode, klasse com.adobe.gravity.utility.async.AggregatingToken | |
Add a token to be aggregated. | |
addToRowArrays() — methode, klasse mx.controls.listClasses.ListBase | |
Add a blank row to the beginning of the arrays that store references to the rows. | |
addToShortestColumn(index:int) — methode, klasse com.adobe.mosaic.layouts.SmartColumnLayout | |
Adds the item, given by its index, to the column that is visually the shortest. | |
addToShortestRow(index:int) — methode, klasse com.adobe.mosaic.layouts.SmartRowLayout | |
Adds the item, given by its index, to the row that is visually the shortest. | |
addTrait(type:String, instance:org.osmf.traits:MediaTraitBase) — methode, klasse org.osmf.media.MediaElement | |
Adds a new media trait to this media element. | |
addTuple(t:mx.olap:IOLAPTuple) — methode, interface mx.olap.IOLAPQueryAxis | |
Adds a tuple to the query axis. | |
addTuple(tuple:mx.olap:IOLAPTuple) — methode, interface mx.olap.IOLAPSet | |
Adds a new tuple to the set. | |
addTuple(t:mx.olap:IOLAPTuple) — methode, klasse mx.olap.OLAPQueryAxis | |
Adds a tuple to the query axis. | |
addTuple(tuple:mx.olap:IOLAPTuple) — methode, klasse mx.olap.OLAPSet | |
Adds a new tuple to the set. | |
addUser() — methode, klasse lc.procmgmt.ui.task.TaskDirectiveModel | |
Adds the selected users from the UserSearchDataGridModel object to the selectedUsers property. | |
addValidationListeners(validator:com.adobe.solutions.rca.presentation.util:MultiTriggerValidator) — methode, klasse com.adobe.solutions.prm.presentation.asset.AssetDetailsPod | |
This method adds event listeners to a validator. | |
addValidationListeners(validator:com.adobe.solutions.rca.presentation.util:MultiTriggerValidator) — methode, klasse com.adobe.solutions.prm.presentation.project.ProjectDetailsPod | |
This method adds listeners for validation events on the given validator. | |
addValue(key:String, value:Object) — methode, klasse org.osmf.metadata.Metadata | |
Stores the specified value in this Metadata object, using the specified key. | |
addView(view:com.adobe.mosaic.om.interfaces:IView, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IViewManager | |
Adds a view to the ViewManager. | |
AddViewEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AddViewEvent class defines a transient notification of adding a view. | |
AddViewEvent(type:String, viewNode:com.adobe.mosaic.om.interfaces:IView, msg:String) — Constructor, klasse com.adobe.mosaic.om.events.AddViewEvent | |
Constructor. | |
addViewManager(viewManager:com.adobe.mosaic.om.interfaces:IViewManager, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IPanel | |
Adds a viewManager to this panel. | |
addViewManager(viewManager:com.adobe.mosaic.om.interfaces:IViewManager, onSuccess:Function, onFailure:Function) — methode, interface com.adobe.mosaic.om.interfaces.IShell | |
Adds a viewManager to the shell. | |
AddViewManagerEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AddViewManagerEvent class defines a transient notification of adding a ViewManager. | |
AddViewManagerEvent(type:String, viewManagerNode:com.adobe.mosaic.om.interfaces:IViewManager, msg:String) — Constructor, klasse com.adobe.mosaic.om.events.AddViewManagerEvent | |
Constructor. | |
addWantObjects(startIndex:Number, endIndex:Number) — methode, klasse flash.net.NetGroup | |
Hiermee worden objecten van startIndex tot en met endIndex toegevoegd aan de set met objecten die moeten worden opgehaald. | |
addWorkItem(item:com.adobe.solutions.prm.domain:IWorkItem) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This method adds a workitem to a collection of workitems. | |
addWorkItem(item:com.adobe.solutions.prm.domain:IWorkItem) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This method adds a workitem to a collection of workitems. | |
addWorkItem(projectId:String, workItem:com.adobe.solutions.prm.vo:WorkItemVO) — methode, interface com.adobe.solutions.prm.service.IWorkItemManagementService | |
This function adds a work item to an existing project. | |
addWorkItem(projectId:String, workItem:com.adobe.solutions.prm.vo:WorkItemVO) — methode, klasse com.adobe.solutions.prm.services.impl.WorkItemManagementService | |
This function adds a work item to an existing project. | |
addWorkItemAndSave(workItem:com.adobe.solutions.prm.domain:IWorkItem) — methode, interface com.adobe.solutions.prm.domain.IProject | |
This remote operation adds a workitem to the current project and updates the changes on the server. | |
addWorkItemAndSave(workItem:com.adobe.solutions.prm.domain:IWorkItem) — methode, klasse com.adobe.solutions.prm.domain.impl.Project | |
This remote operation adds a workitem to the current project and updates the changes on the server. | |
addXMLPath(langCode:String, path:String) — Statische methode , klasse fl.lang.Locale | |
Hiermee wordt het paar languageCode en languagePath toegevoegd aan de interne array voor toekomstig gebruik. | |
AD_HOC_REVIEW — Statische eigenschap van type constante, klasse com.adobe.livecycle.rca.model.constant.ReviewType | |
Specifies the review type for an ad hoc review. | |
AD_HOC_REVIEW — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.ReviewType | |
The review type of an ad-hoc review. | |
adjustBrightness(rgb:uint, brite:Number) — Statische methode , klasse mx.utils.ColorUtil | |
Performs a linear brightness adjustment of an RGB color. | |
adjustBrightness2(rgb:uint, brite:Number) — Statische methode , klasse mx.utils.ColorUtil | |
Performs a scaled brightness adjustment of an RGB color. | |
AdjustColor — klasse, pakket fl.motion | |
De klasse AdjustColor definieert diverse kleureigenschappen, zoals helderheid, contrast, tint en verzadiging, ter ondersteuning van de klasse ColorMatrixFilter. | |
AdjustColor() — Constructor, klasse fl.motion.AdjustColor | |
De klasse AdjustColor definieert diverse kleureigenschappen ter ondersteuning van het ColorMatrixFilter. | |
adjustColorObjects — Eigenschap, klasse fl.motion.KeyframeBase | |
Hiermee worden AdjustColor-instanties opgeslagen die zijn toegewezen aan hun corresponderende index in de filterarray voor dit hoofdframe. | |
adjustedRadius — Stijl, klasse mx.charts.series.PlotSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustedRadius — Stijl, klasse mx.charts.series.LineSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustedRadius — Stijl, klasse mx.charts.series.AreaSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustFocusRect(obj:flash.display:DisplayObject) — methode, klasse mx.core.UIComponent | |
Adjust the focus rectangle. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — methode, klasse mx.charts.AxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — methode, interface mx.charts.chartClasses.IAxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustItemDeleteEnablement() — methode, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item delete button. | |
adjustItemMoveDownEnablement() — methode, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item move down button. | |
adjustItemMoveUpEnablement() — methode, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item move up button. | |
adjustLeftIndentBtnEnablement() — methode, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item left indent button. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — methode, klasse mx.controls.DataGrid | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — methode, klasse mx.controls.listClasses.AdvancedListBase | |
Called from the updateDisplayList() method to adjust the size and position of list content. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — methode, klasse mx.controls.listClasses.ListBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — methode, klasse mx.controls.listClasses.TileBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustMinMax(minValue:Number, maxValue:Number) — methode, klasse mx.charts.chartClasses.NumericAxis | |
Adjusts the generated or assigned range of the axis's labels. | |
adjustNetConnectionURL(rootUrl:String, url:String) — Statische methode , klasse mx.netmon.NetworkMonitor | |
Adjust the URL for NetConnectionChannel and HTTPChannel Requests so that it goes through the monitor. | |
adjustNetConnectionURLImpl — Statische eigenschap, klasse mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adjustRightIndentBtnEnablement() — methode, klasse com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item right indent button. | |
adjustRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, yy:Number, hh:Number) — methode, klasse mx.controls.dataGridClasses.DataGridBase | |
Adjusts the size and positions of the renderers for the given rowNum, row position and height. | |
adjustSelection(index:int, add:Boolean) — methode, klasse spark.components.List | |
Adjusts the selected indices to account for items being added to or removed from this component. | |
adjustSelection(newIndex:int, add:Boolean) — methode, klasse spark.components.supportClasses.ListBase | |
Adjusts the selected index to account for items being added to or removed from this component. | |
adjustSelectionAndCaretUponNavigation(event:flash.events:KeyboardEvent) — methode, klasse spark.components.List | |
Adjusts the selection based on what keystroke or keystroke combinations were encountered. | |
adjustURLRequest(urlRequest:flash.net:URLRequest, rootURL:String, correlationID:String) — Statische methode , klasse mx.netmon.NetworkMonitor | |
Adjust the URLRequest so that it goes through the monitor. | |
adjustURLRequestImpl — Statische eigenschap, klasse mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adobe.utils — pakket | |
Het pakket adobe.utils bevat functies en klassen die worden gebruikt door ontwikkelaars van het Flash-ontwerpgereedschap. | |
advanceBrowser(asset:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor) — methode, klasse com.adobe.ep.ux.content.view.components.activate.ActivationBrowser | |
Keeps a copy of asset and assetDescriptor for the asset whose versions are retrieved. | |
advanceBrowser(asset:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor) — methode, klasse com.adobe.ep.ux.content.view.components.version.VersionBrowser | |
Keeps a copy of asset and assetDescriptor for the asset whose versions are retrieved. | |
ADVANCED — Statische eigenschap van type constante, klasse flash.text.AntiAliasType | |
Stelt antialiasing in op geavanceerde antialiasing. | |
AdvanceDataElementsPanel — klasse, pakket com.adobe.dct.component.dataElementsPanel | |
The AdvanceDataElementsPanel component is an extension of DataElementsPanel, which is used in Expression Builder where data elements are used for authoring expressions. | |
AdvanceDataElementsPanel() — Constructor, klasse com.adobe.dct.component.dataElementsPanel.AdvanceDataElementsPanel | |
Constructor. | |
AdvancedChannelSet — klasse, pakket mx.messaging | |
Extends the base ChannelSet to add advanced messaging functionality. | |
AdvancedChannelSet(channelIds:Array, clusteredWithURLLoadBalancing:Boolean) — Constructor, klasse mx.messaging.AdvancedChannelSet | |
Constructs an AdvancedChannelSet. | |
AdvancedDataGrid — klasse, pakket mx.controls | |
The AdvancedDataGrid control expands on the functionality of the standard DataGrid control to add data visualization features to your Adobe Flex application. | |
AdvancedDataGrid() — Constructor, klasse mx.controls.AdvancedDataGrid | |
Constructor. | |
AdvancedDataGridAccImpl — klasse, pakket mx.accessibility | |
The AdvancedDataGridAccImpl class is the accessibility class for AdvancedDataGrid. | |
AdvancedDataGridAccImpl(master:mx.core:UIComponent) — Constructor, klasse mx.accessibility.AdvancedDataGridAccImpl | |
Constructor. | |
AdvancedDataGridAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
Constructor. | |
AdvancedDataGridBase — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridBase class is the base class for controls that display lists of items in multiple columns, such as the AdvancedDataGrid and OLAPDataGrid controls. | |
AdvancedDataGridBase() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Constructor. | |
AdvancedDataGridBaseEx — klasse, pakket mx.controls | |
The AdvancedDataGridBaseEx class is a base class of the AdvancedDataGrid control. | |
AdvancedDataGridBaseEx() — Constructor, klasse mx.controls.AdvancedDataGridBaseEx | |
Constructor. | |
AdvancedDataGridBaseExAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridBaseExAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedDataGridBaseExAutomationImpl | |
Constructor. | |
AdvancedDataGridBaseSelectionData — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridBaseSelectionData class defines a data structure used by the advanced data grid classes to track selected cells in the AdvancedDataGrid control. | |
AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean) — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
Constructor. | |
AdvancedDataGridColumn — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridColumn class describes a column in an AdvancedDataGrid control. | |
AdvancedDataGridColumn(columnName:String) — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Constructor. | |
AdvancedDataGridColumnGroup — klasse, pakket mx.controls.advancedDataGridClasses | |
Use the AdvancedDataGridColumnGroup class to specify column groups for the AdvancedDataGrid control. | |
AdvancedDataGridColumnGroup(columnName:String) — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup | |
Constructor. | |
AdvancedDataGridDragProxy — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridDragProxy class defines the default drag proxy used when dragging data from an AdvancedDataGrid control. | |
AdvancedDataGridDragProxy() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridDragProxy | |
Constructor. | |
AdvancedDataGridEvent — klasse, pakket mx.events | |
The AdvancedDataGridEvent class represents event objects that are specific to the AdvancedDataGrid control, such as the event that is dispatched when an editable grid item gets the focus. | |
AdvancedDataGridEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, dataField:String, rowIndex:int, reason:String, itemRenderer:mx.controls.listClasses:IListItemRenderer, localX:Number, multiColumnSort:Boolean, removeColumnFromSort:Boolean, item:Object, triggerEvent:flash.events:Event, headerPart:String) — Constructor, klasse mx.events.AdvancedDataGridEvent | |
Constructor. | |
AdvancedDataGridEventReason — definitieve klasse, pakket mx.events | |
The AdvancedDataGridEventReason class defines constants for the values of the reason property of a AdvancedDataGridEvent object when the type property is itemEditEnd. | |
AdvancedDataGridGroupItemRenderer — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridGroupItemRenderer class defines the default item renderer for the nodes of the navigation tree. | |
AdvancedDataGridGroupItemRenderer() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer | |
Constructor. | |
AdvancedDataGridGroupItemRendererAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridGroupItemRenderer class. | |
AdvancedDataGridGroupItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridGroupItemRenderer) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedDataGridGroupItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridHeaderHorizontalSeparator — klasse, pakket mx.skins.halo | |
The skin for the separator between column headers in an AdvancedDataGrid control. | |
AdvancedDataGridHeaderHorizontalSeparator() — Constructor, klasse mx.skins.halo.AdvancedDataGridHeaderHorizontalSeparator | |
Constructor. | |
AdvancedDataGridHeaderInfo — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridHeaderInfo class contains information that describes the hierarchy of the columns of the AdvancedDataGrid control. | |
AdvancedDataGridHeaderInfo(column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn, parent:mx.controls.advancedDataGridClasses:AdvancedDataGridHeaderInfo, index:int, depth:int, children:Array, internalLabelFunction:Function, headerItem:mx.controls.listClasses:IListItemRenderer) — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
Constructor. | |
AdvancedDataGridHeaderRenderer — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridHeaderRenderer class defines the default header renderer for a AdvancedDataGrid control. | |
AdvancedDataGridHeaderRenderer() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer | |
Constructor. | |
AdvancedDataGridHeaderShiftEvent — klasse, pakket mx.automation.events | |
The AdvancedDataGridHeaderShiftEvent class represents event objects that are dispatched when an AdvancedDataGrid control's header item is shifted. | |
AdvancedDataGridHeaderShiftEvent(type:String, movingColumnIndex:int, oldColumnIndex:int, newColumnIndex:int, bubbles:Boolean, cancelable:Boolean, triggerEvent:flash.events:Event) — Constructor, klasse mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
Constructor. | |
AdvancedDataGridItemRenderer — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridItemRenderer class defines the default item renderer for a AdvancedDataGrid control. | |
AdvancedDataGridItemRenderer() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | |
Constructor. | |
AdvancedDataGridItemRendererAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridItemRenderer class. | |
AdvancedDataGridItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridItemRenderer) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedDataGridItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridItemSelectEvent — klasse, pakket mx.automation.events | |
The AdvancedDataGridItemSelectEvent class represents event objects that are dispatched when an item in the header of an AdvancedDataGrid control is selected or deselected. | |
AdvancedDataGridItemSelectEvent(type:String, columnIndex:int, dataField:String, headerPart:String, bubbles:Boolean, cancelable:Boolean, itemRenderer:mx.controls.listClasses:IListItemRenderer, triggerEvent:flash.events:Event, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor, klasse mx.automation.events.AdvancedDataGridItemSelectEvent | |
Constructor. | |
advancedDataGridListData — Eigenschap, klasse mx.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer | |
The implementation of the listData property as defined by the IDropInListItemRenderer interface. | |
AdvancedDataGridListData — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors for the AdvancedDataGrid control. | |
AdvancedDataGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:mx.core:IUIComponent, rowIndex:int) — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
Constructor. | |
AdvancedDataGridRendererDescription — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control. | |
AdvancedDataGridRendererDescription() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription | |
Constructor. | |
AdvancedDataGridRendererProvider — klasse, pakket mx.controls.advancedDataGridClasses | |
An AdvancedDataGridRendererProvider instance defines the characteristics for a single item renderer used by the AdvancedDataGrid control. | |
AdvancedDataGridRendererProvider() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider | |
Constructor. | |
AdvancedDataGridSortItemRenderer — klasse, pakket mx.controls.advancedDataGridClasses | |
The AdvancedDataGridSortItemRenderer class defines the item renderer for the sort icon and text field in the column header of the AdvancedDataGrid control. | |
AdvancedDataGridSortItemRenderer() — Constructor, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer | |
Constructor. | |
AdvancedListBase — klasse, pakket mx.controls.listClasses | |
The AdvancedListBase class is the base class for controls, such as the AdvancedDataGrid and OLAPDataGrid controls, that represent lists of items that can have one or more selected items and can scroll through the items. | |
AdvancedListBase() — Constructor, klasse mx.controls.listClasses.AdvancedListBase | |
Constructor. | |
AdvancedListBaseAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBase class. | |
AdvancedListBaseAutomationImpl(obj:mx.controls.listClasses:AdvancedListBase) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
Constructor. | |
AdvancedListBaseContentHolderAutomationImpl — klasse, pakket mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBaseContentHolder class. | |
AdvancedListBaseContentHolderAutomationImpl(obj:mx.controls.listClasses:AdvancedListBaseContentHolder) — Constructor, klasse mx.automation.delegates.advancedDataGrid.AdvancedListBaseContentHolderAutomationImpl | |
Constructor. | |
advancedSearchButton — Skinonderdelen , klasse com.adobe.ep.ux.content.view.AssetManagerView | |
Skin Part for Toggle Button to switch between advanced search pod and basic search pod Skin Part for Toggle Button to switch between advanced search pod and basic search pod | |
advancedSearchPod — Skinonderdelen , klasse com.adobe.ep.ux.content.view.AssetManagerView | |
Skin Part for Advanced Search Pod Skin Part for Advanced Search Pod | |
AdvancedSearchPod — klasse, pakket com.adobe.ep.ux.content.view.components.searchpod | |
Advanced Search Results Pod | |
AdvancedSearchPod() — Constructor, klasse com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
Constructor. | |
AdvancedStyleClient — klasse, pakket mx.styles | |
A base class that can be used when implementing an object that uses the IAdvancedStyleClient interface. | |
AdvancedStyleClient() — Constructor, klasse mx.styles.AdvancedStyleClient | |
Constructor. | |
affectsTweenable(tweenableName:String) — methode, klasse fl.motion.KeyframeBase | |
Hiermee wordt aangegeven of het hoofdframe invloed heeft op een bepaalde animatie-eigenschap. | |
AFTER — Statische eigenschap van type constante, klasse mx.states.AddItems | |
Documentation is not currently available. | |
AFTER — Statische eigenschap van type constante, klasse spark.components.CalloutPosition | |
Position the leading edge of the callout after the trailing edge of the owner. | |
AFTER — Statische eigenschap van type constante, klasse spark.effects.AddAction | |
Constant used to specify the position to add the item relative to the object specified by the relativeTo property. | |
afterBounds — Eigenschap, klasse flash.events.NativeWindowBoundsEvent | |
De begrenzingen van het venster na de wijziging. | |
afterBounds — Eigenschap, klasse spark.events.TitleWindowBoundsEvent | |
The bounds of the object after the action. | |
afterContent — Eigenschap, interface flashx.textLayout.formats.IListMarkerFormat | |
Geeft een tekenreeks aan die na de markering moet worden weergegeven. | |
afterContent — Eigenschap, klasse flashx.textLayout.formats.ListMarkerFormat | |
Geeft een tekenreeks aan die na de markering moet worden weergegeven. | |
afterDisplayState — Eigenschap, klasse flash.events.NativeWindowDisplayStateEvent | |
De weergavestatus van het NativeWindow na de wijziging. | |
afterLast — Eigenschap, klasse mx.collections.HierarchicalCollectionViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterLast — Eigenschap, interface mx.collections.IViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterOrientation — Eigenschap, klasse flash.events.StageOrientationEvent | |
De oriëntatie van het werkgebied na de wijziging. | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD — Statische eigenschap van type constante, klasse org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO — Statische eigenschap van type constante, klasse org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
AFTER_UP_SWITCH_BUFFER_BANDWIDTH — Statische eigenschap van type constante, klasse org.osmf.net.rules.RuleType | |
The type constant for the After Up-Switch Buffer Bandwidth rule. | |
AfterUpSwitchBufferBandwidthRule — klasse, pakket org.osmf.net.rules | |
AfterUpSwitchBufferBandwidthRule is an emergency rule based on BufferBandwidthRule. | |
AfterUpSwitchBufferBandwidthRule(metricRepository:org.osmf.net.metrics:MetricRepository, bufferFragmentsThreshold:Number, minBandwidthToBitrateRatio:Number) — Constructor, klasse org.osmf.net.rules.AfterUpSwitchBufferBandwidthRule | |
Constructor. | |
agent — Eigenschap, klasse mx.messaging.MessageResponder | |
Provides access to the MessageAgent that sent the message. | |
AggregatingToken — klasse, pakket com.adobe.gravity.utility.async | |
AggregatingToken objects are returned from functions that initiate multiple asynchronous operations and must accumulate the results. | |
AggregatingToken() — Constructor, klasse com.adobe.gravity.utility.async.AggregatingToken | |
Constructor. | |
AggregatingTokenError — klasse, pakket com.adobe.gravity.utility.async | |
An AggregatingTokenError is passed to fault handlers added to an AggregatingToken if faults occur on an aggregated token. | |
AggregatingTokenError(errors:Array) — Constructor, klasse com.adobe.gravity.utility.async.AggregatingTokenError | |
Constructor. | |
aggregator — Eigenschap, klasse mx.olap.OLAPMeasure | |
The aggregation to be performed for this measure. | |
air.desktop — pakket | |
Het pakket air.desktop bevat de klasse URLFilePromise waarmee u met externe bestanden kunt werken die van een AIR-toepassing naar het bureaublad zijn gesleept. | |
AirDragManagerAutomationHandler — klasse, pakket mx.automation.air | |
Helper class that provides methods required for automation of drag and drop in AIR applications | |
AirDragManagerAutomationHandler() — Constructor, klasse mx.automation.air.AirDragManagerAutomationHandler | |
Constructor | |
AIREvent — klasse, pakket mx.events | |
The AIREvent class represents the event object passed to the event listener for several AIR-specific events dispatched by the Window and WindowedApplication components. | |
AIREvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, klasse mx.events.AIREvent | |
Constructor. | |
AirFunctionsHelper — klasse, pakket mx.automation.air | |
Helper class that provides methods required for automation of AIR applications | |
AirFunctionsHelper(windowId:String) — Constructor, klasse mx.automation.air.AirFunctionsHelper | |
Constructor | |
AIR_LOCAL_STORAGE_ALL — Statische eigenschap van type constante, klasse com.adobe.mosaic.om.impl.CachePolicy | |
For AIR applications, cache all content that supports caching in application storage. | |
AIR_LOCAL_STORAGE_CATALOGS — Statische eigenschap van type constante, klasse com.adobe.mosaic.om.impl.CachePolicy | |
For AIR applications, cache catalogs in application storage. | |
air.net — pakket | |
Het pakket air.net bevat klassen voor de detectie van netwerken. Dit pakket is alleen beschikbaar voor inhoud die in de AIR-runtime wordt uitgevoerd. | |
air.update — pakket | |
Het pakket air.update bevat klassen voor het bijwerken van AIR-toepassingen. Dit pakket is alleen beschikbaar voor inhoud die in de AIR-runtime wordt uitgevoerd. | |
air.update.events — pakket | |
Het pakket air.update.events bevat klassen waarin gebeurtenissen worden gedefinieerd die door het update-raamwerk van de AIR-toepassing worden gebruikt. Dit pakket is alleen beschikbaar voor inhoud die in de AIR-runtime wordt uitgevoerd. | |
airWindowIndicatorPropertyName — Statische eigenschap van type constante, klasse mx.automation.AutomationManager | |
album — Eigenschap, klasse flash.media.ID3Info | |
Naam van het album; komt overeen met de ID3 2.0-tag TALB. | |
Alert — klasse, pakket mx.controls | |
The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. | |
Alert() — Constructor, klasse mx.controls.Alert | |
Constructor. | |
ALERT — Statische eigenschap van type constante, klasse flash.notifications.NotificationStyle | |
Een berichtstijl om een waarschuwingsvenster weer te geven bij het ontvangen van een bericht. | |
AlertAccImpl — klasse, pakket mx.accessibility | |
AlertAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the Alert class. | |
AlertAccImpl(master:mx.core:UIComponent) — Constructor, klasse mx.accessibility.AlertAccImpl | |
Constructor. | |
AlertAutomationImpl — klasse, pakket mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the Alert control. | |
AlertAutomationImpl(obj:mx.controls:Alert) — Constructor, klasse mx.automation.delegates.controls.AlertAutomationImpl | |
Constructor. | |
AlertFormatter — klasse, pakket com.adobe.solutions.rca.presentation.util | |
This class is used to format the alert dialog. | |
AlertFormatter(alertParent:mx.core:UIComponent) — Constructor, klasse com.adobe.solutions.rca.presentation.util.AlertFormatter | |
The constructor for AlertFormatter class. | |
AlertFormAutomationImpl — klasse, pakket mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the AlertForm class. | |
AlertFormAutomationImpl(obj:mx.controls.alertClasses:AlertForm) — Constructor, klasse mx.automation.delegates.controls.AlertFormAutomationImpl | |
Constructor. | |
align — Eigenschap, klasse fl.video.FLVPlayback | |
Hiermee wordt de lay-out van de video opgegeven wanneer de eigenschap scaleMode op VideoScaleMode.MAINTAIN_ASPECT_RATIO of VideoScaleMode.NO_SCALE is ingesteld. | |
align — Eigenschap, klasse fl.video.VideoPlayer | |
Hiermee wordt opgegeven hoe de video wordt weergegeven ten opzichte van de eigenschappen registrationX, registrationY, registrationWidth en registrationHeight. | |
align — Eigenschap, klasse flash.display.Stage | |
Een waarde uit de klasse StageAlign die de uitlijning van het werkgebied in Flash Player of de browser opgeeft. | |
align — Eigenschap, klasse flash.text.TextFormat | |
Geeft de uitlijning van de tekst aan. | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — Statische methode , klasse com.adobe.guides.spark.layouts.components.AlignmentArea | |
Aligns each row in a multi-column layout by making each item in each row the same height | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — methode, interface com.adobe.guides.spark.layouts.components.ILayoutComponent | |
Aligns each row in a multi-column layout by making each item in each row the same height. | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — methode, klasse com.adobe.guides.spark.layouts.components.LayoutHostBase | |
Aligns each row in a multi-column layout by making each item in each row the same height. | |
alignLabelsToUnits — Eigenschap, klasse mx.charts.DateTimeAxis | |
Determines the placement of labels along the axis. | |
alignment — Eigenschap, klasse flash.text.engine.TabStop | |
Geeft de tabuitlijning van deze tabstop aan. | |
alignment — Eigenschap, interface flashx.textLayout.formats.ITabStopFormat | |
De tabuitlijning van deze tabstop. | |
alignment — Eigenschap, klasse flashx.textLayout.formats.TabStopFormat | |
De tabuitlijning van deze tabstop. | |
AlignmentArea — klasse, pakket com.adobe.guides.spark.layouts.components | |
This class aligns columns inside a Spark Group honouring the "keepWithPrevious" settings of the passed in items. | |
alignmentBaseline — Stijl, klasse spark.components.supportClasses.SliderBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.supportClasses.GroupBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.supportClasses.ButtonBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.supportClasses.SkinnableTextBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.Label | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.RichText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.FormHeading | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.NumericStepper | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.SkinnableContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.SkinnableDataContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.Scroller | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.DataGrid | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.RichEditableText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.components.VideoPlayer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.skins.spark.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stijl, klasse spark.skins.wireframe.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Eigenschap, klasse flash.text.engine.ElementFormat | |
Geeft het type van de basislijn in het element aan, waarop de dominante basislijnen van elementen met deze indeling worden uitgelijnd. | |
alignmentBaseline — Eigenschap, klasse flashx.textLayout.container.ContainerController | |
TextLayoutFormat: geeft de basislijn weer, waaraan de dominante basislijn wordt uitgelijnd. | |
alignmentBaseline — Eigenschap, klasse flashx.textLayout.elements.FlowElement | |
TextLayoutFormat: geeft de basislijn weer, waaraan de dominante basislijn wordt uitgelijnd. | |
alignmentBaseline — Eigenschap, interface flashx.textLayout.formats.ITextLayoutFormat | |
Geeft de basislijn weer, waaraan de dominante basislijn wordt uitgelijnd. | |
alignmentBaseline — Eigenschap, klasse flashx.textLayout.formats.TextLayoutFormat | |
Geeft de basislijn weer, waaraan de dominante basislijn wordt uitgelijnd. | |
alignSymbol — Eigenschap, klasse mx.formatters.CurrencyFormatter | |
Aligns currency symbol to the left side or the right side of the formatted number. | |
alignSymbol — Eigenschap, klasse mx.validators.CurrencyValidator | |
Specifies the alignment of the currencySymbol relative to the rest of the expression. | |
alignToolTip — Eigenschap, klasse mx.controls.RichTextEditor | |
The ToolTip that appears when the user hovers over the text alignment buttons. | |
ALL — Statische eigenschap van type constante, klasse com.adobe.gravity.utility.logging.LogLevel | |
Log level constant for enabling all logging levels. | |
ALL — Statische eigenschap van type constante, klasse com.adobe.livecycle.rca.model.constant.RecipientType | |
Specifies that a reminder is sent to all the participants of the stage regardless of their status. | |
ALL — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.RecipientType | |
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | |
ALL — Statische eigenschap van type constante, klasse fl.core.InvalidationType | |
De constante InvalidationType.ALL definieert de waarde van de eigenschap type van het gebeurtenisobject dat wordt verzonden om aan te geven dat de component zichzelf geheel opnieuw moet tekenen. | |
ALL — Statische eigenschap van type constante, klasse fl.video.CuePointType | |
Hiermee wordt de waarde van de parameter type van de methoden findCuePoint() en findNearestCuePoint() gedefinieerd. | |
ALL — Statische eigenschap van type constante, klasse flash.display3D.Context3DClearMask | |
Alle buffers wissen. | |
ALL — Statische eigenschap van type constante, klasse flash.events.GesturePhase | |
Eén waarde die alle fasen omvat van eenvoudige bewegingen zoals vegen en met twee vingers tikken. | |
ALL — Statische eigenschap van type constante, klasse flash.text.AutoCapitalize | |
Schrijf elk teken in hoofdletters. | |
ALL — Statische eigenschap van type constante, klasse flash.text.engine.BreakOpportunity | |
Behandelt alle tekens in het ContentElement-object als regeleindemogelijkheden, waardoor er na elk teken een regeleinde optreedt. | |
ALL — Statische eigenschap van type constante, klasse mx.core.ContainerCreationPolicy | |
Immediately create all descendants. | |
ALL — Statische eigenschap van type constante, klasse mx.data.AccessPrivileges | |
Indicates that no restrictions are imposed. | |
ALL — Statische eigenschap van type constante, klasse mx.data.CacheDataDescriptor | |
Option for use with the getCacheDescriptors() method to indicate the type of descriptors to return. | |
ALL — Statische eigenschap van type constante, klasse mx.data.PropertySpecifier | |
Reusable instance of a PropertySpecifier to include all properties of an item. | |
ALL — Statische eigenschap van type constante, klasse mx.logging.LogEventLevel | |
Tells a target to process all messages. | |
ALL_BUT_LAST — Statische eigenschap van type constante, klasse flash.text.engine.LineJustification | |
Alle regels, behalve de laatste, uitvullen. | |
ALL_BUT_MANDATORY_BREAK — Statische eigenschap van type constante, klasse flash.text.engine.LineJustification | |
Alle regels uitvullen, behalve de laatste regel en regels die eindigen op verplichte eindemarkeringen. | |
allCategories — Eigenschap, klasse com.adobe.icc.editors.managers.CategoryManager | |
The aggregated list of all the categories present in the system. | |
ALL_CHILDREN — Statische eigenschap van type constante, klasse com.adobe.livecycle.assetmanager.client.model.cms.SearchParameters | |
Specifies to fetch all children. | |
allElements — Eigenschap, klasse mx.charts.chartClasses.ChartBase | |
The set of all chart elements displayed in the chart. | |
ALL_INCLUDING_LAST — Statische eigenschap van type constante, klasse flash.text.engine.LineJustification | |
Alle regels uitvullen. | |
allLocalAssetActionsChange — Gebeurtenis, klasse com.adobe.ep.ux.content.managers.AssetManager | |
allLocalAssetActionsChange event is thrown when local list of asset actions change | |
allMemberList — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.Project | |
The property returns a collection of all members. | |
allMemberList — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
The property returns a collection of all members. | |
allMemberList — Eigenschap, interface com.adobe.solutions.rca.domain.common.IMemberCollection | |
The property returns a collection of all members. | |
allMemberList — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
The property returns a collection of all members. | |
allMemberList — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Stage | |
The property returns a collection of all members. | |
allMemberName — Eigenschap, interface mx.olap.IOLAPHierarchy | |
The name of the all member of the hierarchy. | |
allMemberName — Eigenschap, klasse mx.olap.OLAPHierarchy | |
The name of the all member of the hierarchy. | |
allowAdd — Eigenschap, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowAdd is true, the "+" button is revealed on the left side of the tab bar. | |
allowClose — Eigenschap, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowClose is true, a tab may be closed using a button that appears on the tab. | |
allowCodeImport — Eigenschap, interface com.adobe.gravity.service.bundleloader.IBundleLoaderContext | |
Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain. | |
allowCodeImport — Eigenschap, klasse flash.system.LoaderContext | |
Geeft aan of u een Loader-object kunt gebruiken voor het importeren van inhoud met uitvoerbare code, zoals een SWF-bestand, in de beveiligingssandbox van de aanroeper. | |
allowContentAdd — Eigenschap, interface com.adobe.mosaic.om.interfaces.IView | |
Returns the allowContentAdd value | |
allowContentAdd — Eigenschap, interface com.adobe.mosaic.om.interfaces.IViewManager | |
Returns the allowContentAdd value | |
allowContentDelete — Eigenschap, interface com.adobe.mosaic.om.interfaces.IPanel | |
Returns the allowContentDelete value | |
allowContentDelete — Eigenschap, interface com.adobe.mosaic.om.interfaces.IView | |
Returns the allowContentDelete value | |
allowCopy — Eigenschap, klasse flash.desktop.NativeDragOptions | |
Een doel voor neerzetten mag de gesleepte gegevens kopiëren. | |
allowDelayedOperations — Eigenschap, klasse flashx.textLayout.edit.EditManager | |
allowDelayedOperations — Eigenschap, interface flashx.textLayout.edit.IEditManager | |
Bepaalt of bewerkingen in een wachtrij kunnen worden opgenomen voor uitvoering op een later tijdstip. | |
allowDelete — Eigenschap, interface com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be deleted. | |
allowDelete — Eigenschap, interface com.adobe.mosaic.om.interfaces.ITile | |
The tile's allowDelete setting. | |
allowDelete — Eigenschap, interface com.adobe.mosaic.skinning.IMosaicComponent | |
Indicates if this component may be deleted or not. | |
allowDelete — Eigenschap, klasse lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the delete permission for an attachment. | |
allowDeselection — Eigenschap, klasse spark.components.ButtonBarButton | |
If true, the user click on a currently selected button to deselect it. | |
allowDisjointSelection — Eigenschap, klasse mx.controls.DateChooser | |
If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control. | |
allowDomain(... rest) — methode, klasse flash.net.LocalConnection | |
Geeft een of meer domeinen op die aanroepen van LocalConnection naar deze instantie LocalConnection kunnen verzenden. | |
allowDomain(... rest) — Statische methode , klasse flash.system.Security | |
Geeft SWF-bestanden in de opgegeven domeinen toegang tot objecten en variabelen in het SWF-bestand dat de aanroep allowDomain() bevat. | |
allowDomain(... rest) — methode, interface mx.core.IFlexModuleFactory | |
Calls the Security.allowDomain() method for the SWF associated with this IFlexModuleFactory plus all the SWFs associated with RSLs preloaded by this IFlexModuleFactory. | |
allowDomain(... rest) — methode, klasse mx.managers.SystemManager | |
Calls Security.allowDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager. | |
allowDomainsInNewRSLs — Eigenschap, interface mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Eigenschap, klasse mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Eigenschap, klasse mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDragSelection — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowDragSelection — Eigenschap, klasse mx.controls.listClasses.ListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowDynamicPropertyChangesWithCachedData — Eigenschap, klasse mx.data.RPCDataManager | |
If false (default), then changing the item class dynamic properties when the local store is not empty causes an error fault when setItemClassDynamicProperties() is called. | |
allowedActions — Eigenschap, klasse flash.events.NativeDragEvent | |
Het NativeDragOptions-object dat opgeeft welke acties mogen worden uitgevoerd door het weergaveobject dat deze sleepbewerking heeft gestart. | |
allowedFormatChars — Eigenschap, klasse mx.validators.CreditCardValidator | |
The set of formatting characters allowed in the cardNumber field. | |
allowedFormatChars — Eigenschap, klasse mx.validators.DateValidator | |
The set of formatting characters allowed for separating the month, day, and year values. | |
allowedFormatChars — Eigenschap, klasse mx.validators.PhoneNumberValidator | |
The set of allowable formatting characters. | |
allowedFormatChars — Eigenschap, klasse mx.validators.SocialSecurityValidator | |
Specifies the set of formatting characters allowed in the input. | |
allowedFormatChars — Eigenschap, klasse mx.validators.ZipCodeValidator | |
The set of formatting characters allowed in the ZIP code. | |
allowFreeText — Eigenschap, klasse com.adobe.icc.dc.domain.TargetInstance | |
True if the free text can be added to target instance. | |
allowFreeText — Eigenschap, klasse com.adobe.icc.editors.model.ListModel | |
Flag to indicate if this assignment allows adding free text. | |
allowFreeText — Eigenschap, klasse com.adobe.icc.editors.model.TargetAreaAssignmentModel | |
Flag to indicate if this assignment allows adding free text. | |
allowFreeText — Eigenschap, klasse com.adobe.icc.vo.ListDataModule | |
Specifies whether free text can be added to the list | |
allowFreeText — Eigenschap, klasse com.adobe.icc.vo.TargetAreaAssignment | |
The flag indicating the user if he is allowed to add free text while generating final correspondence | |
allowFreeTextBtn — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.letter.LetterEditor | |
A skin part that defines the allow free text button A skin part that defines the allow free text button | |
allowInsecureDomain(... rest) — methode, klasse flash.net.LocalConnection | |
Geeft een of meer domeinen op die aanroepen van LocalConnection naar dit object LocalConnection kunnen verzenden. | |
allowInsecureDomain(... rest) — Statische methode , klasse flash.system.Security | |
Hiermee krijgen SWF-bestanden en HTML-bestanden in de opgegeven domeinen toegang tot objecten en variabelen in het aanroepende SWF-bestand, dat via het HTTPS-protocol wordt aangeboden. | |
allowInsecureDomain(... rest) — methode, interface mx.core.IFlexModuleFactory | |
Calls the Security.allowInsecureDomain() method for the SWF associated with this IFlexModuleFactory plus all the SWFs associated with RSLs preloaded by this IFlexModuleFactory. | |
allowInsecureDomain(... rest) — methode, klasse mx.managers.SystemManager | |
Calls Security.allowInsecureDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager. | |
allowInsecureDomainsInNewRSLs — Eigenschap, interface mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Eigenschap, klasse mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Eigenschap, klasse mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInteraction — Eigenschap, klasse mx.printing.PrintAdvancedDataGrid | |
If true, allows some interactions with the control, such as column resizing, column reordering, and expanding or collapsing nodes. | |
allowInteraction — Eigenschap, klasse mx.printing.PrintOLAPDataGrid | |
If true, allows some interactions with the control, such as column resizing. | |
allowItemSizeChangeNotification — Eigenschap, klasse mx.controls.listClasses.ListBase | |
If false, renderers cannot invalidate size of List. | |
allowLibraryAccessBtn — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.ListEditor | |
A skin part that defines the allow library access button A skin part that defines the allow library access button | |
allowLink — Eigenschap, klasse flash.desktop.NativeDragOptions | |
Een doel voor neerzetten mag een snelkoppeling naar de gesleepte gegevens maken. | |
allowLoadBytesCodeExecution — Eigenschap, klasse flash.system.LoaderContext | |
Verouderde eigenschap. Is vervangen door allowCodeImport, maar wordt om compatibiliteitsredenen nog steeds ondersteund. | |
allowMerge — Eigenschap, klasse flashx.textLayout.operations.DeleteTextOperation | |
Geeft aan of deze bewerking kan worden samengevoegd met bewerkingen die ervoor of erna worden uitgevoerd. | |
allowMove — Eigenschap, klasse flash.desktop.NativeDragOptions | |
Een doel voor neerzetten mag de gesleepte gegevens verplaatsen. | |
allowMultipleSelection — Eigenschap, klasse fl.controls.SelectableList | |
Hiermee wordt een Booleaanse waarde opgehaald die aangeeft of meerdere items in de lijst tegelijk kunnen worden geselecteerd. | |
allowMultipleSelection — Eigenschap, klasse mx.controls.DateChooser | |
If true, specifies that multiple selection is allowed in the DateChooser control. | |
allowMultipleSelection — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Eigenschap, klasse mx.controls.listClasses.ListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Eigenschap, klasse spark.components.List | |
If true multiple selection is enabled. | |
allowNegative — Eigenschap, klasse mx.validators.CurrencyValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Eigenschap, klasse mx.validators.NumberValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Eigenschap, klasse spark.validators.supportClasses.NumberValidatorBase | |
Specifies whether negative numbers are permitted. | |
allowNegativeForStacked — Eigenschap, klasse mx.charts.chartClasses.StackedSeries | |
Setting this property to true will stack positive and negative values separately | |
allowNewAttachments — Eigenschap, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
The indicator that adding Attachments is permitted. | |
allowNewNotes — Eigenschap, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
The indicator that adding Notes is permitted. | |
allowNull — Eigenschap, klasse flash.data.SQLColumnSchema | |
Geeft aan of NULL-waarden zijn toegestaan in deze kolom. | |
allowPDFInteraction — Eigenschap, klasse com.adobe.solutions.acm.ccr.presentation.pdf.LetterPDFContainer | |
The flag indicating whether the PDF rendered is interactive or not.The value true specifies that PDF is interactive. | |
allowRead — Eigenschap, interface com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be read. | |
allowRead — Eigenschap, klasse lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the read permission for an attachment. | |
allowsAdd() — methode, interface com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to request a new child element. | |
allowSave — Eigenschap, klasse com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowSave is true, the "Save" action appears in the option menu. | |
allowsClose() — methode, interface com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to close a child element. | |
allowsClose — Eigenschap, klasse com.adobe.mosaic.sparklib.optionMenu.OptionMenuButton | |
When false, displays a "Close" item in the menu. | |
allowsFullScreen — Eigenschap, klasse flash.display.Stage | |
Hiermee wordt aangegeven of dit werkgebied het gebruik van de volledige-schermmodus toestaat | |
allowsFullScreenInteractive — Eigenschap, klasse flash.display.Stage | |
Hiermee wordt aangegeven of dit werkgebied het gebruik van de volledige-schermmodus met tekstinvoer toestaat | |
allowsSave() — methode, interface com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to save a child element. | |
allowsSave — Eigenschap, klasse com.adobe.mosaic.sparklib.optionMenu.OptionMenuButton | |
A special value when true, displays a "Save" item in the menu. | |
allowThumbOverlap — Eigenschap, klasse mx.controls.sliderClasses.Slider | |
If set to false, then each thumb can only be moved to the edge of the adjacent thumb. | |
allowTrackClick — Eigenschap, klasse mx.controls.sliderClasses.Slider | |
Specifies whether clicking on the track will move the slider thumb. | |
allowValueWrap — Eigenschap, klasse spark.components.Spinner | |
Determines the behavior of the control for a step when the current value is either the maximum or minimum value. | |
allowWrite — Eigenschap, interface com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be overwritten or writable. | |
allowWrite — Eigenschap, klasse lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the write permission for an attachment. | |
AllRuntimeSparkControls — klasse, pakket com.adobe.guides.spark.util | |
This class forces the framework spark controls to be included into the runtime swf | |
AllValuesAreSet() — methode, klasse fl.motion.AdjustColor | |
Hiermee wordt gecontroleerd of alle vier de AdjustColor-eigenschappen zijn ingesteld. | |
alpha — Eigenschap, klasse flash.display.DisplayObject | |
Geeft de alpha-transparantiewaarde van het opgegeven object aan. | |
alpha — Eigenschap, klasse flash.display.GraphicsSolidFill | |
Hiermee wordt de alpha-transparantiewaarde van de vulling aangegeven. | |
alpha — Eigenschap, klasse flash.filters.ConvolutionFilter | |
De alpha-transparantiewaarde van de vervangende kleur. | |
alpha — Eigenschap, klasse flash.filters.DisplacementMapFilter | |
Geeft de alpha-transparantiewaarde op die voor verschuivingen buiten de grenzen moet worden gebruikt. | |
alpha — Eigenschap, klasse flash.filters.DropShadowFilter | |
De alpha-transparantiewaarde voor de schaduwkleur. | |
alpha — Eigenschap, klasse flash.filters.GlowFilter | |
De alpha-transparantiewaarde voor de kleur. | |
alpha — Eigenschap, klasse flash.text.engine.ElementFormat | |
Geeft de transparantie aan van de lijnelementen die door dit object worden beïnvloed. | |
alpha — Eigenschap, klasse mx.containers.utilityClasses.PostScaleAdapter | |
alpha — Eigenschap, klasse mx.core.DesignLayer | |
The alpha for this design layer instance, between 0.0 and 1.0. | |
alpha — Eigenschap, interface mx.core.IFlexDisplayObject | |
Geeft de alpha-transparantiewaarde van het opgegeven object aan. | |
alpha — Eigenschap, interface mx.core.IVisualElement | |
Geeft de alpha-transparantiewaarde van het opgegeven object aan. | |
alpha — Eigenschap, klasse mx.graphics.BitmapFill | |
The transparency of a fill. | |
alpha — Eigenschap, klasse mx.graphics.GradientEntry | |
The transparency of a gradient fill. | |
alpha — Eigenschap, klasse mx.graphics.RectangularDropShadow | |
De alpha-transparantiewaarde voor de schaduwkleur. | |
alpha — Eigenschap, klasse mx.graphics.SolidColor | |
The transparency of a color. | |
alpha — Eigenschap, klasse mx.graphics.SolidColorStroke | |
The transparency of a line. | |
alpha — Eigenschap, klasse spark.filters.ConvolutionFilter | |
The alpha transparency value for the color. | |
alpha — Eigenschap, klasse spark.filters.DisplacementMapFilter | |
Specifies the alpha transparency value to use for out-of-bounds displacements. | |
alpha — Eigenschap, klasse spark.filters.DropShadowFilter | |
The alpha transparency value for the color. | |
alpha — Eigenschap, klasse spark.filters.GlowFilter | |
The alpha transparency value for the color. | |
alpha — Eigenschap, klasse spark.primitives.RectangularDropShadow | |
The alpha transparency value for the color. | |
alpha — Eigenschap, klasse spark.primitives.supportClasses.GraphicElement | |
The level of transparency of the graphic element. | |
ALPHA — Statische eigenschap van type constante, klasse flash.display.BitmapDataChannel | |
Het alpha-kanaal. | |
ALPHA — Statische eigenschap van type constante, klasse flash.display.BlendMode | |
Past de alpha-waarde van elke pixel van het weergaveobject toe op de achtergrond. | |
ALPHA — Statische eigenschap van type constante, klasse spark.core.MaskType | |
The mask respects opacity and uses the strokes and bitmap filters of the mask. | |
alphaFrom — Eigenschap, klasse mx.effects.Dissolve | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse mx.effects.Fade | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse mx.effects.Glow | |
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse mx.effects.effectClasses.DissolveInstance | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse mx.effects.effectClasses.FadeInstance | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse mx.effects.effectClasses.GlowInstance | |
Starting transparency level. | |
alphaFrom — Eigenschap, klasse spark.effects.Fade | |
Initial value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Eigenschap, klasse spark.effects.supportClasses.FadeInstance | |
Initial value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaMultiplier — Eigenschap, klasse flash.geom.ColorTransform | |
Een decimale waarde die met de waarde van het alpha-transparantiekanaal wordt vermenigvuldigd. | |
ALPHANUMERIC — Statische eigenschap van type constante, klasse flash.ui.KeyboardType | |
Een standaardtoetsenbord met een volledige set nummers en letters. | |
ALPHANUMERIC_FULL — Statische eigenschap van type constante, klasse flash.system.IMEConversionMode | |
De tekenreeks ALPHANUMERIC_FULL voor gebruik met de eigenschap IME.conversionMode. | |
ALPHANUMERIC_HALF — Statische eigenschap van type constante, klasse flash.system.IMEConversionMode | |
De tekenreeks ALPHANUMERIC_HALF voor gebruik met de eigenschap IME.conversionMode. | |
alphaOffset — Eigenschap, klasse flash.geom.ColorTransform | |
Een getal van -255 tot 255 dat bij de waarde voor het alpha-transparantiekanaal wordt opgeteld nadat deze met de waarde alphaMultiplier is vermenigvuldigd. | |
alphas — Eigenschap, klasse flash.display.GraphicsGradientFill | |
Een array van alpha-waarden voor de bijbehorende kleuren in de kleurenarray. | |
alphas — Eigenschap, klasse flash.filters.GradientBevelFilter | |
Een array met alpha-transparantiewaarden voor de overeenkomende kleuren in de kleurenarray. | |
alphas — Eigenschap, klasse flash.filters.GradientGlowFilter | |
Een array met alpha-transparantiewaarden voor de overeenkomende kleuren in de kleurenarray. | |
alphaTo — Eigenschap, klasse mx.effects.Dissolve | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse mx.effects.Fade | |
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse mx.effects.Glow | |
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse mx.effects.effectClasses.DissolveInstance | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse mx.effects.effectClasses.FadeInstance | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse mx.effects.effectClasses.GlowInstance | |
Ending transparency level. | |
alphaTo — Eigenschap, klasse spark.effects.Fade | |
Final value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Eigenschap, klasse spark.effects.supportClasses.FadeInstance | |
Final value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
ALTERNATE — Statische eigenschap van type constante, klasse flash.display.NativeWindowSystemChrome | |
Gereserveerd voor gebruik in de toekomst. | |
ALTERNATE — Statische eigenschap van type constante, klasse flash.ui.Keyboard | |
Constante die is gekoppeld aan de waarde van de toetscode voor de Alt-toets (18). | |
alternatingItemColors — Stijl, klasse mx.controls.listClasses.ListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse mx.controls.listClasses.AdvancedListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse mx.controls.Tree | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Stijl, klasse mx.controls.ComboBox | |
The set of BackgroundColors for drop-down list rows in an alternating pattern. | |
alternatingItemColors — Stijl, klasse mx.controls.Menu | |
The colors used for menu or submenu menu items in an alternating pattern. | |
alternatingItemColors — Stijl, klasse mx.controls.AdvancedDataGrid | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Stijl, klasse spark.components.supportClasses.GroupBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.components.List | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.components.SkinnableContainer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.components.Scroller | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.components.LabelItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.skins.spark.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stijl, klasse spark.skins.wireframe.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingRowColors — Stijl, klasse spark.components.DataGrid | |
Used to initialize the DataGrid's rowBackground skin part. | |
alternatingRowColorsBackground — Skinonderdelen , klasse spark.components.DataGrid | |
The IVisualElement class used to render the alternatingRowColors style. The IVisualElement class used to render the alternatingRowColors style. | |
ALTERNATIVE_AUDIO — Statische eigenschap van type constante, klasse org.osmf.traits.MediaTraitType | |
Identifies an instance of an AlternativeAudioTrait. | |
AlternativeAudioEvent — klasse, pakket org.osmf.events | |
An AlternativeAudioEvent is dispatched when the properties of an AlternativeAudioTrait change. | |
AlternativeAudioEvent(type:String, bubbles:Boolean, cancelable:Boolean, switching:Boolean) — Constructor, klasse org.osmf.events.AlternativeAudioEvent | |
Default Constructor. | |
alternativeAudioStreamItems — Eigenschap, klasse org.osmf.net.StreamingURLResource | |
Vector containing all alternative audio items associated with the current streaming resource. | |
alternativeAudioStreamSwitching — Eigenschap, klasse org.osmf.media.MediaPlayer | |
Indicates whether or not an alternative audio stream switch is currently in progress. | |
AlternativeAudioTrait — klasse, pakket org.osmf.traits | |
AlternativeAudioTrait defines the trait interface for media supporting alternative audio streams. | |
AlternativeAudioTrait(numAlternativeAudioStreams:int) — Constructor, klasse org.osmf.traits.AlternativeAudioTrait | |
Default Constructor. | |
altitude — Eigenschap, klasse flash.events.GeolocationEvent | |
De hoogte in meters. | |
altKey — Eigenschap, klasse flash.events.GestureEvent | |
Geeft aan of de Alt-toets actief (true) of inactief (false) is. | |
altKey — Eigenschap, klasse flash.events.KeyboardEvent | |
Geeft aan of de Alt-toets actief (true) of inactief (false) is in Windows. Geeft aan of de Option-toets actief is in Mac OS. | |
altKey — Eigenschap, klasse flash.events.MouseEvent | |
Geeft aan of de Alt-toets actief (true) of inactief (false) is. | |
altKey — Eigenschap, klasse flash.events.TouchEvent | |
Geeft aan of de Alt-toets actief (true) of inactief (false) is. | |
altKey — Eigenschap, klasse mx.automation.events.AdvancedDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Eigenschap, klasse mx.automation.events.ChartSelectionChangeEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Eigenschap, klasse mx.automation.events.ListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Eigenschap, klasse mx.events.SandboxMouseEvent | |
Indicates whether the Alt key was pressed. | |
altKey — Eigenschap, klasse spark.automation.events.SparkDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Eigenschap, klasse spark.automation.events.SparkListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altText — Eigenschap, klasse com.adobe.icomm.assetplacement.model.Resource | |
Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen. | |
ALWAYS — Statische eigenschap van type constante, klasse flash.display.PixelSnapping | |
Een constante waarde die wordt gebruikt in de eigenschap pixelSnapping van een object Bitmap om op te geven dat de bitmapafbeelding altijd wordt uitgelijnd naar de dichtstbijzijnde pixel, onafhankelijk van enige transformatie. | |
ALWAYS — Statische eigenschap van type constante, klasse flash.display3D.Context3DCompareMode | |
De vergelijking wordt altijd als true geëvalueerd. | |
ALWAYS — Statische eigenschap van type constante, klasse flash.text.StageTextClearButtonMode | |
StageText clearButton wordt altijd weergegeven | |
ALWAYS — Statische eigenschap van type constante, klasse spark.components.TextSelectionHighlighting | |
Always show the text selection, even if the component doesn't have the keyboard focus or if the component's window isn't the active window. | |
alwaysCreateDisplayObject — Eigenschap, klasse spark.primitives.supportClasses.GraphicElement | |
Specifies that this GraphicElement is to be associated with and be rendered to its own DisplayObject. | |
alwaysInFront — Eigenschap, klasse flash.display.NativeWindow | |
Geeft aan of dit venster altijd vóór andere vensters wordt weergegeven (inclusief die van andere toepassingen). | |
alwaysInFront — Eigenschap, klasse mx.core.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Eigenschap, klasse mx.core.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
alwaysInFront — Eigenschap, klasse spark.components.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Eigenschap, klasse spark.components.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
ALWAYS_REQUIRED — Statische eigenschap van type constante, klasse flash.security.RevocationCheckSettings | |
Controleer altijd intrekking van certificaten. | |
alwaysShowSelection — Eigenschap, klasse fl.controls.TextArea | |
Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of Flash Player een selectie in het tekstveld markeert wanneer het tekstveld geen focus heeft. | |
alwaysShowSelection — Eigenschap, klasse fl.controls.TextInput | |
Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft hoe een selectie wordt weergegeven wanneer het tekstveld geen focus heeft. | |
alwaysShowSelection — Eigenschap, klasse fl.text.TLFTextField | |
Wanneer ingesteld op true en het tekstveld geen focus heeft, maakt Flash Player de selectie in het tekstveld lichtblauw. | |
alwaysShowSelection — Eigenschap, klasse flash.text.TextField | |
Wanneer ingesteld op true en het tekstveld geen focus heeft, maakt Flash Player de selectie in het tekstveld grijs. | |
alwaysShowSelection — Eigenschap, klasse mx.core.FTETextField | |
This property is not implemented in FTETextField because FTETextField does not support selection. | |
alwaysShowSelection — Eigenschap, interface mx.core.IUITextField | |
Wanneer ingesteld op true en het tekstveld geen focus heeft, maakt Flash Player de selectie in het tekstveld grijs. | |
AMBIENT — Statische eigenschap van type constante, klasse flash.media.AudioPlaybackMode | |
Een modus om omringend geluid af te spelen. | |
AMERICAN_EXPRESS — Statische eigenschap van type constante, klasse mx.validators.CreditCardValidatorCardType | |
Specifies the card type as American Express. | |
AMF0 — Statische eigenschap van type constante, klasse flash.net.ObjectEncoding | |
Geeft op dat op objecten serienummering wordt toegepast via AMF (Action Message Format) voor ActionScript 1.0 en 2.0. | |
AMF3 — Statische eigenschap van type constante, klasse flash.net.ObjectEncoding | |
Geeft op dat op objecten serienummering wordt toegepast via AMF (Action Message Format) voor ActionScript 3.0. | |
AMFChannel — klasse, pakket mx.messaging.channels | |
The AMFChannel class provides the AMF support for messaging. | |
AMFChannel(id:String, uri:String) — Constructor, klasse mx.messaging.channels.AMFChannel | |
Constructor. | |
amfChannelURI — Eigenschap, klasse com.adobe.dct.model.ConfigModel | |
The amfChannel URI. | |
analyze — Gebeurtenis, klasse flash.data.SQLConnection | |
Wordt verzonden als de bewerking analyze() correct is voltooid. | |
analyze(resourceName:String, responder:flash.net:Responder) — methode, klasse flash.data.SQLConnection | |
Verzamelt statistische gegevens over database-indexen en slaat deze op in de database. | |
ANALYZE — Statische eigenschap van type constante, klasse flash.errors.SQLErrorOperation | |
Geeft aan dat de methode SQLConnection.analyze() werd aangeroepen. | |
ANALYZE — Statische eigenschap van type constante, klasse flash.events.SQLEvent | |
De constante SQLEvent.ANALYZE definieert de waarde van de eigenschap type van een analyze-gebeurtenisobject. | |
ancestor — Eigenschap, klasse mx.styles.CSSSelector | |
If this selector is part of a descendant selector it may have a further selector defined for an arbitrary ancestor. | |
anchorBookmark — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
A bookmark to the item that is the anchor. | |
anchorBookmark — Eigenschap, klasse mx.controls.listClasses.ListBase | |
A bookmark to the item that is the anchor. | |
anchorColumnIndex — Eigenschap, klasse mx.controls.AdvancedDataGrid | |
The column index of the current anchor. | |
anchorColumnIndex — Eigenschap, klasse spark.components.Grid | |
The column index of the anchor for the next shift selection. | |
anchorIndex — Eigenschap, klasse mx.controls.listClasses.AdvancedListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorIndex — Eigenschap, klasse mx.controls.listClasses.ListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorPosition — Eigenschap, interface flashx.textLayout.edit.ISelectionManager | |
Het ankerpunt van de selectie. | |
anchorPosition — Eigenschap, klasse flashx.textLayout.edit.SelectionManager | |
Het ankerpunt van de selectie. | |
anchorPosition — Eigenschap, klasse flashx.textLayout.elements.TextRange | |
Ankerpositie van de selectie als een absolute positie in de TextFlow. | |
anchorRowIndex — Eigenschap, klasse spark.components.Grid | |
The row index of the anchor for the next shift selection. | |
AndOperator — klasse, pakket com.adobe.icc.editors.model.el.operators | |
The implementation of the and operator | |
AndOperator() — Constructor, klasse com.adobe.icc.editors.model.el.operators.AndOperator | |
Constructor. | |
angle — Eigenschap, klasse coldfusion.service.mxml.Image | |
Rotates the image; Angle in degrees. | |
angle — Eigenschap, klasse flash.filters.BevelFilter | |
De hoek van de schuine kant. | |
angle — Eigenschap, klasse flash.filters.DropShadowFilter | |
De hoek van de schaduw. | |
angle — Eigenschap, klasse flash.filters.GradientBevelFilter | |
De hoek in graden. | |
angle — Eigenschap, klasse flash.filters.GradientGlowFilter | |
De hoek in graden. | |
angle — Eigenschap, klasse mx.charts.series.items.PieSeriesItem | |
The angle, in radians, that this wedge subtends. | |
angle — Eigenschap, klasse mx.graphics.GradientBase | |
By default, the LinearGradientStroke defines a transition from left to right across the control. | |
angle — Eigenschap, klasse mx.graphics.RectangularDropShadow | |
De hoek van de schaduw. | |
angle — Eigenschap, klasse spark.filters.BevelFilter | |
The angle of the bevel, in degrees. | |
angle — Eigenschap, klasse spark.filters.DropShadowFilter | |
The angle of the bevel. | |
angle — Eigenschap, klasse spark.filters.GradientFilter | |
The angle, in degrees. | |
angle — Eigenschap, klasse spark.primitives.RectangularDropShadow | |
The angle of the bevel. | |
angleBetween(a:flash.geom:Vector3D, b:flash.geom:Vector3D) — Statische methode , klasse flash.geom.Vector3D | |
Retourneert de hoek in radialen tussen twee vectoren. | |
angleBy — Eigenschap, klasse spark.effects.Rotate | |
Degrees by which to rotate the target object. | |
angleFrom — Eigenschap, klasse mx.effects.Rotate | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Eigenschap, klasse mx.effects.effectClasses.RotateInstance | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Eigenschap, klasse spark.effects.Rotate | |
The starting angle of rotation of the target object, in degrees. | |
angleTo — Eigenschap, klasse mx.effects.Rotate | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Eigenschap, klasse mx.effects.effectClasses.RotateInstance | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Eigenschap, klasse spark.effects.Rotate | |
The ending angle of rotation of the target object, in degrees. | |
angleXFrom — Eigenschap, klasse spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the x axis, expressed in degrees. | |
angleXTo — Eigenschap, klasse spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the x axis, expressed in degrees. | |
angleYFrom — Eigenschap, klasse spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the y axis, expressed in degrees. | |
angleYTo — Eigenschap, klasse spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the y axis, expressed in degrees. | |
angleZFrom — Eigenschap, klasse spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the z axis, expressed in degrees. | |
angleZTo — Eigenschap, klasse spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the z axis, expressed in degrees. | |
angularAxis — Eigenschap, klasse mx.charts.chartClasses.PolarChart | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
angularAxis — Eigenschap, klasse mx.charts.chartClasses.PolarDataCanvas | |
Defines the labels, tick marks, and data position for items on the x-axis. | |
angularAxis — Eigenschap, klasse mx.charts.series.PieSeries | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
ANGULAR_AXIS — Statische eigenschap van type constante, klasse mx.charts.chartClasses.PolarTransform | |
A string representing the angular axis. | |
animate — Eigenschap, klasse mx.events.AdvancedDataGridEvent | |
If true, animate an opening or closing operation; used for ITEM_OPENING type events only. | |
animate — Eigenschap, klasse mx.events.TreeEvent | |
Whether to animate an opening or closing operation; used for ITEM_OPENING type events only. | |
Animate — klasse, pakket spark.effects | |
This Animate effect animates an arbitrary set of properties between values. | |
Animate(target:Object) — Constructor, klasse spark.effects.Animate | |
Constructor. | |
AnimateColor — klasse, pakket spark.effects | |
The AnimateColor effect animates a change in a color property over time, interpolating between given from/to color values on a per-channel basis. | |
AnimateColor(target:Object) — Constructor, klasse spark.effects.AnimateColor | |
Constructor. | |
AnimateColorInstance — klasse, pakket spark.effects.supportClasses | |
The AnimateColorInstance class is the instance class of the AnimateColor effect, which animates a change in color by interpolating the from/to values per color channel. | |
AnimateColorInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AnimateColorInstance | |
Constructor. | |
AnimateFilter — klasse, pakket spark.effects | |
The AnimateFilter effect applies an mx.filters.IBitmapFilter instance to the target and allows you to animate properties of the filter between values. | |
AnimateFilter(target:Object, filter:mx.filters:IBitmapFilter) — Constructor, klasse spark.effects.AnimateFilter | |
Constructor. | |
AnimateFilterInstance — klasse, pakket spark.effects.supportClasses | |
The AnimateFilterInstance class implements the instance class for the AnimateFilter effect. | |
AnimateFilterInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AnimateFilterInstance | |
Constructor. | |
AnimateInstance — klasse, pakket spark.effects.supportClasses | |
The AnimateInstance class implements the instance class for the Animate effect. | |
AnimateInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AnimateInstance | |
Constructor. | |
animatePaging(newValue:Number, pageSize:Number) — methode, klasse spark.components.supportClasses.ScrollBarBase | |
Animates the operation to move to newValue. | |
AnimateProperty — klasse, pakket mx.effects | |
The AnimateProperty effect animates a property or style of a component. | |
AnimateProperty(target:Object) — Constructor, klasse mx.effects.AnimateProperty | |
Constructor. | |
AnimatePropertyInstance — klasse, pakket mx.effects.effectClasses | |
The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
AnimatePropertyInstance(target:Object) — Constructor, klasse mx.effects.effectClasses.AnimatePropertyInstance | |
Constructor. | |
animateStepping(newValue:Number, stepSize:Number) — methode, klasse spark.components.supportClasses.ScrollBarBase | |
Animates the operation to step to newValue. | |
AnimateTransform — klasse, pakket spark.effects | |
The AnimateTransform effect controls all transform-related animations on target objects. | |
AnimateTransform(target:Object) — Constructor, klasse spark.effects.AnimateTransform | |
Constructor. | |
AnimateTransform3D — klasse, pakket spark.effects | |
The AnimateTransform3D effect extends the abilities of the AnimateTransform effect to 3D transform properties. | |
AnimateTransform3D(target:Object) — Constructor, klasse spark.effects.AnimateTransform3D | |
Constructor. | |
AnimateTransformInstance — klasse, pakket spark.effects.supportClasses | |
The AnimateTransformInstance class implements the instance class for the AnimateTransform effect. | |
AnimateTransformInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AnimateTransformInstance | |
Constructor. | |
AnimateTransitionShader — klasse, pakket spark.effects | |
The AnimateTransitionShader effect animates a transition between two bitmaps, one representing the start state (bitmapFrom), and the other representing the end state (bitmapTo). | |
AnimateTransitionShader(target:Object) — Constructor, klasse spark.effects.AnimateTransitionShader | |
Constructor. | |
AnimateTransitionShaderInstance — klasse, pakket spark.effects.supportClasses | |
The AnimateTransitionShaderInstance class implements the instance class for the AnimateTransitionShader effect. | |
AnimateTransitionShaderInstance(target:Object) — Constructor, klasse spark.effects.supportClasses.AnimateTransitionShaderInstance | |
Constructor. | |
Animation — definitieve klasse, pakket spark.effects.animation | |
The Animation class defines an animation that happens between the start and end values of a property over a specified period of time. | |
Animation(duration:Number, property:String, startValue:Object, endValue:Object) — Constructor, klasse spark.effects.animation.Animation | |
Constructor. | |
animationDuration — Eigenschap, klasse com.adobe.mosaic.layouts.MosaicLayoutBase | |
The amount of time to give any annimation to run its course. | |
animationEnd(animation:spark.effects.animation:Animation) — methode, interface spark.effects.animation.IAnimationTarget | |
Called when an Animation instance ends. | |
animationRepeat(animation:spark.effects.animation:Animation) — methode, interface spark.effects.animation.IAnimationTarget | |
Called when an Animation instance repeats. | |
animationStart(animation:spark.effects.animation:Animation) — methode, interface spark.effects.animation.IAnimationTarget | |
Called when an Animation instance starts. | |
animationStop(animation:spark.effects.animation:Animation) — methode, interface spark.effects.animation.IAnimationTarget | |
Called when an Animation instance stops. | |
animationTarget — Eigenschap, klasse spark.effects.animation.Animation | |
The IAnimationTarget object notified with all start, end, repeat, and update events for this animation. | |
animationUpdate(animation:spark.effects.animation:Animation) — methode, interface spark.effects.animation.IAnimationTarget | |
Called during every update of an Animation instance. | |
Animator — klasse, pakket fl.motion | |
De klasse Animator past een XML-beschrijving van een bewegingstween toe op een weergaveobject. | |
Animator(xml:XML, target:flash.display:DisplayObject) — Constructor, klasse fl.motion.Animator | |
Hiermee wordt een object Animation gemaakt om de op XML gebaseerde beschrijving van de bewegingstween op het weergaveobject toe te passen. | |
Animator3D — klasse, pakket fl.motion | |
De klasse Animator3D past een XML-beschrijving van een driedimensionale bewegingstween toe op een weergaveobject. | |
Animator3D(xml:XML, target:flash.display:DisplayObject) — Constructor, klasse fl.motion.Animator3D | |
Hiermee wordt een object Animation3D gemaakt om de op XML gebaseerde beschrijving van de bewegingstween in drie dimensies op het weergaveobject toe te passen. | |
AnimatorBase — klasse, pakket fl.motion | |
De klasse AnimatorBase past een XML-beschrijving van een bewegingstween toe op een weergaveobject. | |
AnimatorBase(xml:XML, target:flash.display:DisplayObject) — Constructor, klasse fl.motion.AnimatorBase | |
Hiermee wordt een object AnimationBase gemaakt om de op XML gebaseerde beschrijving van de bewegingstween op het weergaveobject toe te passen. | |
AnimatorFactory — klasse, pakket fl.motion | |
De klasse AnimatorFactory biedt ondersteuning op basis van ActionScript om één Motion-object te koppelen aan meerdere weergaveobjecten. | |
AnimatorFactory(motion:fl.motion:MotionBase, motionArray:Array) — Constructor, klasse fl.motion.AnimatorFactory | |
Hiermee wordt een AnimatorFactory-instantie gemaakt die u kunt gebruiken om de eigenschappen van een MotionBase-object te koppelen aan weergaveobjecten. | |
AnimatorFactory3D — klasse, pakket fl.motion | |
De klasse AnimatorFactory3D biedt ondersteuning op basis van ActionScript om één Motion-object met driedimensionale eigenschappen te koppelen aan meerdere weergaveobjecten. | |
AnimatorFactory3D(motion:fl.motion:MotionBase, motionArray:Array) — Constructor, klasse fl.motion.AnimatorFactory3D | |
Hiermee wordt een AnimatorFactory3D-instantie gemaakt die u kunt gebruiken om de eigenschappen van een MotionBase-object te koppelen aan weergaveobjecten. | |
AnimatorFactoryBase — klasse, pakket fl.motion | |
De klasse AnimatorFactoryBase biedt op ActionScript gebaseerde ondersteuning om meerdere doelobjecten dynamisch in runtime weer te geven en te tweenen met één Motion. | |
AnimatorFactoryBase(motion:fl.motion:MotionBase, motionArray:Array) — Constructor, klasse fl.motion.AnimatorFactoryBase | |
Hiermee wordt een instantie van de klasse AnimatorFactoryBase gemaakt. | |
AnimatorFactoryUniversal — klasse, pakket fl.motion | |
De klasse AnimatorFactoryUniversal biedt ondersteuning op basis van ActionScript om één Motion-object te koppelen aan meerdere weergaveobjecten. | |
AnimatorFactoryUniversal(motion:fl.motion:MotionBase, motionArray:Array) — Constructor, klasse fl.motion.AnimatorFactoryUniversal | |
Hiermee wordt een AnimatorFactory-instantie gemaakt die u kunt gebruiken om de eigenschappen van een MotionBase-object te koppelen aan weergaveobjecten. | |
AnimatorUniversal — klasse, pakket fl.motion | |
De AnimatorUniversal-klasse past een ActionScript-beschrijving van een twee- en driedimensionale beweging toe op een weergaveobject. | |
AnimatorUniversal() — Constructor, klasse fl.motion.AnimatorUniversal | |
Maakt een AnimatorUniversal-objectbeweging naar een weergaveobject. | |
ANISOTROPIC16X — Statische eigenschap van type constante, klasse flash.display3D.Context3DTextureFilter | |
Gebruik anisotropisch filter met de hoogte-/breedteverhouding 8:1 voor upsampling van structuren | |
ANISOTROPIC2X — Statische eigenschap van type constante, klasse flash.display3D.Context3DTextureFilter | |
Gebruik anisotropisch filter met de hoogte-/breedteverhouding 4:1 voor upsampling van structuren | |
ANISOTROPIC4X — Statische eigenschap van type constante, klasse flash.display3D.Context3DTextureFilter | |
Gebruik anisotropisch filter met de hoogte-/breedteverhouding 2:1 voor upsampling van structuren | |
ANISOTROPIC8X — Statische eigenschap van type constante, klasse flash.display3D.Context3DTextureFilter | |
Gebruik anisotropisch filter met de hoogte-/breedteverhouding 16:1 voor upsampling van structuren | |
annotationElements — Eigenschap, klasse mx.charts.chartClasses.ChartBase | |
Sets an array of ChartElement objects that appears on top of any data series rendered by the chart. | |
AnnotationParseEvent — klasse, pakket com.adobe.mosaic.om.events | |
The AnnotationParseEvent is dispatched when annotation parsers have completed processing, digesting, and injecting values onto eligible composite application parts, such as Tile or Service. | |
AnnotationParseEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, klasse com.adobe.mosaic.om.events.AnnotationParseEvent | |
Constructor. | |
anonymous — Eigenschap, interface com.adobe.livecycle.ria.security.api.IUser | |
A flag that indicates whether the current user is anonymous. | |
anonymous — Eigenschap, klasse com.adobe.livecycle.ria.security.service.User | |
A flag that indicates whether the current user is anonymous. | |
ANONYMOUS — Statische eigenschap van type constante, klasse flash.net.drm.AuthenticationMethod | |
Geeft aan dat er geen verificatie vereist is. | |
antiAliasType — Eigenschap, klasse fl.text.TLFTextField | |
Het type antialiasing dat wordt gebruikt voor dit tekstveld. | |
antiAliasType — Eigenschap, klasse flash.text.TextField | |
Het type antialiasing dat wordt gebruikt voor dit tekstveld. | |
antiAliasType — Eigenschap, klasse mx.core.FTETextField | |
This property has no effect in FTETextField because FTE uses a newer font renderer than TextField. | |
antiAliasType — Eigenschap, interface mx.core.IUITextField | |
Het type antialiasing dat wordt gebruikt voor dit tekstveld. | |
antiAliasType — Eigenschap, klasse mx.core.UITextFormat | |
Defines the anti-aliasing setting for the UITextField class. | |
AntiAliasType — definitieve klasse, pakket flash.text | |
De klasse AntiAliasType biedt waarden voor antialiasing in de klasse flash.text.TextField. | |
ANY — Statische eigenschap van type constante, klasse flash.display.StageAspectRatio | |
Geeft een apparaatoriëntatie aan die zowel ondersteuning biedt aan een landschap-UI als aan een portret-UI.. | |
ANY — Statische eigenschap van type constante, klasse flash.text.engine.BreakOpportunity | |
Behandelt elk teken in het object ContentElement als een regeleindeoptie. | |
ANY — Statische eigenschap van type constante, klasse mx.validators.CurrencyValidatorAlignSymbol | |
Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class. | |
ANY_INDEX_MODE — Statische eigenschap van type constante, klasse mx.collections.Sort | |
When executing a find return the index any matching item. | |
ANY_INDEX_MODE — Statische eigenschap van type constante, klasse spark.collections.Sort | |
When executing a find return the index any matching item. | |
appContext — Eigenschap, klasse com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
The Aplication Context to be used for this application instance. | |
appContext — Statische eigenschap, klasse com.adobe.icc.services.ServiceProvider | |
Fetch the Application Context for the current application. | |
appContextFolder — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewTemplateVO | |
APP_CONTEXT_PREFIX — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
A special value that defines the Application Context prefix to add before the actual value of the Application Context. | |
APPCONTEXT_REMOTING_SERVICE — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
A special value that defines the Application Context Remoting Service exposed by Adobe Digital Enterprise Platform Experience Services - Content Repository to register the Application Context. | |
append(lhs:flash.geom:Matrix3D) — methode, klasse flash.geom.Matrix3D | |
Breidt de matrix uit door een ander Matrix3D-object te vermenigvuldigen met het huidige Matrix3D-object. | |
APPEND — Statische eigenschap van type constante, klasse flash.filesystem.FileMode | |
Wordt gebruikt voor een bestand dat in de schrijfmodus moet worden geopend, waarbij alle geschreven gegevens aan het eind van het bestand worden toegevoegd. | |
APPEND — Statische eigenschap van type constante, klasse flash.net.NetStreamPlayTransitions | |
Voegt de stream aan een afspeellijst toe en begint de eerste stream opnieuw af te spelen. | |
APPEND_AND_WAIT — Statische eigenschap van type constante, klasse flash.net.NetStreamPlayTransitions | |
Stelt een afspeellijst samen, zonder dat het vanaf de eerste stream wordt afgespeeld. | |
appendBytes(bytes:flash.utils:ByteArray) — methode, klasse flash.net.NetStream | |
Geeft een ByteArray in een NetStream door om te worden uitgespeeld. | |
appendBytesAction(netStreamAppendBytesAction:String) — methode, klasse flash.net.NetStream | |
Geeft een discontinuïteit van de tijdschaal aan, maakt de FIFO leeg en kondigt een bestandsheader of het begin van een FLV-tag aan bij de byteparser. | |
appendChild(child:Object) — methode, klasse XML | |
Voegt het opgegeven onderliggende item aan het einde van de eigenschappen van het XML-object toe. | |
appendChild(node:flash.xml:XMLNode) — methode, klasse flash.xml.XMLNode | |
Voegt het opgegeven knooppunt toe aan de lijst met onderliggende items van het object XML. | |
appendItemData(archiveData:flash.utils:IDataOutput, version:String, changedItems:mx.data:ChangedItems) — methode, klasse mx.data.SQLiteOfflineAdapter | |
Appends to the byte array the specified data items. | |
appendRandomQueryParameter — Eigenschap, klasse flash.media.AVNetworkingParams | |
appendRotation(degrees:Number, axis:flash.geom:Vector3D, pivotPoint:flash.geom:Vector3D) — methode, klasse flash.geom.Matrix3D | |
Voegt een incrementele rotatie toe aan een Matrix3D-object. | |
appendScale(xScale:Number, yScale:Number, zScale:Number) — methode, klasse flash.geom.Matrix3D | |
Voegt een incrementele schaalwijziging langs de X-, Y- en Z-assen, toe aan een Matrix3D-object. | |
appendSecurityTicket(url:String, ticket:com.adobe.livecycle.ria.security.api:ITicket) — methode, klasse com.adobe.livecycle.content.File | |
Appends User Manager (UM) ticket to the URL. | |
appendText(text:String) — methode, klasse fl.controls.TextArea | |
Hiermee wordt de opgegeven tekenreeks na het laatste teken in de component TextArea toegevoegd. | |
appendText(text:String) — methode, klasse fl.controls.TextInput | |
Hiermee wordt de opgegeven tekenreeks na het laatste teken in de TextArea toegevoegd. | |
appendText(newText:String) — methode, klasse fl.text.TLFTextField | |
Voegt de tekenreeks die is opgegeven met de parameter newText toe aan het einde van de tekst in het tekstveld. | |
appendText(newText:String) — methode, klasse flash.text.TextField | |
Voegt de tekenreeks die is opgegeven met de parameter newText toe aan het einde van de tekst in het tekstveld. | |
appendText(newText:String) — methode, klasse mx.core.FTETextField | |
This method has not been implemented in FTETextField because very few components use it in TextField. | |
appendText(newText:String) — methode, interface mx.core.IUITextField | |
Voegt de tekenreeks die is opgegeven met de parameter newText toe aan het einde van de tekst in het tekstveld. | |
appendText(text:String) — methode, klasse spark.components.RichEditableText | |
Appends the specified text to the end of the RichEditableText, as if you had clicked at the end and typed. | |
appendText(text:String) — methode, klasse spark.components.supportClasses.SkinnableTextBase | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — methode, klasse spark.components.supportClasses.StyleableStageText | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — methode, klasse spark.components.supportClasses.StyleableTextField | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — methode, interface spark.core.IEditableText | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendTranslation(x:Number, y:Number, z:Number) — methode, klasse flash.geom.Matrix3D | |
Voegt een incrementele vertaling, een herplaatsing langs de X-, Y- en Z-assen, toe aan een Matrix3D-object. | |
application — Eigenschap, klasse coldfusion.service.PdfInfo | |
Application used to create the PDF document. | |
application — Eigenschap, klasse com.adobe.mosaic.mxml.Shell | |
The value of the Application MXML on the Shell. | |
application — Eigenschap, klasse com.adobe.mosaic.om.events.LoadApplicationEvent | |
The IApplication loaded if successful. | |
application — Statische eigenschap, klasse mx.core.Application | |
A reference to the top-level application. | |
application — Eigenschap, klasse mx.managers.SystemManager | |
The application parented by this SystemManager. | |
Application — klasse, pakket com.adobe.mosaic.mxml | |
The Application mxml component represents a composite application that can placed onto the Flex Display List using the composite application shell MXML component. | |
Application — klasse, pakket mx.core | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application — klasse, pakket spark.components | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application() — Constructor, klasse com.adobe.mosaic.mxml.Application | |
Constructor. | |
Application() — Constructor, klasse mx.core.Application | |
Constructor. | |
Application() — Constructor, klasse spark.components.Application | |
Constructor. | |
APPLICATION — Statische eigenschap van type constante, klasse flash.system.Security | |
Het bestand wordt in een AIR-toepassing uitgevoerd en is geïnstalleerd met het pakket (het AIR-bestand) voor die toepassing. | |
APPLICATION — Statische eigenschap van type constante, klasse mx.managers.PopUpManagerChildList | |
Indicates that the popup is placed in the same child list as the application. | |
applicationActivate — Gebeurtenis, klasse mx.core.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Gebeurtenis, klasse mx.core.WindowedApplication | |
Dispatched when this application is activated. | |
applicationActivate — Gebeurtenis, klasse spark.components.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Gebeurtenis, klasse spark.components.WindowedApplication | |
Dispatched when this application is activated. | |
APPLICATION_ACTIVATE — Statische eigenschap van type constante, klasse mx.events.AIREvent | |
The AIREvent.APPLICATION_ACTIVATE constant defines the value of the type property of the event object for an applicationActivate event. | |
ApplicationAutomationImpl — klasse, pakket mx.automation.delegates.containers | |
Defines the methods and properties required to perform instrumentation for the Application class. | |
ApplicationAutomationImpl(obj:mx.core:Application) — Constructor, klasse mx.automation.delegates.containers.ApplicationAutomationImpl | |
Constructor. | |
ApplicationBackground — klasse, pakket mx.skins.halo | |
The skin for application background gradient. | |
ApplicationBackground() — Constructor, klasse mx.skins.halo.ApplicationBackground | |
Constructor | |
applicationComplete — Gebeurtenis, klasse mx.core.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
applicationComplete — Gebeurtenis, klasse mx.managers.SystemManager | |
Dispatched when the application has finished initializing | |
applicationComplete — Gebeurtenis, klasse spark.components.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
APPLICATION_COMPLETE — Statische eigenschap van type constante, klasse mx.events.FlexEvent | |
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the type property of the event object for a applicationComplete event. | |
ApplicationConstants — klasse, pakket com.adobe.mosaic.om.constants | |
The ApplicationConstants provides constants to indicate the current status of an Application in its lifecycle. | |
ApplicationControlBar — klasse, pakket mx.containers | |
The ApplicationControlBar container holds components that provide global navigation and application commands For the Halo Application container. | |
ApplicationControlBar() — Constructor, klasse mx.containers.ApplicationControlBar | |
Constructor. | |
applicationDeactivate — Gebeurtenis, klasse mx.core.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Gebeurtenis, klasse mx.core.WindowedApplication | |
Dispatched when this application is deactivated. | |
applicationDeactivate — Gebeurtenis, klasse spark.components.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Gebeurtenis, klasse spark.components.WindowedApplication | |
Dispatched when this application is deactivated. | |
APPLICATION_DEACTIVATE — Statische eigenschap van type constante, klasse mx.events.AIREvent | |
The AIREvent.APPLICATION_DEACTIVATE constant defines the value of the type property of the event object for an applicationDeactivate event. | |
applicationDescriptor — Eigenschap, klasse flash.desktop.NativeApplication | |
De inhoud van het toepassingsbeschrijvingsbestand voor deze AIR-toepassing. | |
applicationDirectory — Statische eigenschap, klasse flash.filesystem.File | |
De map met de geïnstalleerde bestanden van de toepassing. | |
applicationDomain — Eigenschap, interface com.adobe.gravity.service.bundleloader.IBundleLoaderContext | |
The ApplicationDomain for the bundle being loaded. | |
applicationDomain — Eigenschap, klasse fl.display.ProLoaderInfo | |
Wanneer een extern SWF-bestand wordt geladen, worden alle ActionScript 3.0-definities in de geladen klasse opgeslagen in de eigenschap applicationDomain. | |
applicationDomain — Eigenschap, klasse flash.display.LoaderInfo | |
Wanneer een extern SWF-bestand wordt geladen, worden alle ActionScript 3.0-definities in de geladen klasse opgeslagen in de eigenschap applicationDomain. | |
applicationDomain — Eigenschap, klasse flash.system.LoaderContext | |
Geeft het toepassingsdomein op dat moet worden gebruikt voor de methode Loader.load() of Loader.loadBytes(). | |
applicationDomain — Eigenschap, klasse mx.modules.ModuleLoader | |
The application domain to load your module into. | |
applicationDomain — Eigenschap, klasse spark.modules.ModuleLoader | |
The application domain to load your module into. | |
ApplicationDomain — definitieve klasse, pakket flash.system | |
De klasse ApplicationDomain is een container voor discrete groepen klassedefinities. | |
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor, klasse flash.system.ApplicationDomain | |
Maakt een nieuw toepassingsdomein. | |
applicationDomainTarget — Eigenschap, klasse mx.core.RSLData | |
The requested application domain to load the RSL into. | |
ApplicationDomainTarget — definitieve klasse, pakket mx.core | |
The ApplicationDomainTarget class defines the possible values for the applicationDomainTarget property of the RSLData class. | |
applicationDPI — Eigenschap, klasse spark.components.Application | |
The DPI of the application. | |
applicationDPI — Eigenschap, klasse spark.components.LabelItemRenderer | |
Returns the DPI of the application. | |
applicationDPI — Eigenschap, klasse spark.skins.mobile.ViewMenuSkin | |
Returns the DPI of the application. | |
applicationDPI — Eigenschap, klasse spark.skins.mobile.supportClasses.MobileSkin | |
Returns the DPI of the application. | |
applicationID — Eigenschap, klasse flash.desktop.NativeApplication | |
De toepassings-id van deze toepassing. | |
applicationID — Eigenschap, klasse mx.core.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationID — Eigenschap, klasse spark.components.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationList — Eigenschap, klasse com.adobe.mosaic.om.events.RequestApplicationListEvent | |
An array of type IApplicationListItem representing the applications available to the current user. | |
ApplicationListItem — klasse, pakket com.adobe.mosaic.om.impl | |
The ApplicationListItem provides information about a given IApplication suitable for display to a user. | |
ApplicationListItem() — Constructor, klasse com.adobe.mosaic.om.impl.ApplicationListItem | |
Constructor. | |
applicationName — Eigenschap, klasse mx.automation.events.MarshalledAutomationEvent | |
Contains string which represents the application Name for the application. | |
applicationNode — Eigenschap, klasse com.adobe.mosaic.mxml.Application | |
Returns the underlying Composite Application Framework SDK IApplication. | |
ApplicationSkin — klasse, pakket spark.skins.spark | |
The default skin class for the Spark Application component. | |
ApplicationSkin — klasse, pakket spark.skins.wireframe | |
The default wireframe skin class for the Spark Application component. | |
ApplicationSkin() — Constructor, klasse spark.skins.spark.ApplicationSkin | |
Constructor. | |
ApplicationSkin() — Constructor, klasse spark.skins.wireframe.ApplicationSkin | |
Constructor. | |
applicationSpecifier — Eigenschap, klasse com.adobe.mosaic.om.events.RequestApplicationEvent | |
The initialized, but unresolved and non-loaded IApplicationSpecifier object | |
ApplicationSpecifier — klasse, pakket com.adobe.mosaic.om.impl | |
The ApplicationSpecifier provides information about a given IApplication suitable for display to a user. | |
ApplicationSpecifier(name:String, session:com.adobe.mosaic.om.interfaces:ISession) — Constructor, klasse com.adobe.mosaic.om.impl.ApplicationSpecifier | |
Constructor. | |
applicationStorageDirectory — Statische eigenschap, klasse flash.filesystem.File | |
De privé-opslagmap van de toepassing. | |
applicationTimeOut — Eigenschap, klasse com.adobe.consulting.pst.vo.FlexConfiguration | |
Application Idle time out in seconds | |
ApplicationTitleBarBackgroundSkin — klasse, pakket mx.skins.halo | |
The skin for the TitleBar of a WindowedApplication or Window. | |
ApplicationTitleBarBackgroundSkin() — Constructor, klasse mx.skins.halo.ApplicationTitleBarBackgroundSkin | |
Constructor. | |
ApplicationUpdater — klasse, pakket air.update | |
De klasse ApplicationUpdater bevat de basisfunctionaliteit van het updateframework voor Adobe® AIR®-toepassingen, zonder een standaardgebruikersinterface. | |
ApplicationUpdater() — Constructor, klasse air.update.ApplicationUpdater | |
De constructorfunctie. | |
ApplicationUpdaterUI — klasse, pakket air.update | |
De klasse ApplicationUpdaterUI bevat de basisfunctionaliteit van het updateframework voor Adobe® AIR®-toepassingen en beschikt over een standaardgebruikersinterface. | |
ApplicationUpdaterUI() — Constructor, klasse air.update.ApplicationUpdaterUI | |
De constructorfunctie. | |
APPLICATION_URL_CHANGE — Statische eigenschap van type constante, klasse mx.events.BrowserChangeEvent | |
The BrowserChangeEvent.APPLICATION_URL_CHANGE constant defines the value of the type property of the event object for a applicationURLChange event. | |
apply(thisArg:any, argArray:any) — methode, klasse Function | |
Geeft de waarde van thisObject op die moet worden gebruikt binnen elke functie die door ActionScript wordt aangeroepen. | |
apply(... rest) — methode, interface com.adobe.icc.editors.model.el.IOperator | |
Applies the operator to the given operands | |
apply(... rest) — methode, klasse com.adobe.icc.editors.model.el.operators.BinaryOperator | |
Applies the operator to the given operands | |
apply(... rest) — methode, klasse com.adobe.icc.editors.model.el.operators.UnaryOperator | |
Applies the operator to the given operands | |
apply(incoming:flashx.textLayout.formats:ITabStopFormat) — methode, klasse flashx.textLayout.formats.TabStopFormat | |
Vervangt eigenschapswaarden in dit TabStopFormat-object door de waarden van eigenschappen die zijn ingesteld in de binnenkomende ITabStopFormat-instantie. | |
apply(incoming:flashx.textLayout.formats:ITextLayoutFormat) — methode, klasse flashx.textLayout.formats.TextLayoutFormat | |
Vervangt eigenschapswaarden in dit TextLayoutFormat-object door de waarden van eigenschappen die zijn ingesteld in de binnenkomende ITextLayoutFormat-instantie. | |
apply(g:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — methode, klasse mx.graphics.GradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — methode, interface mx.graphics.IStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — methode, klasse mx.graphics.LinearGradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — methode, klasse mx.graphics.SolidColorStroke | |
Applies the properties to the specified Graphics object. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.AddChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.AddItems | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, interface mx.states.IOverride | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.OverrideBase | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.RemoveChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.SetEventHandler | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.SetProperty | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — methode, klasse mx.states.SetStyle | |
Applies the override. | |
applyCellSelectionEffect(indicator:flash.display:Sprite, uid:String, columnIndex:int, itemRenderer:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.AdvancedDataGrid | |
Sets up the effect for applying the selection indicator. | |
applyChangesPostLayout — Eigenschap, klasse spark.effects.AnimateTransform | |
Subclasses of AnimateTransform use this flag to specify whether the effect changes transform values used by the layout manager, or whether it changes values used after layout is run. | |
applyChangesPostLayout — Eigenschap, klasse spark.effects.AnimateTransform3D | |
Used by the subclasses of AnimateTransform to specify whether the effect changes transform values used by the layout manager, or whether it changes values used after layout is run. | |
applyClientLoadBalancingSettings(props:XML) — methode, klasse mx.messaging.Channel | |
Applies the client load balancing urls if they exists. | |
applyColorTransform(displayObject:flash.display:DisplayObject, originalColor:uint, tintColor:uint) — methode, klasse spark.skins.mobile.supportClasses.MobileSkin | |
A helper method to set a color transform on a DisplayObject. | |
applyComputedMatrix() — methode, klasse mx.core.UIComponent | |
Commits the computed matrix built from the combination of the layout matrix and the transform offsets to the flash displayObject's transform. | |
applyContainerFormat(containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Past containerstijlen toe op containers in de selectie. | |
applyContainerFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Past containerstijlen toe op containers in de selectie. | |
ApplyElementIDOperation — klasse, pakket flashx.textLayout.operations | |
Met de ChangeElementIDOperation-klasse wordt een wijziging van de element-id ingekapseld. | |
ApplyElementIDOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newID:String, relativeStart:int, relativeEnd:int) — Constructor, klasse flashx.textLayout.operations.ApplyElementIDOperation | |
Maakt een ChangeElementIDOperation-object. | |
ApplyElementStyleNameOperation — klasse, pakket flashx.textLayout.operations | |
De ApplyElementStyleNameOperation-klasse omvat een wijziging van de stijlnaam. | |
ApplyElementStyleNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newStyleName:String, relativeStart:int, relativeEnd:int) — Constructor, klasse flashx.textLayout.operations.ApplyElementStyleNameOperation | |
Maakt een ApplyElementStyleNameOperation-object. | |
ApplyElementTypeNameOperation — klasse, pakket flashx.textLayout.operations | |
De ApplyElementTypeNameOperation-klasse omvat een wijziging van de typenaam. | |
ApplyElementTypeNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, typeName:String, relativeStart:int, relativeEnd:int) — Constructor, klasse flashx.textLayout.operations.ApplyElementTypeNameOperation | |
Maakt een ApplyElementTypeNameOperation-object. | |
ApplyElementUserStyleOperation — klasse, pakket flashx.textLayout.operations | |
De ApplyElementUserStyleOperation-klasse omvat een wijziging in een stijlwaarde van een element. | |
ApplyElementUserStyleOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, styleName:String, value:any, relativeStart:int, relativeEnd:int) — Constructor, klasse flashx.textLayout.operations.ApplyElementUserStyleOperation | |
Maakt een ApplyElementUserStyleOperation-object. | |
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — methode, klasse flash.display.BitmapData | |
Maakt een gefilterde afbeelding van een bronafbeelding en een filterobject. | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Wijzigt de opmaak van de opgegeven (of huidige) selectie. | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Wijzigt de opmaak van de opgegeven (of huidige) selectie. | |
ApplyFormatOperation — klasse, pakket flashx.textLayout.operations | |
Met de ApplyFormatOperation-klasse wordt een stijlwijziging ingekapseld. | |
ApplyFormatOperation(operationState:flashx.textLayout.edit:SelectionState, leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat) — Constructor, klasse flashx.textLayout.operations.ApplyFormatOperation | |
Maakt een ApplyFormatOperation-object. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Past stijlen toe aan het opgegeven element. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Past stijlen toe aan het opgegeven element. | |
ApplyFormatToElementOperation — klasse, pakket flashx.textLayout.operations | |
Met de ApplyFormatToElementOperation-klasse wordt een stijlwijziging aan een element ingekapseld. | |
ApplyFormatToElementOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int) — Constructor, klasse flashx.textLayout.operations.ApplyFormatToElementOperation | |
Maakt een ApplyFormatToElementOperation-object. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.AreaSeries | |
Customizes the item renderer instances used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.BarSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.BubbleSeries | |
Applies style properties to the specified DisplayObject. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.ColumnSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.LineSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — methode, klasse mx.charts.series.PlotSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyLeafFormat(characterFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Wijzigt de opmaak die is toegepast op de bladelementen in de opgegeven (of huidige) selectie. | |
applyLeafFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Wijzigt de opmaak die is toegepast op de bladelementen in de opgegeven (of huidige) selectie. | |
applyLink(href:String, targetString:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Transformeert een selectie naar een koppeling, of een koppeling naar normale tekst. | |
applyLink(href:String, target:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Transformeert een selectie naar een koppeling, of een koppeling naar normale tekst. | |
ApplyLinkOperation — klasse, pakket flashx.textLayout.operations | |
Met de ApplyLinkOperation-klasse wordt het maken van een koppeling of een wijzigingsbewerking ingekapseld. | |
ApplyLinkOperation(operationState:flashx.textLayout.edit:SelectionState, href:String, target:String, extendToLinkBoundary:Boolean) — Constructor, klasse flashx.textLayout.operations.ApplyLinkOperation | |
Maakt een ApplyLinkOperation-object. | |
applyLocalProjection — Eigenschap, klasse spark.effects.AnimateTransform3D | |
If true, the effect creates a perspective projection using the other projection-related properties in the effect and applies it to the target component's parent when it starts playing. | |
applyNonLinearFontScaling — Eigenschap, klasse flash.text.engine.TextBlock | |
Geeft aan of u de weergave op het scherm wilt verbeteren ten koste van de WYSIWYG-afdrukkwaliteit (what-you-see-is-what-you-get). | |
applyParagraphFormat(paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Past alineastijlen toe op alinea's in de selectie. | |
applyParagraphFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Past alineastijlen toe op alinea's in de selectie. | |
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.listClasses.AdvancedListBase | |
Sets up the effect for applying the selection indicator. | |
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.listClasses.ListBase | |
Sets up the effect for applying the selection indicator. | |
applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — methode, klasse mx.charts.chartClasses.ChartBase | |
Preprocesses the series and transform for display. | |
applySettings(settings:XML) — methode, klasse mx.messaging.Channel | |
Subclasses should override this method to apply any settings that may be necessary for an individual channel. | |
applySubtitutionRule(varName:String, rule:String, value:String) — methode, klasse com.adobe.icc.vo.render.ContextData | |
Convenience method to apply the specified rule to the specified variable in the variableSubstitutionRules property. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — methode, klasse flashx.textLayout.edit.EditManager | |
Transformeert tekst naar een TCY-uitvoering, of een TCY-uitvoering naar niet-TCY-tekst. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — methode, interface flashx.textLayout.edit.IEditManager | |
Transformeert tekst naar een TCY-uitvoering, of een TCY-uitvoering naar niet-TCY-tekst. | |
ApplyTCYOperation — klasse, pakket flashx.textLayout.operations | |
Met de ApplyTCYOperation-klasse wordt een TCY-transformatie ingekapseld. | |
ApplyTCYOperation(operationState:flashx.textLayout.edit:SelectionState, tcyOn:Boolean) — Constructor, klasse flashx.textLayout.operations.ApplyTCYOperation | |
Maakt een ApplyTCYOperation-object. | |
applyTransitionEndProperties — Eigenschap, klasse mx.effects.Effect | |
This flag controls whether the effect, when run in a transition, automatically applies the property values according to the end state, as opposed to leaving values as set by the effect itself. | |
applyUserStylesForItemRenderer(givenItemRenderer:mx.controls.listClasses:IListItemRenderer) — methode, klasse mx.controls.AdvancedDataGrid | |
Applies styles from the AdvancedDatagrid control to an item renderer. | |
applyValueToTarget(target:Object, property:String, value:any, props:Object) — methode, klasse mx.effects.Effect | |
Used internally by the Effect infrastructure. | |
appName — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewTemplate | |
Name of the application that created a template. | |
appName — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewTemplate | |
Name of the application that created a template. | |
appName — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewTemplateVO | |
Name of the application that created the template. | |
appName — Eigenschap, klasse com.adobe.solutions.rca.vo.TemplateSearchFilterVO | |
Name of the application that created the template. | |
approvalStage — Skinstatus , klasse com.adobe.solutions.rca.presentation.template.stages.StageInfo | |
The skin state when a approval stage is associated with the component. | |
approvalStage — Eigenschap, klasse com.adobe.solutions.rca.presentation.template.stages.ApprovalStage | |
The approval stage associated with this component. | |
approvalStage — Eigenschap, klasse com.adobe.solutions.rca.presentation.template.stages.SignatureTab | |
The approval stage associated with the signature tab. | |
ApprovalStage — klasse, pakket com.adobe.livecycle.rca.model.stage | |
Specifies the properties of an approval stage. | |
ApprovalStage — klasse, pakket com.adobe.solutions.rca.presentation.template.stages | |
The host component for the component displaying information about an approval stage. | |
ApprovalStage() — Constructor, klasse com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Constructor. | |
ApprovalStage() — Constructor, klasse com.adobe.solutions.rca.presentation.template.stages.ApprovalStage | |
The constructor for ApprovalStage class. | |
approvalStageView — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.stages.StageInfo | |
A reference to the ApprovalStage object that displays the details of an approval stage. A reference to the ApprovalStage object that displays the details of an approval stage. | |
APPROVED — Statische eigenschap van type constante, klasse com.adobe.livecycle.rca.model.constant.ApproverStatus | |
Specifies the approver status when the document has been approved by the approver. | |
APPROVED — Statische eigenschap van type constante, klasse com.adobe.livecycle.rca.model.constant.StageStatus | |
Specifies that the review stage is over. | |
APPROVED — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.ApproverStatus | |
The approver status when the document (task) has been approved by the approver. | |
APPROVED — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.StageStatus | |
APPROVED status means the stage is over. | |
APPROVED_BY_INITIATOR — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.constant.AuthorStatus | |
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | |
Approver — klasse, pakket com.adobe.livecycle.rca.model.participant | |
Specifies the properties of a review participant who is an approver. | |
Approver — klasse, pakket com.adobe.solutions.rca.domain.impl | |
This class defines an approver in an approval stage. | |
Approver() — Constructor, klasse com.adobe.livecycle.rca.model.participant.Approver | |
Constructor. | |
Approver(value:com.adobe.solutions.rca.vo:ApproverVO) — Constructor, klasse com.adobe.solutions.rca.domain.impl.Approver | |
The constructor for Approver class. | |
APPROVER — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.Roles | |
The role of an approver in a review workflow. | |
approverChkBox — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.AddApprovalStageParticipant | |
A reference to the CheckBox object. If the check box is selected then the added participant is added as an approver. A reference to the CheckBox object. | |
ApproverCollection — klasse, pakket com.adobe.livecycle.rca.model.participant | |
Specifies that Approver objects are added to a collection. | |
ApproverCollection(source:Array) — Constructor, klasse com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Constructor. | |
approverEndDate — Eigenschap, klasse com.adobe.livecycle.rca.model.participant.Approver | |
Specifies the date when the approver completed the task. | |
APPROVER_EVENT — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.presentation.event.StageParticipantEvent | |
This value indicates that the added participant is an approver. | |
APPROVER_ROLE — Statische eigenschap van type constante, klasse com.adobe.livecycle.rca.model.ReviewSearchFilter | |
Specifies the approver role. | |
approvers — Eigenschap, klasse com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Specifies a collection of approvers for this stage. | |
approverStartDate — Eigenschap, klasse com.adobe.livecycle.rca.model.participant.Approver | |
Specifies the date when the task is assigned to the approver. | |
ApproverStatus — klasse, pakket com.adobe.livecycle.rca.model.constant | |
The ApproverStatus enumerator. | |
ApproverStatus — klasse, pakket com.adobe.solutions.rca.constant | |
ApproverStatus Enum. | |
ApproverStatus() — Constructor, klasse com.adobe.livecycle.rca.model.constant.ApproverStatus | |
Provides values for the status property of an approver. | |
ApproverStatus() — Constructor, klasse com.adobe.solutions.rca.constant.ApproverStatus | |
The constructor for ApproverStatus class. | |
ApproverVO — klasse, pakket com.adobe.solutions.rca.vo | |
Represents an approver in an approval stage. | |
ApproverVO() — Constructor, klasse com.adobe.solutions.rca.vo.ApproverVO | |
The constructor for ApproverVO class. | |
approximate — Eigenschap, klasse mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
If true, the rowIndex and columnIndex properties contain approximate values, and not the exact value. | |
approximate — Eigenschap, klasse mx.controls.listClasses.ListBaseSelectionData | |
If true, then the index property is an approximate value and not the exact value. | |
APPROXIMATE_TEXT_FIELD — Statische eigenschap van type constante, klasse flashx.textLayout.formats.LeadingModel | |
Geeft een regelafstandsmodel op dat het meest lijkt op het regelafstandsgedrag van TextField. | |
appTitle — Eigenschap, klasse mx.automation.air.AirFunctionsHelper | |
Returns the title of window of top level application | |
appVersion — Eigenschap, klasse com.adobe.consulting.pst.vo.FlexConfiguration | |
CM Version string. | |
ARABIC_INDIC — Statische eigenschap van type constante, klasse flash.globalization.NationalDigitsType | |
Geeft de Unicode-waarde aan voor het nul-getal van de Arabisch-Indische cijferset. | |
ARABIC_INDIC — Statische eigenschap van type constante, klasse flashx.textLayout.formats.ListStyleType | |
Nummering op basis van Arabisch schrift. | |
ARCHIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.FormState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.LetterState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.ObjectState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Statische eigenschap van type constante, klasse com.adobe.icc.enum.TBXState | |
Specifies the enumerator code for Archive state. | |
AreaChart — klasse, pakket mx.charts | |
The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
AreaChart() — Constructor, klasse mx.charts.AreaChart | |
Constructor. | |
areaCode — Eigenschap, klasse mx.formatters.PhoneFormatter | |
Area code number added to a seven-digit United States format phone number to form a 10-digit phone number. | |
areaCodeFormat — Eigenschap, klasse mx.formatters.PhoneFormatter | |
Default format for the area code when the areacode property is rendered by a seven-digit format. | |
areaFill — Stijl, klasse mx.charts.series.AreaSeries | |
Sets the fill for the area. | |
areaRenderer — Stijl, klasse mx.charts.series.AreaSeries | |
The class that the series uses to represent the filled area on the chart. | |
AreaRenderer — klasse, pakket mx.charts.renderers | |
The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
AreaRenderer() — Constructor, klasse mx.charts.renderers.AreaRenderer | |
Constructor. | |
AreaSeries — klasse, pakket mx.charts.series | |
Defines a data series for an AreaChart control. | |
AreaSeries() — Constructor, klasse mx.charts.series.AreaSeries | |
Constructor. | |
AreaSeriesAutomationImpl — klasse, pakket mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
AreaSeriesAutomationImpl(obj:mx.charts.series:AreaSeries) — Constructor, klasse mx.automation.delegates.charts.AreaSeriesAutomationImpl | |
Constructor. | |
AreaSeriesItem — klasse, pakket mx.charts.series.items | |
Represents the information required to render an item as part of an AreaSeries. | |
AreaSeriesItem(element:mx.charts.series:AreaSeries, item:Object, index:uint) — Constructor, klasse mx.charts.series.items.AreaSeriesItem | |
Constructor. | |
AreaSeriesRenderData — klasse, pakket mx.charts.series.renderData | |
Represents all the information needed by the AreaSeries to render. | |
AreaSeriesRenderData(element:mx.charts.series:AreaSeries, cache:Array, filteredCache:Array, renderedBase:Number, radius:Number) — Constructor, klasse mx.charts.series.renderData.AreaSeriesRenderData | |
Constructor. | |
AreaSet — klasse, pakket mx.charts.series | |
A grouping set that can be used to stack AreaSeries objects in any chart. | |
AreaSet() — Constructor, klasse mx.charts.series.AreaSet | |
Constructor. | |
areaStroke — Stijl, klasse mx.charts.series.AreaSeries | |
Sets the line style for the area. | |
ARecord — klasse, pakket flash.net.dns | |
De ARecord-klasse vertegenwoordigt een A-resourcerecord van een Domain Name System (DNS) dat een IPv4-adres bevat. | |
ARecord() — Constructor, klasse flash.net.dns.ARecord | |
Hiermee maakt u een A-resourcerecord. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — methode, klasse flash.display.DisplayObjectContainer | |
Geeft aan of vanwege beveiligingsbeperkingen weergaveobjecten worden weggelaten uit de lijst die wordt geretourneerd wanneer de methode DisplayObjectContainer.getObjectsUnderPoint() wordt aangeroepen met het opgegeven punt. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — methode, interface mx.core.IContainer | |
Geeft aan of vanwege beveiligingsbeperkingen weergaveobjecten worden weggelaten uit de lijst die wordt geretourneerd wanneer de methode DisplayObjectContainer.getObjectsUnderPoint() wordt aangeroepen met het opgegeven punt. | |
areSoundsInaccessible() — Statische methode , klasse flash.media.SoundMixer | |
Bepaalt of geluiden niet toegankelijk zijn vanwege beveiligingsbeperkingen. | |
args — Eigenschap, klasse mx.automation.events.AutomationFlexNativeMenuEvent | |
args — Eigenschap, klasse mx.automation.events.AutomationRecordEvent | |
A serialized representation of the event as an Array of it's property values. | |
args — Eigenschap, klasse spark.effects.CallAction | |
Arguments passed to the function that is called by this effect. | |
args — Eigenschap, klasse spark.effects.supportClasses.CallActionInstance | |
Arguments passed to the function that is called by this effect. | |
ArgumentError — Dynamische klasse, Hoofdniveau | |
De klasse ArgumentError vertegenwoordigt een fout die optreedt wanneer de argumenten die in een functie zijn aangeboden, niet overeenkomen met de argumenten die voor die functie zijn gedefinieerd. | |
ArgumentError(message:String) — Constructor, klasse ArgumentError | |
Maakt een object ArgumentError. | |
ARGUMENT_ERROR — Statische eigenschap van type constante, klasse org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an argument error. | |
argumentNames — Eigenschap, klasse mx.data.ManagedRemoteServiceOperation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
argumentNames — Eigenschap, klasse mx.rpc.http.AbstractOperation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
argumentNames — Eigenschap, klasse mx.rpc.remoting.Operation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
arguments — klasse, Hoofdniveau | |
Een object arguments wordt gebruikt voor het opslaan en openen van de argumenten van een functie. | |
arguments — Eigenschap, klasse flash.desktop.NativeProcessStartupInfo | |
De opdrachtregelargumenten die bij het starten aan het proces worden doorgegeven. | |
arguments — Eigenschap, klasse flash.events.BrowserInvokeEvent | |
Een array met argumenten (tekenreeksen) die aan de toepassing wordt doorgegeven. | |
arguments — Eigenschap, klasse flash.events.InvokeEvent | |
De array met tekenreeksargumenten die tijdens de activering wordt doorgegeven. | |
arguments — Eigenschap, klasse mx.rpc.AbstractOperation | |
The arguments to pass to the Operation when it is invoked. | |
arithmeticalOperButtonBar — Skinonderdelen , klasse com.adobe.solutions.exm.authoring.components.toolbars.EBToolBar | |
A Skin part which defines UI component to display arithmetical Buttonbar. A Skin part which defines UI component to display arithmetical Buttonbar. | |
Array(... rest) — Pakketfunctie, Hoofdniveau | |
Maakt een nieuwe array. | |
Array — Dynamische klasse, Hoofdniveau | |
Met de klasse Array kunt u arrays benaderen en manipuleren. | |
Array(... rest) — Constructor, klasse Array | |
Hiermee kunt u een array maken die de opgegeven elementen bevat. | |
Array(numElements:int) — Constructor, klasse Array | |
Hiermee kunt u een array van het opgegeven aantal elementen maken. | |
arrayAdd(parent:Array, child:Array) — Statische methode , klasse com.adobe.fiber.util.FiberUtils | |
Adds the contents of child array to the contents of parent array. | |
ArrayCollection — klasse, pakket mx.collections | |
The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces. | |
ArrayCollection(source:Array) — Constructor, klasse mx.collections.ArrayCollection | |
Constructor. | |
arrayCompare(array1:Array, array2:Array) — Statische methode , klasse com.adobe.fiber.util.FiberUtils | |
Compares the contents of two arrays. | |
ArrayList — klasse, pakket mx.collections | |
The ArrayList class is a simple implementation of IList that uses a backing Array as the source of the data. | |
ArrayList(source:Array) — Constructor, klasse mx.collections.ArrayList | |
Construct a new ArrayList using the specified array as its source. | |
arraySortOnOptions — Eigenschap, interface mx.collections.ISortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Eigenschap, klasse mx.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Eigenschap, klasse spark.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
ArrayUtil — klasse, pakket mx.utils | |
The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
arrow — Skinonderdelen , klasse spark.components.Callout | |
An optional skin part that visually connects the owner to the contentGroup. An optional skin part that visually connects the owner to the contentGroup. | |
arrow — Eigenschap, klasse com.adobe.mosaic.sparklib.scrollableMenu.skins.ScrollMenuDownButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse com.adobe.mosaic.sparklib.scrollableMenu.skins.ScrollMenuUpButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse mx.skins.wireframe.ComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Eigenschap, klasse mx.skins.wireframe.EditableComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Eigenschap, klasse mx.skins.wireframe.PopUpButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Eigenschap, klasse spark.skins.mobile.CalloutSkin | |
An optional skin part that visually connects the owner to the contentGroup. | |
arrow — Eigenschap, klasse spark.skins.spark.ComboBoxButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Eigenschap, klasse spark.skins.spark.DropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Eigenschap, klasse spark.skins.spark.NumericStepperDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Eigenschap, klasse spark.skins.spark.NumericStepperIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Eigenschap, klasse spark.skins.spark.ScrollBarDownButtonSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse spark.skins.spark.ScrollBarLeftButtonSkin | |
Defines the appearance of the left arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse spark.skins.spark.ScrollBarRightButtonSkin | |
Defines the appearance of the right arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse spark.skins.spark.ScrollBarUpButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse spark.skins.spark.SpinnerDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Eigenschap, klasse spark.skins.spark.SpinnerIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Eigenschap, klasse spark.skins.wireframe.ComboBoxButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Eigenschap, klasse spark.skins.wireframe.DropDownListButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperDecrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollDownArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollLeftArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollRightArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollUpArrowSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
ARROW — Statische eigenschap van type constante, klasse flash.ui.MouseCursor | |
Wordt gebruikt om aan te geven dat de pijlcursor moet worden gebruikt. | |
arrowButtonStyleFilters — Eigenschap, klasse mx.controls.ComboBase | |
Set of styles to pass from the ComboBase to the down arrow button | |
arrowButtonWidth — Stijl, klasse mx.controls.ComboBox | |
Width of the arrow button in pixels. | |
arrowButtonWidth — Stijl, klasse mx.controls.PopUpButton | |
Number of pixels between the divider line and the right edge of the component. | |
arrowColor — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
The color of the arrow. | |
arrowColor — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
The color of the arrow. | |
arrowColor — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
the color of the arrow | |
arrowColor — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
the arrow color | |
arrowDirection — Eigenschap, klasse spark.components.Callout | |
A read-only property that indicates the direction from the callout towards the owner. | |
ArrowDirection — klasse, pakket spark.components | |
Enumeration of arrow directions for use in visual components. | |
arrowDown — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
The down arrow graphic displayed in the anchor button. | |
arrowHeight — Eigenschap, klasse spark.skins.mobile.CalloutSkin | |
Height of the arrow in vertical directions. | |
arrowKeysWrapFocus — Eigenschap, klasse spark.components.supportClasses.ListBase | |
If true, using arrow keys to navigate within the component wraps when it hits either end. | |
arrowPath — Eigenschap, klasse com.adobe.mosaic.sparklib.tabLayout.skins.TabLayoutOptionMenuButtonSkin | |
Arrow and path doc. | |
arrowScrollPolicy — Eigenschap, klasse com.adobe.mosaic.sparklib.scrollableMenu.ScrollableArrowMenu | |
Just like verticalScrollPolicy, except it controls how we display the up and down arrows for scrolling. | |
arrowUp — Eigenschap, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
The up arrow graphic displayed in the anchor button. | |
arrowWidth — Eigenschap, klasse spark.skins.mobile.CalloutSkin | |
Width of the arrow in vertical directions. | |
arsProcessName — Eigenschap, klasse com.adobe.livecycle.rca.model.ReviewContext | |
Specifies the name of the process that is used to generate an approval routing sheet. | |
arsProcessName — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewContext | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
arsProcessName — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
arsProcessName — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewContextVO | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
artist — Eigenschap, klasse flash.media.ID3Info | |
Naam van de artiest; komt overeen met de ID3 2.0-tag TPE1. | |
as — Operator | |
Evalueert of een expressie die door de eerste operand wordt opgegeven, lid is van het gegevenstype dat door de tweede operand wordt opgegeven. | |
AS3 — Instructie | |
Definieert methoden en eigenschappen van de kernklassen van ActionScript, die vaste eigenschappen zijn in plaats van eigenschappen prototype. | |
ascending — Eigenschap, interface com.adobe.ep.ux.content.model.search.SortField | |
Tells whether the sorting has to be done in asecnding or descending order. | |
ascending — Eigenschap, klasse com.adobe.ep.ux.content.model.search.SortFieldImpl | |
Tells whether the sorting has to be done in asecnding or descending order. | |
ascent — Eigenschap, klasse flash.text.TextLineMetrics | |
De waarde ascent is de tekstlengte vanaf de basislijn tot de bovenkant van de regel in pixels. | |
ascent — Eigenschap, klasse flash.text.engine.TextLine | |
Geeft het aantal pixels aan vanaf de basislijn tot de bovenkant van de hoogste tekens op de regel. | |
ascent — Eigenschap, interface flashx.textLayout.compose.IVerticalJustificationLine | |
Geeft het aantal pixels aan vanaf de basislijn tot de bovenkant van de hoogste tekens op de regel. | |
ascent — Eigenschap, klasse flashx.textLayout.compose.TextFlowLine | |
Geeft het aantal pixels aan vanaf de basislijn tot de bovenkant van de hoogste tekens op de regel. | |
ASCENT — Statische eigenschap van type constante, klasse flash.text.engine.TextBaseline | |
Geeft een ascent-basislijn aan. | |
ASCENT — Statische eigenschap van type constante, klasse flashx.textLayout.formats.BaselineOffset | |
Geeft een verschuiving aan die gelijk is aan de stijging van de regel (de stijging van het grootste lettertype in de regel). Hierbij wordt rekening gehouden dat inlineafbeeldingen met de onderste rand op de basislijn staan. | |
ASCENT_DESCENT_UP — Statische eigenschap van type constante, klasse flashx.textLayout.formats.LeadingModel | |
Geeft aan dat de basis voor de regelafstand ASCENT/DESCENT is en de richting UP. | |
asin(val:Number) — Statische methode , klasse Math | |
Berekent en retourneert de arcsinus (in radialen) van het getal dat door de parameter val wordt opgegeven. | |
aspectRatio — Eigenschap, klasse mx.charts.chartClasses.LegendData | |
Determines the size and placement of the legend marker. | |
aspectRatio — Eigenschap, klasse spark.components.Application | |
Returns the aspect ratio of the top level stage based on its width and height. | |
aspectRatio — Eigenschap, klasse spark.preloaders.SplashScreenImageSource | |
The required aspect ratio of the mobile device. | |
ASSERTION — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.TicketType | |
A special value that specifies that ticket referes to an assertion. | |
assertionId — Eigenschap, klasse com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
The assertion string used by this component. | |
assertionId — Eigenschap, interface com.adobe.icc.services.user.ISSOManager | |
Get the assertionId for the logged in user | |
asset — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetFocusEvent | |
Name of the action. | |
asset — Eigenschap, interface com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Asset value object used in the renderer | |
asset — Eigenschap, klasse com.adobe.ep.ux.content.view.components.relationships.RelationshipVO | |
Asset whose relationships are obtained. | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Eigenschap, interface com.adobe.solutions.prm.domain.ITeamMember | |
A reference of the asset to which the team member is assigned. | |
asset — Eigenschap, interface com.adobe.solutions.prm.domain.IWorkItem | |
Defines the asset of WorkItem. | |
asset — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.TeamMember | |
A reference of the asset to which the team member is assigned. | |
asset — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
Defines the asset of WorkItem. | |
asset — Eigenschap, klasse com.adobe.solutions.prm.presentation.event.TeamPodEvent | |
This method gets the asset associated with the event. | |
asset — Eigenschap, klasse com.adobe.solutions.prm.vo.WorkItemVO | |
Defines the asset of WorkItem. | |
Asset — klasse, pakket com.adobe.solutions.prm.domain.impl | |
This class defines an Asset domain entity. | |
Asset(value:com.adobe.solutions.prm.vo:AssetVO, workItem:com.adobe.solutions.prm.domain:IWorkItem) — Constructor, klasse com.adobe.solutions.prm.domain.impl.Asset | |
The constructor of Asset class. | |
assetAction — Eigenschap, interface com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
AssetAction associated with the ActionsRenderer | |
assetAction — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Asset action associated with this renderer | |
assetAction — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Asset Action used to render the action | |
AssetAction — klasse, pakket com.adobe.ep.ux.content.model.asset | |
This Class represent the Action (and it's visual properties) that can be taken on the Asset Type to which this AssetAction is associated | |
AssetAction — klasse, pakket com.adobe.livecycle.assetmanager.client.model | |
Represents an action that can be taken on an asset type that is associated with the action. | |
AssetAction() — Constructor, klasse com.adobe.ep.ux.content.model.asset.AssetAction | |
Constructor | |
assetActionClick — Gebeurtenis, interface com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.grid.SearchResultsGrid | |
Dispatches this event when an asset has been clicked | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Throws assetActionClick event on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
Throws assetActionClick event on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
assetActionClick is dispatched from the Toolbar when any control is clicked on the toolbar | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Gebeurtenis, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionComplete — Gebeurtenis, klasse com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
assetActionComplete event thrown when AssetHandler has completed the assetAction taken by user through ui. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
Dispatched when the handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ListHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.icc.editors.handlers.TextHandler | |
Dispatched when the handling of an action is complete. | |
assetActionComplete — Gebeurtenis, klasse com.adobe.livecycle.assetmanager.client.handler.AssetHandlerRegistry | |
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | |
AssetActionCompleteEvent — klasse, pakket com.adobe.ep.ux.content.event | |
Event to be thrown by AssetHandlers to notify Asset Manager when action taken from AssetManager UI is completed | |
AssetActionCompleteEvent — klasse, pakket com.adobe.livecycle.assetmanager.client.event | |
Thrown by AssetHandlers to notify the Asset Manager building block that an action from the Manage Assets UI is complete. | |
AssetActionCompleteEvent(type:String, vActionName:String, vAssetType:String) — Constructor, klasse com.adobe.ep.ux.content.event.AssetActionCompleteEvent | |
Constructor | |
AssetActionCompleteEvent(type:String, vActionName:String, vAssetType:String) — Constructor, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent | |
Constructor. | |
AssetActionEvent — klasse, pakket com.adobe.ep.ux.content.event | |
Event dispatched when user clicks on one of asset action shown on the Search Results Viewer's AssetActionsRenderer (Control button bar). | |
AssetActionEvent — klasse, pakket com.adobe.livecycle.assetmanager.client.event | |
Dispatched when the user selects an action from the toolbar of the Manage Assets UI Search Results Viewer. | |
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date) — Constructor, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Constructor | |
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String) — Constructor, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Constructor. | |
assetActionItem — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Factory for Asset Action Factory for Asset Action | |
assetActions — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
The actions associated with an Asset | |
assetActions — Eigenschap, interface com.adobe.ep.ux.content.handlers.IAssetHandler | |
returns the list of Actions associated with the asset handled by this handler | |
assetActions — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Collection of the actions associated with asset. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.ImageHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.LetterHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.ListHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, klasse com.adobe.icc.editors.handlers.TextHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Eigenschap, interface com.adobe.livecycle.assetmanager.client.handler.IAssetHandler | |
Specifies the list of actions that are associated with the asset that is handled by this handler. | |
assetActions — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.handler.PermissionBasedAssetHandler | |
Specifies the list of actions that are associated with the asset that is handled by this handler. | |
assetActions — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the collection of actions associated with the asset. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ImageHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.LetterHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.ListHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Gebeurtenis, klasse com.adobe.icc.editors.handlers.TextHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
ASSET_ACTIONS_CHANGED — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
This constant specifies the event that the asset actions have changed | |
AssetActionsChangeEvent — klasse, pakket com.adobe.ep.ux.content.event | |
This event must be thrown by the Custom Asset Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
AssetActionsChangeEvent(assetActions:Array, assetType:String, type:String) — Constructor, klasse com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
Constructor | |
assetActionsRenderer — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Fully qualified class name of the custiom asset actions renderer (toolbar). | |
assetActionsRenderer — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the fully qualified class name of the custom asset actions renderer. | |
assetButton — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Button Renderer Skin Part Button Renderer Skin Part | |
assetCondition — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
A skin part that defines the list of conditions and results A skin part that defines the list of conditions and results | |
assetContent — Eigenschap, klasse com.adobe.ep.ux.content.event.PreviewEvent | |
Content associated to the asset. | |
assetContent — Eigenschap, interface com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Get the content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
Get content of the asset | |
ASSET_CONTENT_MISSING — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that an asset entity does not have any associated content. | |
assetDescList — Eigenschap, klasse com.adobe.ep.ux.content.search.SearchQuery | |
List of AssetDescriptor on which search is to be performed | |
assetDescNameList — Eigenschap, klasse com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
List of Asset Descriptors | |
assetDescription — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part to display the Asset Description Skin Part to display the Asset Description | |
assetDescription — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
The description of the asset. | |
assetDescription — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the description for the asset. | |
assetDescriptor — Eigenschap, klasse com.adobe.ep.ux.content.event.RelationEvent | |
Asset Type Descriptor for the above asset. | |
assetDescriptor — Eigenschap, klasse com.adobe.ep.ux.content.event.VersionEvent | |
The Type of Asset Descriptor for which version history is retrieved. | |
assetDescriptor — Eigenschap, klasse com.adobe.ep.ux.content.search.SearchQuery | |
AssetDescriptor for the asset type on which search has to be performed. | |
assetDescriptor — Eigenschap, klasse com.adobe.ep.ux.content.view.components.grid.SearchResultsGrid | |
Asset Type Descriptor associated with the Search results Container | |
assetDescriptor — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.SearchQuery | |
Specifies the AssetDescriptor for the asset type to perform the search on. | |
assetDescriptors — Eigenschap, klasse com.adobe.ep.ux.content.managers.AssetManager | |
Local list of Asset Descriptors | |
assetDescriptors — Eigenschap, klasse com.adobe.ep.ux.content.view.AssetManagerView | |
local list of asset descriptors | |
assetDescriptors — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
List of Asset Descriptors | |
assetDescriptors — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Returns the list of available AssetDescriptors. | |
assetDescriptorsChanged — Gebeurtenis, klasse com.adobe.ep.ux.content.managers.AssetManager | |
assetDescriptorsChanged event is thrown when assetDescriptors are reset. | |
assetDescriptorsChanged — Gebeurtenis, klasse com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown when assetDescriptors are reset. | |
AssetDetailsPod — klasse, pakket com.adobe.solutions.prm.presentation.asset | |
Host component to show the asset details pod. | |
AssetDetailsPod() — Constructor, klasse com.adobe.solutions.prm.presentation.asset.AssetDetailsPod | |
The constructor for AssetDetailsPod class. | |
AssetEvent — klasse, pakket com.adobe.icc.editors.events | |
The AssetEvent class represents the event object passed to the event listener for domain api invokers. | |
AssetEvent(type:String, bubbles:Boolean, cancelable:Boolean, fault:mx.rpc:Fault) — Constructor, klasse com.adobe.icc.editors.events.AssetEvent | |
Constructor. | |
ASSET_EXPIRED — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that a workflow associated with an asset has reached its deadline. | |
AssetExplorerServiceDelegate — klasse, pakket com.adobe.livecycle.assetmanager.client.service | |
Loads system data dictionaries. | |
assetExtendedProperty — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Is property represented by this instance is extended property of the original asset/vo | |
assetExtendedProperty — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies whether this instance of the property is an extended property of the original asset or value object. | |
ASSET_EXTENDED_PROPERTY — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
This special value signifies that the property defined is an extended property | |
ASSET_EXTENDED_PROPERTY — Statische eigenschap van type constante, klasse com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies that the property is extended. | |
AssetFocusEvent — klasse, pakket com.adobe.ep.ux.content.event | |
Event dispatched when user hovers on one of asset shown on the Search Results Viewer's . | |
AssetFocusEvent(asset:Object, focusX:int, focusY:int, eventType:String, type:String) — Constructor, klasse com.adobe.ep.ux.content.event.AssetFocusEvent | |
Constructor | |
AssetHandlerRegistry — klasse, pakket com.adobe.ep.ux.content.handlers | |
This is the central registry for all the available handlers in the system. | |
AssetHandlerRegistry — klasse, pakket com.adobe.livecycle.assetmanager.client.handler | |
The central registry for all the available handlers in the system. | |
AssetHandlerRegistry() — Constructor, klasse com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
Constructor | |
AssetHandlerRegistry() — Constructor, klasse com.adobe.livecycle.assetmanager.client.handler.AssetHandlerRegistry | |
Constructor. | |
assetIcon — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ListItemPreviewRenderer | |
A skin part that defines the asset icon A skin part that defines the asset icon | |
assetIcon — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionItemPreviewRenderer | |
A skin part that defines the asset's icon A skin part that defines the asset's icon | |
assetIcon — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.ConditionItemEditor | |
A skin part that defines the asset icon A skin part that defines the asset icon | |
assetId — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
??? | |
assetIdList — Eigenschap, klasse com.adobe.icc.editors.managers.ImportExportManager | |
Gets the List of Id's of assets to be exported . | |
assetImage — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part of the image to be shown in Review Pod Skin Part of the image to be shown in Review Pod | |
assetImage — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Image used to render the control Image used to render the control | |
assetImage — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
A skin part that defines the image A skin part that defines the image | |
assetList — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
A skin part that defines the list of assets included in List asset A skin part that defines the list of assets included in List asset | |
assetList — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.common.ExportAssets | |
List of Id's of assets to be exported . | |
assetList — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.common.ImportAssets | |
Gets the Id's of assets to be imported . | |
assetList — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
Gets the List of Id's of assets that would be reverted. | |
assetLoadError — Gebeurtenis, klasse com.adobe.ep.ux.content.view.AssetManagerView | |
assetLoadError is dispatched when there is some error in loading of assets | |
assetLoadError — Gebeurtenis, klasse com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown if an error occurs when AssetTypeDescriptor is loading. | |
assetManager — Eigenschap, klasse com.adobe.ep.ux.content.view.AssetManagerView | |
Asset Manager Instance | |
assetManager — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
Asset Manager instance required for asset permissions and asset descriptors | |
AssetManager — klasse, pakket com.adobe.ep.ux.content.managers | |
This is the domain model for the local set of asset descriptors | |
AssetManager — klasse, pakket com.adobe.livecycle.assetmanager.client.managers | |
The domain model that is used to load AssetDescriptors. | |
AssetManager() — Constructor, klasse com.adobe.ep.ux.content.managers.AssetManager | |
Constructor. | |
AssetManager() — Constructor, klasse com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Constructor. | |
AssetManagerView — klasse, pakket com.adobe.ep.ux.content.view | |
The Uber host component of LCC which host all the other host components | |
AssetManagerView() — Constructor, klasse com.adobe.ep.ux.content.view.AssetManagerView | |
Constructor | |
AssetModel — klasse, pakket com.adobe.icc.editors.model | |
The base domain class for all the assets. | |
assetName — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part to display the Asset Name Skin Part to display the Asset Name | |
assetName — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ListItemPreviewRenderer | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetName — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionItemPreviewRenderer | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetName — Eigenschap, klasse com.adobe.solutions.prm.vo.WorkItemAssetSearchFilterVO | |
Defines an asset name filter to search workItems. | |
assetNameCharset — Eigenschap, klasse com.adobe.consulting.pst.vo.FlexConfiguration | |
Set of characters that can be used for the name property of the editors | |
assetNameDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.ConditionItemEditor | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetNameField — Skinonderdelen , klasse com.adobe.solutions.prm.presentation.asset.NewAssetDialog | |
The skin part for the Asset Name field. The skin part for the Asset Name field. | |
assetNameValidator — Skinonderdelen , klasse com.adobe.solutions.prm.presentation.asset.AssetDetailsPod | |
The skin part for the Asset Name validator. The skin part for the Asset Name validator. | |
assetNameValidator — Skinonderdelen , klasse com.adobe.solutions.prm.presentation.asset.NewAssetDialog | |
The skin part for the Asset Name validator. The skin part for the Asset Name validator. | |
assetPermissionsLoadError — Gebeurtenis, klasse com.adobe.ep.ux.content.view.AssetManagerView | |
assetPermissionsLoadError is dispatched when there is some error in loading the permission of assets | |
assetPermissionsLoadError — Gebeurtenis, klasse com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown if an error occurs when permissions are loading. | |
AssetPod — klasse, pakket com.adobe.solutions.prm.presentation.asset | |
This is the host component for the Asset pod. | |
AssetPod() — Constructor, klasse com.adobe.solutions.prm.presentation.asset.AssetPod | |
The constructor for AssetPod class. | |
AssetPropertiesEditor — klasse, pakket com.adobe.solutions.acm.authoring.presentation | |
The AssetPropertiesEditor class defines the base class for all the Editors | |
AssetPropertiesEditor() — Constructor, klasse com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor | |
Constructor. | |
AssetPropertyDescriptor — klasse, pakket com.adobe.ep.ux.content.model.asset | |
This class holds the matadata assoctiated with the Asset Property representated by this instance. | |
AssetPropertyDescriptor — klasse, pakket com.adobe.livecycle.assetmanager.client.model | |
Holds the metadata associated with the instance of the asset property. | |
AssetPropertyDescriptor() — Constructor, klasse com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Constructor. | |
assetPropertyType — Eigenschap, klasse com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Asset property type whether it is extended or core property | |
assetPropertyType — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies whether the asset property type is extended or core. | |
AssetQueryServiceDelegate — klasse, pakket com.adobe.livecycle.assetmanager.client.service | |
A simple delegate to QueryService that attaches success and fault listeners to the QueryService response. | |
AssetQueryServiceDelegate(vResponder:mx.rpc:IResponder) — Constructor, klasse com.adobe.livecycle.assetmanager.client.service.AssetQueryServiceDelegate | |
Constructor. | |
ASSET_REJECTED — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that an asset is rejected in the workflow. | |
AssetReviewPod — klasse, pakket com.adobe.ep.ux.content.view.components.review | |
Review section shown as the left pane in Relationship Browser. | |
AssetReviewPod() — Constructor, klasse com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Constructor | |
assets — Eigenschap, klasse com.adobe.solutions.prm.presentation.asset.AssetPod | |
A list of assets, to be displayed in the Asset Pod. | |
assetsDataGrid — Skinonderdelen , klasse com.adobe.solutions.prm.presentation.asset.AssetPod | |
The skin part for showing the Asset datagrid. The skin part for showing the Asset datagrid. | |
ASSET_TEMPLATE_MISSING — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that no schedule associated with a current asset is being activated. | |
assetText — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
A skin part that defines rich editable text in preview pod A skin part that defines rich editable text in preview pod | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionCompleteEvent | |
Type of the Asset on which action is taken | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionEvent | |
Type of asset on which action is taken | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
The type of asset | |
assetType — Eigenschap, interface com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
Asset Type associated with this instance of actions renderer | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.view.components.relationships.RelationshipVO | |
AssetTypeDescriptor of the above asset. | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Type of Asset to be rendered | |
assetType — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Type of Asset to be rendered | |
assetType — Eigenschap, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
The type of asset being handled by this handler. | |
assetType — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent | |
Specifies what type of asset the action is taken on. | |
assetType — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Specifies the type of asset on which to take the action. | |
assetType — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
Gets the Type of the asset (Text , List , Condition etc ) | |
assetType — Eigenschap, klasse com.adobe.solutions.prm.vo.WorkItemAssetSearchFilterVO | |
Defines an asset type filter to search workItems. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.BaseAssetHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.ListHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.icc.editors.handlers.TextHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.presentation.file.PRMFileRenderer | |
This constant indicates that the object for which an image is to be displayed, is an asset. | |
_assetTypeDescList — Eigenschap, klasse com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
Asset Type Descriptor List on which search is to be performed. | |
assetTypeDescriptor — Eigenschap, interface com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Asset Type descriptor of the renderer | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Eigenschap, klasse com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
AssetTypeDescriptor — klasse, pakket com.adobe.ep.ux.content.model.asset | |
The AssetTypeDescriptor class holds the metadata properties associated with the Asset represented by this AssetTypeDescriptor. | |
AssetTypeDescriptor — klasse, pakket com.adobe.livecycle.assetmanager.client.model | |
Holds the metadata properties that are associated with the asset represented by the asset type descriptor. | |
AssetTypeDescriptor() — Constructor, klasse com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Constructor. | |
assetTypeFilter — Skinonderdelen , klasse com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
DataGroup Skin Part for dynamic checkboxes created for multiple assets DataGroup Skin Part for dynamic checkboxes created for multiple assets | |
ASSET_TYPE_FILTER_CHANGE — Statische eigenschap van type constante, klasse com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
This special constant specifies the type of event dispatched when a checkbox (for the assets) state is changed | |
assetTypesLoaded — Eigenschap, klasse com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
Which all assets are to be loaded (based on whether they have Create Action or not ? | |
AssetValidationEvent — klasse, pakket com.adobe.icc.editors.events | |
The AssetValidationEvent class represents the event object passed to the event listener for domain api invokers. | |
AssetValidationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, klasse com.adobe.icc.editors.events.AssetValidationEvent | |
Constructor. | |
AssetValidationFaultType — klasse, pakket com.adobe.icc.editors.events | |
The AssetValidationFaultType class enumerates the list of constants related to the type of errors resulting from domain validations. | |
AssetVersionPod — klasse, pakket com.adobe.solutions.prm.presentation.asset | |
The host component for Asset Version pod. | |
AssetVersionPod() — Constructor, klasse com.adobe.solutions.prm.presentation.asset.AssetVersionPod | |
The constructor for AssetVersionPod class. | |
assetVersionsDataGrid — Skinonderdelen , klasse com.adobe.solutions.prm.presentation.asset.AssetVersionPod | |
The skin part for showing different asset versions in a datagrid. The skin part for showing different asset versions in a datagrid. | |
assetVO — Eigenschap, klasse com.adobe.ep.ux.content.event.RelationEvent | |
The Asset whose dependencies/relations are being searched for. | |
assetVO — Eigenschap, klasse com.adobe.ep.ux.content.event.VersionEvent | |
The Asset for which version history is retrieved. | |
AssetVO — klasse, pakket com.adobe.solutions.prm.vo | |
Defines an asset, that can be associated with a workItem in a project. | |
AssetVO() — Constructor, klasse com.adobe.solutions.prm.vo.AssetVO | |
The constructor for AssetVO class. | |
assignControlValueToModelValue() — methode, klasse ga.model.PanelItem | |
Assign the control's value to the model, doing any necessary coercions | |
assignedMaximum — Eigenschap, klasse mx.charts.chartClasses.NumericAxis | |
The explicitly assigned maximum value. | |
assignedMinimum — Eigenschap, klasse mx.charts.chartClasses.NumericAxis | |
The explicitly assigned minimum value. | |
assignedPosition — Eigenschap, klasse com.adobe.icc.dc.domain.BaseModuleInstance | |
The assigned position of the module within its container. | |
assignedPosition — Eigenschap, interface com.adobe.icc.dc.domain.IModuleInstance | |
The assigned position of the module within its container. | |
assignedTo — Eigenschap, interface com.adobe.solutions.exm.authoring.domain.expression.IExpression | |
Returns the variable this expression is assigned to, or null if the expression is not assigned to any variable. | |
assignedTo — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.TeamMember | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Eigenschap, interface com.adobe.solutions.rca.domain.common.IMember | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Participant | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.StageParticipant | |
Reference to the member collection to which this member is assigned. | |
assignFocus(objectToFocus:flash.display:InteractiveObject, direction:String) — methode, klasse flash.display.Stage | |
Stelt toetsenbordfocus in op het interactieve object dat is opgegeven door objectToFocus, met de focusrichting die is opgegeven door de parameter direction. | |
assignFocus(direction:String) — methode, klasse flash.media.StageWebView | |
Plaatst de focus op de inhoud in dit StageWebView-object. | |
assignFocus() — methode, klasse flash.text.StageText | |
Hiermee wordt de focus aan het StageText-object toegewezen. | |
assignFocus(direction:String) — methode, klasse mx.core.FlexHTMLLoader | |
Called by the FocusManager when the component receives focus. | |
assignFocus(direction:String) — methode, interface mx.managers.IFocusManagerComplexComponent | |
Called by the FocusManager when the component receives focus. | |
Assignment — klasse, pakket lc.procmgmt.domain | |
The Assignment class describes the assignment of a task and carries information that determines the queue that contains the task. | |
assignmentAdd — Gebeurtenis, klasse com.adobe.icc.editors.model.ConditionModel | |
Dispatched when an assignment is added to the assignments list. | |
assignmentAdd — Gebeurtenis, klasse com.adobe.icc.editors.model.ListModel | |
Dispatched when an assignment is added to the assignments list. | |
AssignmentConstants — klasse, pakket lc.procmgmt | |
The AssignmentConstants class holds constants for the Assignment class assignmentType property. | |
assignmentCreateTime — Eigenschap, klasse lc.procmgmt.domain.Assignment | |
The creation date of the assignment. | |
assignmentLinkageDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment linkage name A skin part that defines data assignment linkage name | |
assignmentList — Eigenschap, klasse com.adobe.icc.vo.ConditionalDataModule | |
Specifies a list of condition assignments for this condition module. | |
assignmentList — Eigenschap, klasse com.adobe.icc.vo.ConditionalDocument | |
Specifies the list of document assignments for this condition document. | |
assignmentList — Eigenschap, klasse com.adobe.icc.vo.ListDataModule | |
Specifies the array of LDMAssignment objects. | |
assignmentNameDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment name A skin part that defines data assignment name | |
assignmentRemove — Gebeurtenis, klasse com.adobe.icc.editors.model.ConditionModel | |
Dispatched when an assignment is removed from the assignments list. | |
assignmentRemove — Gebeurtenis, klasse com.adobe.icc.editors.model.ListModel | |
Dispatched when an assignment is removed from the assignments list. | |
assignments — Eigenschap, klasse com.adobe.icc.editors.model.ConditionModel | |
The list of ConditionAssignmentModel objects. | |
assignments — Eigenschap, klasse com.adobe.icc.editors.model.LetterModel | |
The consolidated list of variable and field assignments of this letter. | |
assignments — Eigenschap, klasse com.adobe.icc.editors.model.ListModel | |
The list of ListAssignmentModel objects. | |
assignments — Eigenschap, klasse lc.procmgmt.domain.Task | |
The collection of Assignment objects for the task. | |
ASSIGNMENTS_FOR_TASK_RESULT — Statische eigenschap van type constante, klasse lc.foundation.events.CollectionResultEvent | |
A special value that specifies to retrieve the assignments for a task. | |
assignmentSourceDisplay — Skinonderdelen , klasse com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment source A skin part that defines data assignment source | |
assignmentType — Eigenschap, klasse com.adobe.icc.vo.CDMAssignment | |
Default Assignment. | |
assignmentType — Eigenschap, klasse lc.procmgmt.domain.Assignment | |
The type of assignment. | |
assignmentUpdateTime — Eigenschap, klasse lc.procmgmt.domain.Assignment | |
The date of the last assignment update. | |
assignTabIndexes(startTabIndex:int) — methode, klasse fl.video.FLVPlayback | |
Er wordt aan alle FLVPlayback-besturingselementen een tabIndex-waarde toegewezen door de besturingselementen op positie horizontaal van links naar rechts te sorteren. | |
assigntaskToApproverProcess — Eigenschap, klasse com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Specifies a process that overrides the default AsignTaskToApprover process. | |
assignTaskToInitiatorProcess — Eigenschap, klasse com.adobe.livecycle.rca.model.stage.AbstractStage | |
Specifies a process that is used to override the default AsignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Eigenschap, interface com.adobe.solutions.rca.domain.IStage | |
The process that overrides the default AssignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Stage | |
The process that overrides the default AssignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewStageVO | |
Process that can be used to override the default AssignTaskToInitiator process. | |
assignTaskToParticipantProcess — Eigenschap, interface com.adobe.solutions.rca.domain.IStage | |
The process that overrides the default AssignTaskToParticipant process. | |
assignTaskToParticipantProcess — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.Stage | |
The process that overrides the default AssignTaskToParticipant process. | |
assignTaskToParticipantProcess — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewStageVO | |
Process that can be used to override the default AssignTaskToParticipant process. | |
assigntaskToReviewerProcess — Eigenschap, klasse com.adobe.livecycle.rca.model.stage.ReviewStage | |
Specifies a process that overrides the default AsignTaskToReviewer process. | |
assignTo — Eigenschap, klasse com.adobe.solutions.exm.expression.ExpressionVO | |
The variable to which the expression is assigned. | |
assignTo — Eigenschap, interface com.adobe.solutions.exm.runtime.IExpression | |
Returns the variable to which this expression is assigned, if any. | |
assignTo(assignTo:String, expression:String) — methode, interface com.adobe.solutions.exm.runtime.IExpressionManager | |
Assigns the result of evaluation of the given expression to the given variable. | |
assignTo — Eigenschap, klasse com.adobe.solutions.exm.runtime.impl.ExpressionImpl | |
Returns the variable to which this expression is assigned, if any. | |
assignTo(assignTo:String, expression:String) — methode, klasse com.adobe.solutions.exm.runtime.impl.ExpressionManagerImpl | |
Assigns the result of evaluation of the given expression to the given variable. | |
associations — Eigenschap, klasse mx.data.RPCDataManager | |
Array of associations for this data manager's destination. | |
asType — Eigenschap, interface mx.automation.IAutomationPropertyDescriptor | |
ActionScript type of this property, as a String. | |
asyncError — Gebeurtenis, klasse flash.net.LocalConnection | |
Wordt verzonden wanneer een uitzondering asynchroon — wordt gegenereerd, dat wil zeggen, vanuit native asynchrone code. | |
asyncError — Gebeurtenis, klasse flash.net.NetConnection | |
Wordt verzonden wanneer een uitzondering asynchroon — wordt gegenereerd, dat wil zeggen, vanuit native asynchrone code. | |
asyncError — Gebeurtenis, klasse flash.net.NetStream | |
Wordt verzonden wanneer een uitzondering asynchroon — wordt gegenereerd, dat wil zeggen, vanuit native asynchrone code. | |
asyncError — Gebeurtenis, klasse flash.net.SharedObject | |
Wordt verzonden wanneer een uitzondering asynchroon — wordt gegenereerd, dat wil zeggen, vanuit native asynchrone code. | |
ASYNC_ERROR — Statische eigenschap van type constante, klasse flash.events.AsyncErrorEvent | |
De constante AsyncErrorEvent.ASYNC_ERROR definieert de waarde van de eigenschap type van een gebeurtenisobject asyncError. | |
ASYNC_ERROR — Statische eigenschap van type constante, klasse org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an asynchronous error. | |
AsyncErrorEvent — klasse, pakket flash.events | |
Een object verzendt een AsyncErrorEvent wanneer een uitzondering wordt gegenereerd vanuit eigen asynchrone code, die afkomstig kan zijn van bijvoorbeeld LocalConnection, NetConnection, SharedObject of NetStream. | |
AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Constructor, klasse flash.events.AsyncErrorEvent | |
Maakt een object AsyncErrorEvent dat informatie bevat over gebeurtenissen AsyncError. | |
AsyncListView — klasse, pakket mx.collections | |
The AsyncListView class is an implementation of the IList interface that handles ItemPendingErrors errors thrown by the getItemAt(), removeItemAt(), and toArray() methods. | |
AsyncListView(list:mx.collections:IList) — Constructor, klasse mx.collections.AsyncListView | |
Constructor. | |
AsyncMessage — klasse, pakket mx.messaging.messages | |
AsyncMessage is the base class for all asynchronous messages. | |
AsyncMessage(body:Object, headers:Object) — Constructor, klasse mx.messaging.messages.AsyncMessage | |
Constructs an instance of an AsyncMessage with an empty body and header. | |
asyncRequest — Eigenschap, klasse mx.data.DataServiceAdapter | |
Contains an AsyncRequest object that is used to handle all DataService operations. | |
asyncRequest — Eigenschap, klasse mx.data.MessagingDataServiceAdapter | |
Contains an AsyncRequest object that is used to handle all DataService operations. | |
asyncRequest — Eigenschap, klasse mx.data.RPCDataServiceAdapter | |
An abstract method which returns an AsyncRequest that is used to handle all DataService operations. | |
AsyncRequest — klasse, pakket mx.rpc | |
The AsyncRequest class provides an abstraction of messaging for RPC call invocation. | |
AsyncRequest() — Constructor, klasse mx.rpc.AsyncRequest | |
Constructs a new asynchronous request. | |
AsyncResponder — klasse, pakket mx.rpc | |
This class provides an RPC specific implementation of mx.rpc.IResponder. | |
AsyncResponder(result:Function, fault:Function, token:Object) — Constructor, klasse mx.rpc.AsyncResponder | |
Constructs an instance of the responder with the specified data and handlers. | |
AsyncToken — Dynamische klasse, pakket mx.rpc | |
This class provides a place to set additional or token-level data for asynchronous RPC operations. | |
AsyncToken(message:mx.messaging.messages:IMessage) — Constructor, klasse mx.rpc.AsyncToken | |
Constructs an instance of the token with the specified message. | |
AsyncTokenResponder — klasse, pakket mx.data | |
Subclass of AsyncResponder that exposes the result token. | |
AsyncTokenResponder(result:Function, fault:Function, token:mx.rpc:AsyncToken) — Constructor, klasse mx.data.AsyncTokenResponder | |
Constructor. | |
AsyncTokenWrapper — klasse, pakket com.adobe.gravity.utility.flex.async | |
Adapt an AsyncToken to implement the IToken interface. | |
AsyncTokenWrapper(asyncToken:mx.rpc:AsyncToken, resultObject:Object) — Constructor, klasse com.adobe.gravity.utility.flex.async.AsyncTokenWrapper | |
Constructor. | |
atan(val:Number) — Statische methode , klasse Math | |
Berekent en retourneert de waarde (in radialen) van de hoek waarvan de tangens in de parameter val wordt opgegeven. | |
atan2(y:Number, x:Number) — Statische methode , klasse Math | |
Berekent en retourneert de hoek van het punt y/x (in radialen) dat vanuit de x-as van een cirkel linksom wordt gemeten (waarbij 0,0 voor het centrum van de cirkel staat). | |
AT_BOTTOM — Statische eigenschap van type constante, klasse mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the bottom of its scrolling range. | |
atLeastOneProperty(o:Object) — methode, klasse mx.controls.AdvancedDataGrid | |
Returns true if the Object has at least one property, which means that the dictionary has at least one key. | |
AT_LEFT — Statische eigenschap van type constante, klasse mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the left of its scrolling range. | |
atomCount — Eigenschap, klasse flash.text.engine.TextLine | |
Het aantal atomen in de regel. Dit is het aantal onzichtbare elementen inclusief spaties en grafische elementen. | |
atomicCompareAndSwapIntAt(byteIndex:int, expectedValue:int, newValue:int) — methode, klasse flash.utils.ByteArray | |
In een enkele atomische bewerking wordt de waarde van een integer in deze bytearray vergeleken met een andere integerwaarde. Als de waarden overeenkomen, worden de bytes omgewisseld met een andere waarde. | |
atomicCompareAndSwapLength(expectedLength:int, newLength:int) — methode, klasse flash.utils.ByteArray | |
In een enkele atomische bewerking wordt de lengte van deze bytearray vergeleken met een opgegeven waarde. Als de waarden overeenkomen, wordt de lengte van deze bytearray gewijzigd. | |
AT_RIGHT — Statische eigenschap van type constante, klasse mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the right of its scrolling range. | |
attach — Gebeurtenis, klasse flash.data.SQLConnection | |
Wordt verzonden als de aanroep van de methode attach() correct is voltooid. | |
attach(name:String, reference:Object, responder:flash.net:Responder, encryptionKey:flash.utils:ByteArray) — methode, klasse flash.data.SQLConnection | |
Voegt een database toe aan de SQLConnection-instantie, waarbij de nieuwe database de opgegeven naam krijgt. | |
attach(connection:flash.net:NetConnection) — methode, klasse flash.net.NetStream | |
Koppelt een stream aan een nieuw NetConnection-object. | |
ATTACH — Statische eigenschap van type constante, klasse flash.errors.SQLErrorOperation | |
Geeft aan dat de methode SQLConnection.attach() werd aangeroepen. | |
ATTACH — Statische eigenschap van type constante, klasse flash.events.SQLEvent | |
De constante SQLEvent.ATTACH definieert de waarde van de eigenschap type van een attach-gebeurtenisobject. | |
attachAudio(microphone:flash.media:Microphone) — methode, klasse flash.net.NetStream | |
Koppelt een audiostream aan een NetStream-object vanuit een Microphone-object dat als de bron is doorgegeven. | |
attachButton — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.documents.SupportingDocuments | |
A reference to the ButtonBase object which allows users to attach a document to the list of supporting documents for this schedule template. A reference to the ButtonBase object which allows users to attach a document to the list of supporting documents for this schedule template. | |
attachCamera(theCamera:flash.media:Camera) — methode, klasse flash.display3D.textures.VideoTexture | |
Geeft een videostream op van een camera die in de structuur van het VideoTexture-object moet worden gerenderd. | |
attachCamera(theCamera:flash.media:Camera) — methode, klasse flash.media.StageVideo | |
Geeft een videostream op van een camera om te worden weergegeven binnen de grenzen van het StageVideo-object in de toepassing, waarbij de GPU voor rendering wordt geoptimaliseerd. | |
attachCamera(camera:flash.media:Camera) — methode, klasse flash.media.Video | |
Geeft een videostream van een camera op die binnen de grenzen van het object Video in de toepassing moet worden weergegeven. | |
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — methode, klasse flash.net.NetStream | |
Hiermee wordt het vastleggen van video via een camera gestart, of wordt het vastleggen gestopt wanneer theCamera op null is ingesteld. | |
attachCamera(camera:flash.media:Camera) — methode, klasse mx.controls.VideoDisplay | |
Specifies to play a video stream from a camera. | |
attachListeners(systemManager:mx.managers:ISystemManager) — methode, klasse mx.managers.LayoutManager | |
Attachment — klasse, pakket com.adobe.icomm.assetplacement.model | |
This class models an <attachment> element in the package definition. | |
Attachment() — Constructor, klasse com.adobe.icomm.assetplacement.model.Attachment | |
Constructor. | |
AttachmentCommand — klasse, pakket lc.procmgmt.commands | |
The AttachmentCommand class is a generic command that has direct association with a TaskAttachmentInfo object. | |
AttachmentCommand(name:String, taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo) — Constructor, klasse lc.procmgmt.commands.AttachmentCommand | |
Constructor. | |
attachmentCount — Eigenschap, klasse com.adobe.icomm.assetplacement.controller.AttachmentLoader | |
The number of Attachment objects associated to this loader. | |
AttachmentEvent — klasse, pakket com.adobe.ep.ux.attachmentlist.domain.events | |
The AttachmentEvent event is dispatched when the user adds, removes and uploads attachments. | |
attachmentFiles — Eigenschap, klasse coldfusion.service.PopRecord | |
A tab-separated list of the locations of the attachment files. | |
ATTACHMENT_FILL_COMPLETE — Statische eigenschap van type constante, klasse lc.foundation.events.LiveCycleEvent | |
The attachmentFillComplete event type. | |
AttachmentHeader — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentHeader component provides the user interface for adding a note or an attachment to a task. | |
AttachmentHeader() — Constructor, klasse lc.procmgmt.ui.attachments.AttachmentHeader | |
Constructor. | |
AttachmentHeaderBase — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentHeaderBase class acts as the parent for the AttachmentHeader class. | |
attachmentHeaderModel — Eigenschap, klasse lc.procmgmt.ui.attachments.AttachmentsModel | |
The model for the AttachmentHeader component. | |
AttachmentHeaderModel — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentsHeaderModel class acts as the model for the AttachmentsHeader component. | |
AttachmentHeaderModel() — Constructor, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
Constructor. | |
AttachmentIconRenderer — klasse, pakket com.adobe.ep.ux.attachmentlist.domain.renderers | |
The AttachmentIconRenderer class is the default icon renderer for the AttachmentList class. | |
AttachmentIconRendererSkin — klasse, pakket com.adobe.ep.ux.attachmentlist.skin.renderers | |
The AttachmentIconRenderSkin class provides the renderer for the attachment icon. | |
AttachmentIconRendererSkin() — Constructor, klasse com.adobe.ep.ux.attachmentlist.skin.renderers.AttachmentIconRendererSkin | |
Constructor. | |
attachmentInfo — Eigenschap, klasse lc.procmgmt.domain.TaskAttachmentInfo | |
An AttachmentInfo object that stores the information for the attachments. | |
AttachmentInfo — klasse, pakket lc.procmgmt.domain | |
The AttachmentInfo class provides support for managing attachments and notes with tasks. | |
AttachmentList — klasse, pakket com.adobe.ep.ux.attachmentlist.domain | |
The AttachmentList class is an extension of the List class. | |
AttachmentList — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentsList component displays the list of attachments and notes associated with a task. | |
AttachmentList() — Constructor, klasse com.adobe.ep.ux.attachmentlist.domain.AttachmentList | |
Constructor. | |
AttachmentList() — Constructor, klasse lc.procmgmt.ui.attachments.AttachmentList | |
Constructor. | |
AttachmentListComponent — klasse, pakket com.adobe.ep.ux.attachmentlist.component | |
The AttachmentListComponent UX component displays the list of attachments associated with a specific task and allows the user to add, remove, and download attachments. | |
AttachmentListComponent() — Constructor, klasse com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
Constructor. | |
attachmentListModel — Eigenschap, klasse lc.procmgmt.ui.attachments.AttachmentsModel | |
The model for the AttachmentList component. | |
AttachmentListModel — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentListModel class acts as the presentation model for the AttachmentList component. | |
AttachmentListModel() — Constructor, klasse lc.procmgmt.ui.attachments.AttachmentListModel | |
Constructor. | |
AttachmentListSkin — klasse, pakket com.adobe.ep.ux.attachmentlist.skin | |
The default skin for the AttachmentList UX component. | |
AttachmentListSkin() — Constructor, klasse com.adobe.ep.ux.attachmentlist.skin.AttachmentListSkin | |
Constructor. | |
AttachmentLoader — klasse, pakket com.adobe.icomm.assetplacement.controller | |
The attachment loader class is associated with a list of attachments in a package definition given a controller id. | |
AttachmentLoader(id:String) — Constructor, klasse com.adobe.icomm.assetplacement.controller.AttachmentLoader | |
Construct an AttachmentLoader. | |
attachmentPermissions — Eigenschap, klasse lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
An array of the possible combinations of the AttachmentPermissions object that can be associated with an AttachmentHeader component. | |
AttachmentPermissions — klasse, pakket lc.procmgmt.domain | |
The AttachmentPermissions class stores the read/write/delete permissions for an attachment or note. | |
AttachmentPermissions(readPermission:Boolean, writePermission:Boolean, deletePermission:Boolean) — Constructor, klasse lc.procmgmt.domain.AttachmentPermissions | |
Constructor. | |
attachments — Eigenschap, klasse coldfusion.service.PopRecord | |
Mail message attachments. | |
attachments — Eigenschap, klasse coldfusion.service.mxml.Mail | |
A list of attachment filenames. | |
attachments — Eigenschap, klasse com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
The embedded AttachmentList UX component. | |
attachments — Eigenschap, klasse com.adobe.icomm.assetplacement.model.PackageDefinition | |
A list that contains all of <attachment> entries in the package definition, wrapped in Attachment objects. | |
attachments — Eigenschap, klasse lc.procmgmt.domain.Task | |
A collection of Attachment objects for the task. | |
Attachments — klasse, pakket lc.procmgmt.ui.attachments | |
The Attachments component provides a complete user interface for working with the attachments and notes associated with a task. | |
Attachments() — Constructor, klasse lc.procmgmt.ui.attachments.Attachments | |
Constructor. | |
AttachmentsModel — klasse, pakket lc.procmgmt.ui.attachments | |
The AttachmentsModel class acts as the model for the Attachments component. | |
AttachmentsModel() — Constructor, klasse lc.procmgmt.ui.attachments.AttachmentsModel | |
Constructor. | |
attachNetStream(netStream:flash.net:NetStream) — methode, klasse flash.display3D.textures.VideoTexture | |
Geeft een videostream op die binnen de structuur van het VideoTexture-object moet worden gerenderd. | |
attachNetStream(netStream:flash.net:NetStream) — methode, klasse flash.media.StageVideo | |
Geeft een videostream op die binnen de grenzen van het StageVideo-object in de toepassing moet worden weergegeven. | |
attachNetStream(netStream:flash.net:NetStream) — methode, klasse flash.media.Video | |
Geeft een videostream op die binnen de grenzen van het object Video in de toepassing moet worden weergegeven. | |
attachOverlay() — methode, klasse mx.charts.Legend | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — methode, klasse mx.core.Container | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — methode, klasse mx.core.UIComponent | |
This is an internal method used by the Flex framework to support the Dissolve effect. | |
attachSkin() — methode, klasse spark.components.supportClasses.SkinnableComponent | |
Create the skin for the component. | |
AT_TARGET — Statische eigenschap van type constante, klasse flash.events.EventPhase | |
De doelfase, de tweede fase van de gebeurtenisstroom. | |
AT_TOP — Statische eigenschap van type constante, klasse mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the top of its scrolling range. | |
attribute(attributeName:any) — methode, klasse XML | |
Retourneert de XML-waarde van het kenmerk waarvan de naam overeenkomt met de parameter attributeName. | |
attribute(attributeName:any) — methode, klasse XMLList | |
Hiermee wordt de methode attribute() van elk XML-object aangeroepen en wordt een object XMLList van de resultaten geretourneerd. | |
attribute — Eigenschap, klasse lc.procmgmt.domain.SearchFilterCondition | |
The attribute of the search filter condition. | |
attribute — Eigenschap, klasse lc.procmgmt.domain.SearchFilterSort | |
The attribute of the search filter sort. | |
attribute(attributeName:Object) — methode, klasse mx.collections.XMLListCollection | |
Calls the attribute() method of each XML object in the XMLList and returns an XMLList of the results, which match the given attributeName. | |
attribute — Eigenschap, klasse mx.olap.OLAPLevel | |
The attribute connected to this level, as an instance of OLAPAttribute. | |
Attribute — klasse, pakket mx.messaging.management | |
Client representation of a MBean attribute. | |
Attribute() — Constructor, klasse mx.messaging.management.Attribute | |
Creates a new instance of an empty Attribute. | |
attributeName — Eigenschap, klasse com.adobe.ep.ux.content.model.search.SearchFilter | |
Name of the attribute on which the search has to be performed. | |
attributeName — Eigenschap, klasse com.adobe.ep.ux.content.model.search.SimpleStatement | |
name of the attribute on which the search has to be performed | |
attributeName — Eigenschap, klasse com.adobe.ep.ux.content.view.components.search.renderers.BasicSearchFSTRenderer | |
Attribute name for this renderer | |
attributeName — Eigenschap, klasse com.adobe.icc.vo.Statement | |
Name of the attribute for the LHS of the statement. | |
attributeName — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.SearchFilter | |
Specifies the name of the attribute to perform the search on using the format <Unqualified Entity Name>.<fieldName>. | |
attributeName — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditAttributeVO | |
Gets name of the attribute. | |
attributeName — Eigenschap, klasse mx.olap.OLAPLevel | |
The name of the attribute to be used at this level. | |
attributes() — methode, klasse XML | |
Retourneert een lijst met kenmerkwaarden voor het opgegeven XML-object. | |
attributes() — methode, klasse XMLList | |
Hiermee wordt de methode attributes() van elk XML-object aangeroepen en wordt een object XMLList van kenmerken van elk XML-object geretourneerd. | |
attributes — Eigenschap, klasse coldfusion.service.mxml.Image | |
The attributes of the cfimage tag. | |
attributes — Eigenschap, klasse coldfusion.service.mxml.Ldap | |
For queries: comma-delimited list of attributes to return. | |
attributes — Eigenschap, klasse com.adobe.livecycle.ria.security.api.AuthOptions | |
Current set of attributes. | |
attributes — Eigenschap, interface com.adobe.livecycle.ria.security.api.IUser | |
The other attributes of the user depending on available details on the server-side. | |
attributes — Eigenschap, klasse com.adobe.livecycle.ria.security.service.User | |
The other attributes of the user depending on available details on the server-side. | |
attributes — Eigenschap, interface com.adobe.solutions.prm.domain.IProject | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, interface com.adobe.solutions.prm.domain.ITeamMember | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, interface com.adobe.solutions.prm.domain.IWorkItem | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.Project | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.TeamMember | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, klasse com.adobe.solutions.prm.domain.impl.WorkItem | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, klasse com.adobe.solutions.prm.vo.AbstractSearchFilterVO | |
Contain attributes like, name or template name, which uses LIKE query. | |
_attributes — Eigenschap, klasse com.adobe.solutions.prm.vo.ExtendableTaggedEntityVO | |
Map of key value pair attributes. | |
attributes — Eigenschap, klasse com.adobe.solutions.prm.vo.ExtendableTaggedEntityVO | |
Defines the map of key value pair attributes. | |
attributes — Eigenschap, klasse flash.xml.XMLNode | |
Object dat alle kenmerken bevat van de opgegeven instantie XMLNode. | |
attributes() — methode, klasse mx.collections.XMLListCollection | |
Calls the attributes() method of each XML object in the XMLList object and returns an XMList of attributes for each XML object. | |
attributes — Eigenschap, klasse mx.messaging.management.MBeanInfo | |
The attributes exposed by the MBean. | |
attributes — Eigenschap, interface mx.olap.IOLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
attributes — Eigenschap, klasse mx.olap.OLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
attributeValue — Eigenschap, klasse com.adobe.ep.ux.content.model.search.SearchFilter | |
Attribute value for the filter. | |
attributeValue — Eigenschap, klasse com.adobe.ep.ux.content.model.search.SimpleStatement | |
Value of the attribute to be used in search query | |
attributeValue — Eigenschap, klasse com.adobe.icc.vo.Statement | |
Value for the RHS of the statement. | |
attributeValue — Eigenschap, klasse com.adobe.livecycle.assetmanager.client.model.SearchFilter | |
Specifies the attribute value for the filter. | |
attributeValue — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditAttributeVO | |
Gets value of the audit attribute. | |
attrKey — Eigenschap, klasse com.adobe.livecycle.rca.model.CustomAttribute | |
Specifies the key of the custom attribute. | |
attrKey — Eigenschap, klasse com.adobe.solutions.rca.vo.CustomAttributeVO | |
Returns the custom attribute key. | |
attrValue — Eigenschap, klasse com.adobe.livecycle.rca.model.CustomAttribute | |
Specifies the value that corresponds to the key. | |
attrValue — Eigenschap, klasse com.adobe.solutions.rca.vo.CustomAttributeVO | |
Gets the attribute value. | |
AUDIO — Statische eigenschap van type constante, klasse flash.ui.Keyboard | |
Constante die gekoppeld is aan de waarde van de toetscode voor de knop voor het selecteren van de audiomodus. | |
AUDIO — Statische eigenschap van type constante, klasse org.osmf.media.MediaType | |
The type constant for audio. | |
AUDIO — Statische eigenschap van type constante, klasse org.osmf.net.StreamingItemType | |
The AUDIO stream type represents an audio-only stream. | |
AUDIO — Statische eigenschap van type constante, klasse org.osmf.traits.MediaTraitType | |
Identifies an instance of an AudioTrait. | |
audioBufferByteLength — Eigenschap, klasse flash.net.NetStreamInfo | |
Hiermee wordt de grootte van de NetStream-audiobuffer in bytes aangegeven. | |
audioBufferLength — Eigenschap, klasse flash.net.NetStreamInfo | |
Hiermee wordt de grootte van de NetStream-audiobuffer in seconden aangegeven. | |
audioByteCount — Eigenschap, klasse flash.net.NetStreamInfo | |
Hiermee wordt het totale aantal audiobytes aangegeven dat in de wachtrij is binnengekomen, ongeacht het aantal bytes dat al is afgespeeld of uit de wachtrij is verwijderd. | |
audioBytesPerSecond — Eigenschap, klasse flash.net.NetStreamInfo | |
Hiermee wordt aangegeven met welke snelheid, in bytes per seconde, de NetStream-audiobuffer wordt gevuld. | |
AudioDecoder — definitieve klasse, pakket flash.media | |
De klasse AudioDecoder somt de typen multikanaalsaudio op die een systeem ondersteunt. | |
audioDeviceManager — Statische eigenschap, klasse flash.media.AudioDeviceManager | |
De singleton-instantie van het AudioDeviceManager-object. | |
AudioDeviceManager — definitieve klasse, pakket flash.media | |
Met de AudioDeviceManager-klasse kunt u audioapparaatgegevens ophalen van het systeem en een apparaat selecteren waarop u audio wilt afspelen. | |
AudioElement — klasse, pakket org.osmf.elements | |
AudioElement is a media element specifically created for audio playback. | |
AudioElement(resource:org.osmf.media:URLResource, loader:org.osmf.traits:LoaderBase) — Constructor, klasse org.osmf.elements.AudioElement | |
Constructor. | |
AudioEvent — klasse, pakket org.osmf.events | |
An AudioEvent is dispatched when the properties of an AudioTrait change. | |
AudioEvent(type:String, bubbles:Boolean, cancelable:Boolean, muted:Boolean, volume:Number, pan:Number) — Constructor, klasse org.osmf.events.AudioEvent | |
Constructor. | |
audioLossRate — Eigenschap, klasse flash.net.NetStreamInfo | |
Hiermee wordt het audioverlies voor de NetStream-sessie aangegeven. | |
audioOutputChange — Gebeurtenis, klasse flash.media.AudioDeviceManager | |
Wordt verzonden wanneer het audio-uitvoerapparaat om de volgende redenen wordt gewijzigd: (1) Selectie door gebruiker: de gebruiker kiest een apparaat via de Flash Player-UI voor instellingen (AudioDeviceManager.selectedDeviceIndex-instelling voor inhoud) (2) Apparaat wordt gewijzigd: een audioapparaat wordt toegevoegd aan of juist verwijderd van het systeem. | |
AUDIO_OUTPUT_CHANGE — Statische eigenschap van type constante, klasse flash.events.AudioOutputChangeEvent | |
Definieert de waarde van de eigenschap type van een AudioOutputchangeEven-gebeurtenisobject. | |
AudioOutputChangeEvent — klasse, pakket flash.events | |
Deze gebeurtenis wordt geactiveerd wanneer de gebruiker een ander audio-uitvoerapparaat selecteert via de Flash Player-UI voor instellingen, of wanneer een audioapparaat aan het systeem wordt toegevoegd of juist uit het systeem wordt verwijderd. | |
AudioOutputChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, reason:String) — Constructor, klasse flash.events.AudioOutputChangeEvent | |
Constructor. | |
AudioOutputChangeReason — definitieve klasse, pakket flash.media | |
Deze klasse definieert een opsomming waarmee de reden voor AudioOutputChangeEvent wordt aangegeven. | |
audioPan — Eigenschap, klasse org.osmf.media.MediaPlayer | |
Pan property of the media. | |
audioPlaybackMode — Statische eigenschap, klasse flash.media.SoundMixer | |
Geeft de audioweergavemodus aan van alle Sound-objecten. | |
AudioPlaybackMode — definitieve klasse, pakket flash.media | |
De klasse AudioPlaybackMode definieert constanten voor de eigenschap audioPlaybackMode van de klasse SoundMixer. | |
audioReliable — Eigenschap, klasse flash.net.NetStream | |
Voor RTMFP-verbindingen, geeft aan of audio met volledige betrouwbaarheid is verzonden. | |
audioSampleAccess — Eigenschap, klasse flash.net.NetStream | |
Voor RTMFP-verbindingen, geeft aan of peer-to-peerabonnees van deze NetStream de audiostream mogen vastleggen. | |
audioSwitchingChange — Gebeurtenis, klasse org.osmf.traits.AlternativeAudioTrait | |
Dispatched when an alternative audio stream switch is requested, completed, or has failed. | |
audioSwitchingChange — Gebeurtenis, klasse org.osmf.traits.TraitEventDispatcher | |
Dispatched when an alternative audio stream switch is requested, completed, or has failed. | |
AUDIO_SWITCHING_CHANGE — Statische eigenschap van type constante, klasse org.osmf.events.AlternativeAudioEvent | |
Dispatched when the switching state of the alternative audio stream has changed. | |
AudioTrait — klasse, pakket org.osmf.traits | |
AudioTrait defines the trait interface for media that have audio. | |
AudioTrait() — Constructor, klasse org.osmf.traits.AudioTrait | |
Constructor. | |
AuditActionVO — klasse, pakket com.adobe.solutions.rca.vo | |
Defines an audit action. | |
AuditActionVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuditActionVO | |
The constructor for AuditActionVO class. | |
auditAttributes — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Gets additional attributes associated with audit entry. | |
AuditAttributeVO — klasse, pakket com.adobe.solutions.rca.vo | |
Defines an instance of Audit Attribute. | |
AuditAttributeVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuditAttributeVO | |
The constructor for AuditAttributeVO class. | |
auditedBy — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Returns name or ID of the user or a component that has requested the audit entry. | |
auditLevel — Skinstatus , klasse com.adobe.solutions.rca.presentation.template.TemplatePreview | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.TemplatePreview | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Skinstatus , klasse com.adobe.solutions.rca.presentation.template.ReviewTemplateWorkflow | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.ReviewTemplateWorkflow | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Skinstatus , klasse com.adobe.solutions.rca.presentation.template.TemplateEdit | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.TemplateEdit | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Eigenschap, klasse com.adobe.livecycle.rca.model.ReviewContext | |
Specifies the level of audit associated with this review. | |
auditLevel — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewContext | |
The level of audit associated with this review. | |
auditLevel — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewContext | |
The level of audit associated with this review. | |
auditLevel — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditActionVO | |
Gets name of the audit level associated with audit action. | |
auditLevel — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewContextVO | |
The level of audit associated with this review. | |
AuditLevel — klasse, pakket com.adobe.livecycle.rca.model | |
The audit level object as configured through audit service. | |
AuditLevel — klasse, pakket com.adobe.solutions.rca.presentation.template.audit | |
The host component for the Audit Level tab in schedule template workflow. | |
AuditLevel() — Constructor, klasse com.adobe.livecycle.rca.model.AuditLevel | |
Constructor. | |
AuditLevel() — Constructor, klasse com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
The constructor for AuditLevel class. | |
auditLevelDatagrid — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
A reference to the DataGrid object that displays the details of the available audit levels. A reference to the DataGrid object that displays the details of the available audit levels. | |
auditLevelInput — Skinonderdelen , klasse com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
A reference to the TextInput object that is used to display the audit level assigned to a schedule template. A reference to the TextInput object that is used to display the audit level assigned to a schedule template. | |
AuditLevelVO — klasse, pakket com.adobe.solutions.rca.vo | |
Represents an Audit Level in the system. | |
AuditLevelVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuditLevelVO | |
The constructor for AuditLevelVO class. | |
auditManager — Eigenschap, klasse com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
An instance of AuditManager service to be used by the host component. | |
AuditManager — klasse, pakket com.adobe.solutions.rca.domain.impl.manager | |
This class implements operations for audit management. | |
AuditManager() — Constructor, klasse com.adobe.solutions.rca.domain.impl.manager.AuditManager | |
The constructor for AuditManager class. | |
auditMetaInfo — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditAttributeVO | |
Returns reference to parent Audit MetaData Info object. | |
AuditMetaInfoVO — klasse, pakket com.adobe.solutions.rca.vo | |
Represents an Audit entry in the system. | |
AuditMetaInfoVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
The constructor for AuditMetaInfoVO class. | |
auditModule — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditLevelVO | |
Gets the reference to an instance of AuditModuleVO. | |
AuditModuleVO — klasse, pakket com.adobe.solutions.rca.vo | |
Represents an Audit module. | |
AuditModuleVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuditModuleVO | |
The constructor for AuditModuleVO class. | |
auditor — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.manager.AuditManager | |
Auditor — klasse, pakket com.adobe.solutions.rca.services.impl | |
This class implements the operations of Audit service. | |
Auditor() — Constructor, klasse com.adobe.solutions.rca.services.impl.Auditor | |
The constructor for Auditor class. | |
AUDITOR_RO — Statische eigenschap van type constante, klasse com.adobe.solutions.rca.services.impl.ServiceLocator | |
Name of the auditor service. | |
auditTimestamp — Eigenschap, klasse com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Timestamp for the audit entry. | |
AugmentedError — klasse, pakket com.adobe.gravity.utility.error | |
The AugmentedError class extends the standard Error class to provide access to error parameters and access to the original error(s). | |
AugmentedError(identifier:String, message:String, parameters:Object, parameterNamespace:String, cause:Object) — Constructor, klasse com.adobe.gravity.utility.error.AugmentedError | |
Constructor. | |
AugmentedErrorEvent — klasse, pakket com.adobe.gravity.utility.events | |
The AugmentedErrorEvent extends the ErrorEvent class to provide access to the original Error object. | |
AugmentedErrorEvent(error:Error, type:String, bubbles:Boolean) — Constructor, klasse com.adobe.gravity.utility.events.AugmentedErrorEvent | |
Constructor. | |
authenticate — Eigenschap, klasse flash.html.HTMLLoader | |
Geeft aan of verificatieaanvragen moeten worden afgehandeld (true) of niet (false) voor HTTP-aanvragen die door dit object worden gedaan. | |
authenticate — Eigenschap, klasse flash.net.URLRequest | |
Bepaalt of verificatie-aanvragen voor deze aanvraag moeten worden afgehandeld (true) of niet (false). | |
authenticate — Statische eigenschap, klasse flash.net.URLRequestDefaults | |
De standaardinstelling voor de eigenschap authenticate van URLRequest-objecten. | |
authenticate(serverURL:String, domain:String, username:String, password:String) — methode, klasse flash.net.drm.DRMManager | |
Hiermee wordt een gebruiker geverifieerd. | |
authenticate(username:String, password:String) — methode, klasse org.osmf.media.MediaPlayer | |
Authenticates the media. | |
authenticate(username:String, password:String) — methode, klasse org.osmf.traits.DRMTrait | |
Authenticates the media. | |
authenticated — Eigenschap, interface com.adobe.livecycle.ria.security.api.IAuthResult | |
A flag that indicates whether the user authentication is complete. | |
authenticated — Eigenschap, klasse com.adobe.livecycle.ria.security.service.AuthResult | |
A flag that indicates whether the user authentication is complete. | |
authenticated — Eigenschap, klasse mx.messaging.Channel | |
Indicates if this channel is authenticated. | |
authenticated — Eigenschap, klasse mx.messaging.ChannelSet | |
Indicates whether the ChannelSet has an underlying Channel that successfully authenticated with its endpoint. | |
authenticated — Eigenschap, klasse mx.messaging.MessageAgent | |
Indicates if this MessageAgent is using an authenticated connection to its destination. | |
authenticatedUser — Eigenschap, interface lc.foundation.ISessionManager | |
The authenticated user, after the successful call using the login or singleSignOn methods. | |
authenticatedUser — Eigenschap, klasse lc.foundation.SessionManager | |
The authenticated user, after the successful call using the login or singleSignOn methods. | |
authenticatedUserId — Eigenschap, klasse lc.procmgmt.domain.TaskAttachmentInfo | |
A String stores the ID of the user. | |
authenticateWithToken(token:Object) — methode, klasse org.osmf.media.MediaPlayer | |
Authenticates the media using an object which serves as a token. | |
authenticateWithToken(token:Object) — methode, klasse org.osmf.traits.DRMTrait | |
Authenticates the media using an object which serves as a token. | |
AUTHENTICATING — Statische eigenschap van type constante, klasse org.osmf.traits.DRMState | |
The media is authenticating (the DRM system is in the process of validating the credentials, or for anonymous content, of validating that the content is still valid to play). | |
AuthenticatingApplication — klasse, pakket lc.procmgmt | |
The AuthenticatingApplication class handles the loading localized resources based on the browser language, authentication, and other initialization activities. | |
AuthenticatingApplication() — Constructor, klasse lc.procmgmt.AuthenticatingApplication | |
Constructor. | |
authenticationComplete — Gebeurtenis, klasse flash.net.drm.DRMManager | |
De DRMManager verzendt een DRMAuthenticationCompleteEvent-object wanneer de gebruiker door de server met mediarechten is gemachtigd na een aanroep van de methode authenticate(). | |
AUTHENTICATION_COMPLETE — Statische eigenschap van type constante, klasse flash.events.DRMAuthenticationCompleteEvent | |
De constante tekenreeks die wordt gebruikt voor de gebeurtenis 'verificatie voltooid' in de parameter type bij het toevoegen en verwijderen van gebeurtenislisteners. | |
AUTHENTICATION_COMPLETE — Statische eigenschap van type constante, klasse lc.foundation.events.LiveCycleEvent | |
The authenticationComplete event type. | |
AUTHENTICATION_COMPLETE — Statische eigenschap van type constante, klasse org.osmf.traits.DRMState | |
The media has been successfully authenticated. | |
authenticationError — Gebeurtenis, klasse flash.net.drm.DRMManager | |
De DRMManager verzendt een DRMAuthenticationErrorEvent-object wanneer de gebruiker niet door de server met mediarechten is gemachtigd na een aanroep van de methode authenticate(). | |
AUTHENTICATION_ERROR — Statische eigenschap van type constante, klasse flash.events.DRMAuthenticationErrorEvent | |
De constante tekenreeks die wordt gebruikt voor de gebeurtenis 'verificatiefout' in de parameter type bij het toevoegen en verwijderen van gebeurtenislisteners. | |
AUTHENTICATION_ERROR — Statische eigenschap van type constante, klasse org.osmf.traits.DRMState | |
The media's authentication attempt failed. | |
AuthenticationEvent — klasse, pakket com.adobe.livecycle.ria.security.api | |
AuthenticationEvent objects are dispatched by the ISecurityManager class when an authentication related operation is performed. | |
AuthenticationEvent(type:String, authResult:com.adobe.livecycle.ria.security.api:IAuthResult, bubbles:Boolean, cancelable:Boolean) — Constructor, klasse com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
Constructor. | |
authenticationExpired — Gebeurtenis, klasse lc.foundation.SessionManager | |
Dispatched when the authenticated session with the Document Server expires. | |
AUTHENTICATION_EXPIRED — Statische eigenschap van type constante, klasse lc.foundation.events.LiveCycleFaultEvent | |
A special value that specifies that the session for a user timeed-out. | |
AUTHENTICATION_FAILED — Statische eigenschap van type constante, klasse com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when authentication fails using the username, password. | |
AUTHENTICATION_FAILED — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates the type of event dispatched when authentication fails using the username and password. | |
AUTHENTICATION_FAILED — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates the type of event that is dispatched when authentication fails using the username and password. | |
AUTHENTICATION_MESSAGE_REF_TYPE — Statische eigenschap van type constante, klasse mx.messaging.messages.CommandMessage | |
The server message type for authentication commands. | |
authenticationMethod — Eigenschap, klasse flash.net.drm.DRMContentData | |
Het type verificatie dat is vereist om een voucher te verkrijgen voor de bijbehorende inhoud. | |
authenticationMethod — Eigenschap, klasse flash.net.drm.DRMDeviceGroup | |
Het type verificatie dat is vereist om zich te registreren bij deze apparaatgroep. | |
authenticationMethod — Eigenschap, klasse flash.net.drm.VoucherAccessInfo | |
Het type verificatie dat is vereist om een voucher te verkrijgen voor de bijbehorende inhoud. | |
AuthenticationMethod — definitieve klasse, pakket flash.net.drm | |
De klasse AuthenticationMethod bevat tekenreeksconstanten met de nummers van de verschillende verificatietypen die worden gebruikt door de eigenschap authenticationMethod van de klasse DRMContentData. | |
AUTHENTICATION_NEEDED — Statische eigenschap van type constante, klasse org.osmf.traits.DRMState | |
The media needs credential-based authentication. | |
AUTHENTICATION_REQUIRED — Statische eigenschap van type constante, klasse com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when authentication using SSO is not achieved. | |
AUTHENTICATION_REQUIRED — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | |
AUTHENTICATION_REQUIRED — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | |
AUTHENTICATION_SUCCESS — Statische eigenschap van type constante, klasse com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when the Authentication process is successful. | |
AUTHENTICATION_SUCCESS — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates that the authentication process was successful. | |
AUTHENTICATION_SUCCESS — Statische eigenschap van type constante, klasse com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates that the authentication process was successful. | |
authenticationType — Eigenschap, klasse flash.events.DRMAuthenticateEvent | |
Geeft aan of de gegeven referenties bestemd zijn voor verificatie met het FMRMS (Flash Media Rights Management Server) of een proxyserver. | |
AUTHENTICATION_TYPE_DRM — Statische eigenschap van type constante, klasse flash.events.DRMAuthenticateEvent | |
De constante DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM bevat de waarde van de eigenschap authenticationType van een DRMAuthenticateEvent-object. | |
AUTHENTICATION_TYPE_PROXY — Statische eigenschap van type constante, klasse flash.events.DRMAuthenticateEvent | |
De constante DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY bevat de waarde van de eigenschap authenticationType van een DRMAuthenticateEvent-object. | |
AuthFailureCode — klasse, pakket com.adobe.livecycle.ria.security.api | |
Defines constants that define possible causes related to an authentication failure. | |
AuthOptions — klasse, pakket com.adobe.livecycle.ria.security.api | |
The AuthOptions class captures the authentication options. | |
AuthOptions() — Constructor, klasse com.adobe.livecycle.ria.security.api.AuthOptions | |
Constructor. | |
author — Eigenschap, klasse coldfusion.service.PdfInfo | |
Author of the PDF document. | |
author — Eigenschap, klasse com.adobe.livecycle.rca.model.ReviewTemplateReference | |
Specifies the author of the template. | |
author — Eigenschap, klasse com.adobe.livecycle.rca.model.TemplateSearchFilter | |
Specifies the author of the template. | |
author — Eigenschap, interface com.adobe.solutions.rca.domain.IReviewTemplate | |
Author of a template. | |
author — Eigenschap, klasse com.adobe.solutions.rca.domain.impl.ReviewTemplate | |
Author of a template. | |
author — Eigenschap, klasse com.adobe.solutions.rca.presentation.template.stages.CreationStage | |
The author of the stage. | |
author — Eigenschap, klasse com.adobe.solutions.rca.presentation.template.stages.CreatorTab | |
The author of a creation stage. | |
author — Eigenschap, klasse com.adobe.solutions.rca.vo.ReviewTemplateVO | |
Author of the template. | |
author — Eigenschap, klasse com.adobe.solutions.rca.vo.TemplateSearchFilterVO | |
Author of the template. | |
Author — klasse, pakket com.adobe.solutions.rca.domain.impl | |
This class defines an author in a creation stage. | |
Author(value:com.adobe.solutions.rca.vo:AuthorVO) — Constructor, klasse com.adobe.solutions.rca.domain.impl.Author | |
The constructor for Author class. | |
AUTHOR — Statische eigenschap van type constante, klasse com.adobe.solutions.prm.constant.Roles | |
The role of an author in a review workflow. | |
authorInstance — Eigenschap, klasse com.adobe.consulting.pst.vo.FlexConfiguration | |
Boolean indicating wthether the server to which the client is connected is an Author Instance or Publish Instance; | |
authority — Eigenschap, klasse com.adobe.gravity.utility.url.URIParser | |
The URI authority component. | |
authorizations() — methode, klasse flash.net.GroupSpecifier | |
Retourneert een tekenreeks die wachtwoorden weergeeft voor het publiceren en posten van een IP-multicast. | |
AuthorStatus — klasse, pakket com.adobe.solutions.rca.constant | |
AuthorStatus Enum. | |
AuthorStatus() — Constructor, klasse com.adobe.solutions.rca.constant.AuthorStatus | |
The constructor for AuthorStatus class. | |
AuthorVO — klasse, pakket com.adobe.solutions.rca.vo | |
AuthorVO is the concrete implementation of the abstract StageParticipantVO. | |
AuthorVO() — Constructor, klasse com.adobe.solutions.rca.vo.AuthorVO | |
The constructor for AuthorVO class. | |
authpassword — Eigenschap, klasse coldfusion.service.DocumentSection | |
Password sent to the target URL for Basic Authentication. | |
authPassword — Eigenschap, klasse coldfusion.service.mxml.Document | |
Password sent to the target URL for Basic Authentication. | |
authResult — Eigenschap, klasse com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
The authentication result associated with the event. | |
AuthResult — klasse, pakket com.adobe.livecycle.ria.security.service | |
The AuthResult object is returned as part of calls to perform Single Sign On (SSO) and login methods of ISecurityManager service. | |
AuthResult(status:com.adobe.livecycle.ria.security.api:AuthStatus, user:com.adobe.livecycle.ria.security.api:IUser, failureCode:String) — Constructor, klasse com.adobe.livecycle.ria.security.service.AuthResult | |
Constructor. | |
AuthStatus — klasse, pakket com.adobe.livecycle.ria.security.api | |
Defines the constants for various types of authentication status. | |
authuser — Eigenschap, klasse coldfusion.service.DocumentSection | |
User name sent to the target URL for Basic Authentication. | |
authUser — Eigenschap, klasse coldfusion.service.mxml.Document | |
User name sent to the target URL for Basic Authentication. | |
AUTO — Statische eigenschap van type constante, klasse fl.controls.ScrollPolicy | |
De schuifbalk weergeven wanneer de onderliggende items de afmetingen van de eigenaar overschrijden. | |
AUTO — Statische eigenschap van type constante, klasse fl.motion.RotateDirection | |
Hiermee wordt een rotatierichting gekozen die de minste draaiing vereist. | |
AUTO — Statische eigenschap van type constante, klasse flash.display.NativeWindowRenderMode | |
Een normaal venster. | |
AUTO — Statische eigenschap van type constante, klasse flash.display.PixelSnapping | |
Een constante waarde die wordt gebruikt in de eigenschap pixelSnapping van een object Bitmap om op te geven dat de bitmapafbeelding wordt uitgelijnd naar de dichtstbijzijnde pixel als deze is getekend zonder rotatie of helling en als deze is getekend met een schaalfactor van 99,9% tot 100,1%. | |
AUTO — Statische eigenschap van type constante, klasse flash.display3D.Context3DRenderMode | |
Selecteer automatisch de renderingengine. | |
AUTO — Statische eigenschap van type constante, klasse flash.printing.PrintMethod | |
Automatische selectie van de beste afdrukmethode. | |
AUTO — Statische eigenschap van type constante, klasse flash.text.engine.BreakOpportunity | |
Eindeopties voor basisregels in eigenschappen van Unicode-tekens. | |
AUTO — Statische eigenschap van type constante, klasse flash.text.engine.Kerning | |
Gebruikt om aan te geven dat tekenspatiëring ingeschakeld is, behalve als dit in de Aziatische typografie niet van toepassing is. | |
AUTO — Statische eigenschap van type constante, klasse flash.text.engine.TextRotation | |
Geeft een rotatie van 90 graden tegen de klok in aan, alleen voor volle breedte en brede glyphs, zoals bepaald door de Unicode-eigenschappen van de glyph. | |
AUTO — Statische eigenschap van type constante, klasse flash.ui.MouseCursor | |
Wordt gebruikt om aan te geven dat de cursor automatisch moet worden geselecteerd op basis van het object onder de muis. | |
AUTO — Statische eigenschap van type constante, klasse flashx.textLayout.container.ScrollPolicy | |
Geeft aan dat er moet worden geschoven als de inhoud de afmetingen van de container overschrijdt. | |
AUTO — Statische eigenschap van type constante, klasse flashx.textLayout.formats.BaselineOffset | |
De stijging van de regel wordt uitgelijnd met de bovenste inzet van de container. | |
AUTO — Statische eigenschap van type constante, klasse flashx.textLayout.formats.FormatValue | |
Geeft aan dat de waarde van een eigenschap automatisch wordt gegenereerd. | |
AUTO — Statische eigenschap van type constante, klasse flashx.textLayout.formats.LeadingModel | |
Geeft aan dat het regelafstandmodel automatisch wordt gekozen op basis van de eigenschap locale van de alinea. | |
AUTO — Statische eigenschap van type constante, klasse flashx.textLayout.formats.Suffix | |
Geeft aan dat het automatische achtervoegsel na de inhoud aan de lijstmarkering wordt toegevoegd. | |
AUTO — Statische eigenschap van type constante, klasse mx.core.ContainerCreationPolicy | |
Delay creating some or all descendants until they are needed. | |
AUTO — Statische eigenschap van type constante, klasse mx.core.ScrollPolicy | |
Show the scrollbar if the children exceed the owner's dimension. | |
AUTO — Statische eigenschap van type constante, klasse mx.core.UIComponentCachePolicy | |
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap. | |
AUTO — Statische eigenschap van type constante, klasse spark.components.CalloutPosition | |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit. | |
AUTO — Statische eigenschap van type constante, klasse spark.core.ContainerDestructionPolicy | |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic. | |
autoAdjust — Eigenschap, klasse mx.charts.chartClasses.NumericAxis | |
Specifies whether Flex rounds values. | |
autoBandWidthDetection — Eigenschap, klasse mx.controls.VideoDisplay | |
Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature. | |
autoCapitalize — Eigenschap, klasse flash.text.StageText | |
Bepaalt hoe een apparaat automatisch hoofdlettergebruik toepast op gebruikersinvoer. | |
autoCapitalize — Eigenschap, klasse spark.components.supportClasses.SkinnableTextBase | |
Hint indicating what captialization behavior soft keyboards should use. | |
autoCapitalize — Eigenschap, klasse spark.components.supportClasses.StyleableStageText | |
Hint indicating what captialization behavior soft keyboards should use. | |
AutoCapitalize — definitieve klasse, pakket flash.text | |
De klasse AutoCapitalize definieert constanten voor de eigenschap autoCapitalize van de klasse StageText. | |
autoCenterProjection — Eigenschap, klasse spark.effects.AnimateTransform3D | |
Set to false to disable a 3D effect from automatically setting the projection point to the center of the target. | |
autoCenterTransform — Eigenschap, klasse spark.effects.AnimateTransform | |
Specifies whether the transform effect occurs around the center of the target, (width/2, height/2) when the effect begins playing. | |
autoCenterTransform — Eigenschap, klasse spark.effects.supportClasses.AnimateTransformInstance | |
autoCommit — Eigenschap, klasse coldfusion.air.SyncManager | |
If autoCommit is set to true, then the changes from the offline database will be commited to the server after save/update/saveUpdate or remove function is invoked. | |
autoCommit — Eigenschap, klasse mx.data.DataManager | |
Indicates whether changes to the local cache are automatically committed. | |
autoCommit — Eigenschap, klasse mx.data.DataStore | |
If set to true, operations that modify the state managed by the DataService are committed immediately. | |
autoCommitCollectionChanges — Eigenschap, klasse mx.data.DataStore | |
When set to true, any changes made to a collection are committed immediately if the autoCommit property is true. | |
autoCommitPropertyChanges — Eigenschap, klasse mx.data.DataStore | |
When set to true and the autoCommit property is set to true, any property value change automatically leads to a "commit" for that change. | |
autoCompact — Eigenschap, klasse flash.data.SQLConnection | |
Geeft aan of automatische compressie (auto-compacting) was ingeschakeld toen de huidige database werd gemaakt (de waarde die was opgegeven voor de parameter autoCompact in de aanroep van open() of openAsync() waarmee de database werkt gemaakt). | |
autoConnect — Eigenschap, klasse com.adobe.mosaic.mxml.ServerSession | |
Returns the value of autoConnect. | |
autoConnect — Eigenschap, klasse mx.data.DataManager | |
Indicates if this service should attempt to connect for any operations that require a connection. | |
autoConnect — Eigenschap, klasse mx.data.DataStore | |
Indicates if this service should attempt to connect for any operations that require a connection. | |
autoConnect — Eigenschap, klasse mx.messaging.AbstractProducer | |
If true the Producer automatically connects to its destination the first time the send() method is called. | |
autoConnectInterval — Eigenschap, klasse mx.data.DataStore | |
Time interval in milliseconds to wait between attempts to connect to the server when the autoConnect property is true. | |
autoCorrect — Eigenschap, klasse flash.text.StageText | |
Geeft aan of een apparaat fouten in de spelling of interpunctie in gebruikersinvoer automatisch corrigeert. | |
autoCorrect — Eigenschap, klasse spark.components.supportClasses.SkinnableTextBase | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoCorrect — Eigenschap, klasse spark.components.supportClasses.StyleableStageText | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoDisplayFirstFrame — Eigenschap, klasse spark.components.VideoDisplay | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDisplayFirstFrame — Eigenschap, klasse spark.components.VideoPlayer | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDrawBackground — Eigenschap, klasse spark.components.supportClasses.ItemRenderer | |
Specifies whether the item renderer draws the background of the data item during user interaction. | |
autoDynamicStreamSwitch — Eigenschap, klasse org.osmf.media.MediaPlayer | |
Indicates whether or not the media will automatically switch between dynamic streams. | |
autoExit — Eigenschap, klasse flash.desktop.NativeApplication | |
Geeft op of de toepassing automatisch moet worden afgesloten als alle vensters werden gesloten. | |
autoExit — Eigenschap, klasse mx.core.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoExit — Eigenschap, klasse spark.components.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoGeneratedId — Eigenschap, klasse coldfusion.air.SessionToken | |
The auto-generated key for inserts. | |
autoGeneratedId — Eigenschap, klasse coldfusion.air.events.SessionResultEvent | |
The auto-generated key for inserts. | |
autoHideFirstViewNavigator — Eigenschap, klasse spark.components.SplitViewNavigator | |
Specifies whether the visibility of the first view navigator should automatically be toggled when the device receives an orientation change event. | |
autoIconManagement — Eigenschap, klasse spark.skins.SparkButtonSkin | |
If enabled will automatically construct the necessary constructs to present and layout an iconDisplay part. | |
autoIncrement — Eigenschap, klasse flash.data.SQLColumnSchema | |
Geeft aan of de waarde van deze kolom automatisch wordt opgehoogd. | |
autoInvokeTargetURL — Eigenschap, klasse com.adobe.icomm.assetplacement.controller.PromoImage | |
Set this property to true to automatically invoke targetURL when this object receives a click event. | |
autoInvokeTargetURL — Eigenschap, klasse com.adobe.icomm.assetplacement.controller.PromoSWFLoader | |
Set this property to true to automatically invoke targetURL when this object receives a click event. | |
autoLayout — Gebeurtenis, klasse fl.video.FLVPlayback | |
Wordt verzonden wanneer de grootte en/of lay-out van de videospeler automatisch worden aangepast. | |
autoLayout — Eigenschap, klasse fl.video.FLVPlaybackCaptioning | |
Hiermee wordt bepaald of de component FLVPlaybackCaptioning automatisch het object TextField verplaatst en van grootte verandert voor de ondertiteling. | |
autoLayout — Eigenschap, klasse mx.charts.Legend | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Eigenschap, klasse mx.core.Container | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Eigenschap, klasse spark.components.SkinnableContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Eigenschap, klasse spark.components.SkinnableDataContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Eigenschap, klasse spark.components.supportClasses.GroupBase | |
If true, measurement and layout are done when the position or size of a child is changed. | |
AUTO_LAYOUT — Statische eigenschap van type constante, klasse fl.video.AutoLayoutEvent | |
Hiermee wordt de waarde van de eigenschap type van een gebeurtenisobject autoLayout gedefinieerd. | |
AutoLayoutEvent — klasse, pakket fl.video | |
Flash® Player verzendt een object AutoLayoutEvent wanneer de grootte en de lay-out van de videospeler automatisch worden aangepast. | |
AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Constructor, klasse fl.video.AutoLayoutEvent | |
Hiermee wordt een gebeurtenisobject gemaakt dat informatie over gebeurtenissen autoLayout bevat. | |
autoLoad — Eigenschap, klasse com.adobe.icomm.assetplacement.controller.XMLDataLoader | |
A flag that indictes whether content starts loading automatically when the id is set or waits for a call to the loadData() method. | |
autoLoad — Eigenschap, klasse fl.containers.UILoader | |
Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de instantie UILoader automatisch de opgegeven inhoud laadt. | |
autoLoad — Eigenschap, klasse mx.controls.SWFLoader | |
A flag that indicates whether content starts loading automatically or waits for a call to the load() method. | |
autoLoad — Eigenschap, klasse mx.effects.SoundEffect | |
If true, load the MP3 file when the source has been specified. | |
autoLoadPdf(event:flash.events:Event) — methode, klasse com.adobe.guides.spark.wrappers.components.WrapperHostBase | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
autoLoadPdf(event:flash.events:Event) — methode, interface ga.controls.IWrapperHost | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
autoLoadPdf(event:flash.events:Event) — methode, klasse ga.controls.Wrapper | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
Automation — klasse, pakket mx.automation | |
The Automation class defines the entry point for the Flex Automation framework. | |
AutomationAirEvent — klasse, pakket mx.automation.events | |
The AutomationAirEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationAirEvent(type:String, bubbles:Boolean, cancelable:Boolean, windowId:String) — Constructor, klasse mx.automation.events.AutomationAirEvent | |
Constructor. | |
AutomationClass — klasse, pakket mx.automation | |
Provides serializable class information for external automation tools. | |
AutomationClass(name:String, superClassName:String) — Constructor, klasse mx.automation.AutomationClass | |
automationDebugTracer — Statische eigenschap, klasse mx.automation.Automation | |
The available IAutomationDebugTracer instance. | |
automationDelegate — Eigenschap, interface mx.automation.IAutomationObject | |
The delegate object that is handling the automation-related functionality. | |
automationDelegate — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationDelegate — Eigenschap, klasse mx.controls.FlexNativeMenu | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Eigenschap, klasse mx.core.UIComponent | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Eigenschap, klasse mx.core.UIFTETextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Eigenschap, klasse mx.core.UITextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Eigenschap, klasse mx.flash.UIMovieClip | |
The delegate object that handles the automation-related functionality. | |
AutomationDragEvent — klasse, pakket mx.automation.events | |
The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
AutomationDragEvent(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor, klasse mx.automation.events.AutomationDragEvent | |
Constructor. | |
AutomationDragEventWithPositionInfo — klasse, pakket mx.automation.events | |
The AutomationDragEventWithPositionInfo class represents event objects that are dispatched as part of a drag-and-drop operation. | |
AutomationDragEventWithPositionInfo(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, localx:int, localy:int) — Constructor, klasse mx.automation.events.AutomationDragEventWithPositionInfo | |
Constructor. | |
automationEnabled — Eigenschap, interface mx.automation.IAutomationObject | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
automationEnabled — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationEnabled — Eigenschap, klasse mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationEnabled — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationEnabled — Eigenschap, klasse mx.controls.FlexNativeMenu | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Eigenschap, klasse mx.core.UIComponent | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Eigenschap, klasse mx.core.UIFTETextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Eigenschap, klasse mx.core.UITextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Eigenschap, klasse mx.flash.UIMovieClip | |
True if this component is enabled for automation, false otherwise. | |
automationEnvironment — Eigenschap, interface mx.automation.IAutomationManager | |
The automation environment for this automation manager. | |
automationEnvironmentHandlingClassName — Eigenschap, interface mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): The tool class which is responsible for handling the automation environment. | |
automationEnvironmentString — Eigenschap, interface mx.automation.IAutomationManager2 | |
The automation environment for this automation manager. | |
AutomationError — klasse, pakket mx.automation | |
The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
AutomationError(msg:String, code:Number) — Constructor, klasse mx.automation.AutomationError | |
Constructor. | |
AutomationEvent — klasse, pakket mx.automation.events | |
The AutomationEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, klasse mx.automation.events.AutomationEvent | |
Constructor. | |
AutomationEventDescriptor — klasse, pakket mx.automation | |
Method descriptor class. | |
AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array) — Constructor, klasse mx.automation.AutomationEventDescriptor | |
Constructor | |
AutomationFlexNativeMenuEvent — klasse, pakket mx.automation.events | |
The AutomationFlexNativeEvent class represents event objects that are dispatched as part of a flexnativemenu selection operation. | |
AutomationFlexNativeMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, args:String) — Constructor, klasse mx.automation.events.AutomationFlexNativeMenuEvent | |
Constructor. | |
AutomationHelper — klasse, pakket mx.automation | |
Helper class used to call appropriate methods based on whether the current app is an AIR app or a Flex app. | |
AutomationHelper() — Constructor, klasse mx.automation.AutomationHelper | |
Constructor | |
AutomationID — klasse, pakket mx.automation | |
The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
AutomationID() — Constructor, klasse mx.automation.AutomationID | |
Constructor. | |
AutomationIDPart — Dynamische klasse, pakket mx.automation | |
The AutomationIDPart class represents a component instance to agents. | |
automationManager — Statische eigenschap, klasse mx.automation.Automation | |
The IAutomationManager instance. | |
AutomationManager — klasse, pakket mx.automation | |
Provides the interface for manipulating the automation hierarchy, and for recording and replaying events. | |
automationManager2 — Statische eigenschap, klasse mx.automation.Automation | |
AutomationMethodDescriptor — klasse, pakket mx.automation | |
Basic method descriptor class. | |
AutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array) — Constructor, klasse mx.automation.AutomationMethodDescriptor | |
automationName — Eigenschap, interface mx.automation.IAutomationObject | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.automation.delegates.controls.FlexNativeMenuAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.automation.delegates.controls.fileSystemClasses.FileSystemDataGridNameColumnRendererAutomationImpl | |
automationName — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationName — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.controls.FlexNativeMenu | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.core.UIComponent | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.core.UIFTETextField | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.core.UITextField | |
Name that can be used as an identifier for this object. | |
automationName — Eigenschap, klasse mx.flash.UIMovieClip | |
Name that can be used as an identifier for this object. | |
automationObject — Eigenschap, klasse mx.automation.events.AutomationRecordEvent | |
The delegate of the UIComponent object that is recording this event. | |
automationObject — Eigenschap, klasse mx.automation.events.AutomationReplayEvent | |
Delegate of the UIComponent object on which this event will be replayed since the target on an event that was not really dispatched is not available. | |
automationObjectHelper — Statische eigenschap, klasse mx.automation.Automation | |
The available IAutomationObjectHelper instance. | |
automationOwner — Eigenschap, interface mx.automation.IAutomationObject | |
The owner of this component for automation purposes. | |
automationOwner — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
automationOwner — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationOwner — Eigenschap, klasse mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationOwner — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationOwner — Eigenschap, klasse mx.controls.FlexNativeMenu | |
The owner of this component for automation purposes. | |
automationOwner — Eigenschap, klasse mx.core.UIComponent | |
The owner of this component for automation purposes. | |
automationOwner — Eigenschap, klasse mx.core.UIFTETextField | |
The owner of this component for automation purposes. | |
automationOwner — Eigenschap, klasse mx.core.UITextField | |
The owner of this component for automation purposes. | |
automationOwner — Eigenschap, klasse mx.flash.UIMovieClip | |
The owner of this component for automation purposes. | |
automationParent — Eigenschap, interface mx.automation.IAutomationObject | |
The parent of this component for automation purposes. | |
automationParent — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
automationParent — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationParent — Eigenschap, klasse mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationParent — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationParent — Eigenschap, klasse mx.controls.FlexNativeMenu | |
The parent of this component for automation purposes. | |
automationParent — Eigenschap, klasse mx.core.UIComponent | |
The parent of this component for automation purposes. | |
automationParent — Eigenschap, klasse mx.core.UIFTETextField | |
The parent of this component for automation purposes. | |
automationParent — Eigenschap, klasse mx.core.UITextField | |
The parent of this component for automation purposes. | |
automationParent — Eigenschap, klasse mx.flash.UIMovieClip | |
The parent of this component for automation purposes. | |
AutomationPropertyDescriptor — klasse, pakket mx.automation | |
Describes a property of a test object. | |
AutomationPropertyDescriptor(name:String, forDescription:Boolean, forVerification:Boolean, defaultValue:String) — Constructor, klasse mx.automation.AutomationPropertyDescriptor | |
Constructor | |
AutomationRecordEvent — klasse, pakket mx.automation.events | |
The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationRecordEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event, args:Array, name:String, cacheable:Boolean, recordTriggeredByCustomHandling:Boolean) — Constructor, klasse mx.automation.events.AutomationRecordEvent | |
Constructor. | |
AutomationReplayEvent — klasse, pakket mx.automation.events | |
The AutomationReplayEvent class represents event objects that are dispatched by the AutomationManager, and used by the functional testing classes and any other classes that must replay user interactions. | |
AutomationReplayEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event) — Constructor, klasse mx.automation.events.AutomationReplayEvent | |
Constructor. | |
automationTabularData — Eigenschap, interface mx.automation.IAutomationObject | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.DataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.FileSystemTreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.ListAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.ListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.TileBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.controls.TreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.core.RepeaterAutomationImpl | |
An array of all components within this repeater found in the automation hierarchy. | |
automationTabularData — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationTabularData — Eigenschap, klasse mx.controls.FlexNativeMenu | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Eigenschap, klasse mx.core.UIComponent | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Eigenschap, klasse mx.flash.UIMovieClip | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Eigenschap, klasse spark.automation.delegates.components.SparkDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Eigenschap, klasse spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationValue — Eigenschap, interface mx.automation.IAutomationObject | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.automation.delegates.controls.FlexNativeMenuAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationValue — Eigenschap, klasse mx.automation.delegates.core.UITextFieldAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.controls.FlexNativeMenu | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.core.UIComponent | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.core.UIFTETextField | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.core.UITextField | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Eigenschap, klasse mx.flash.UIMovieClip | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationVisible — Eigenschap, interface mx.automation.IAutomationObject | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Eigenschap, klasse mx.automation.delegates.core.UIComponentAutomationImpl | |
automationVisible — Eigenschap, klasse mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationVisible — Eigenschap, klasse mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationVisible — Eigenschap, klasse mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationVisible — Eigenschap, klasse mx.controls.FlexNativeMenu | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Eigenschap, klasse mx.core.UIComponent | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Eigenschap, klasse mx.core.UIFTETextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Eigenschap, klasse mx.core.UITextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Eigenschap, klasse mx.flash.UIMovieClip | |
True if this component is visible for automation, false otherwise. | |
autoMerge — Eigenschap, klasse mx.data.DataManager | |
If set to false, when changes are pushed from the remote destination to the client they are not immediately applied. | |
autoMerge — Eigenschap, klasse mx.data.DataStore | |
Controls how changes that other clients make are merged into this client's current view of the data. | |
autoOrients — Eigenschap, klasse flash.display.Stage | |
Hiermee wordt aangegeven of de oriëntatie van het werkgebied automatisch wordt gewijzigd wanneer de oriëntatie van het apparaat verandert. | |
autoPlay — Eigenschap, klasse fl.video.FLVPlayback | |
Een Booleaanse waarde die, indien true, zorgt dat het FLV-bestand automatisch begint met afspelen nadat de eigenschap source is ingesteld. | |
autoPlay — Eigenschap, klasse ga.controls.HelpVideo | |
Specifies whether the video should start playing immediately when the source property is set. | |
autoPlay — Eigenschap, klasse mx.controls.VideoDisplay | |
Specifies whether the video should start playing immediately when the source property is set. | |
autoPlay — Eigenschap, klasse org.osmf.media.MediaPlayer | |
Indicates whether the MediaPlayer starts playing the media as soon as its load operation has successfully completed. | |
autoPlay — Eigenschap, klasse spark.components.VideoDisplay | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoPlay — Eigenschap, klasse spark.components.VideoPlayer | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoRemoveTarget — Eigenschap, klasse spark.effects.supportClasses.AnimateInstance | |
If true, the effect retains its target during a transition and removes it when finished. | |
autoRepeat — Eigenschap, klasse fl.controls.BaseButton | |
Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of de gebeurtenis buttonDown meer dan een keer moet worden verzonden wanneer de gebruiker de muisknop boven de component ingedrukt houdt. | |
autoRepeat — Eigenschap, klasse fl.controls.CheckBox | |
Een CheckBox wordt per definitie nooit herhaald. De eigenschap autoRepeat wordt daarom in de constructor op false ingesteld en kan voor een CheckBox niet worden gewijzigd. | |
autoRepeat — Eigenschap, klasse fl.controls.RadioButton | |
Een RadioButton wordt per definitie nooit herhaald. De eigenschap autoRepeat wordt daarom in de constructor op false ingesteld en kan niet worden gewijzigd. | |
autoRepeat — Eigenschap, klasse mx.controls.Button | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoRepeat — Eigenschap, klasse spark.components.supportClasses.ButtonBase | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoReplace — Statische eigenschap, klasse fl.lang.Locale | |
Hiermee wordt bepaald of tekenreeksen automatisch worden vervangen nadat het XML-bestand is geladen. | |
autoReverse — Eigenschap, klasse mx.states.Transition | |
Set to true to specify that this transition applies to both the forward and reverse view state changes. | |
autoRewind — Eigenschap, klasse fl.motion.AnimatorBase | |
Hiermee wordt de animatie ingesteld om na afloop opnieuw te starten. | |
autoRewind — Eigenschap, klasse fl.video.FLVPlayback | |
Een Booleaanse waarde die, indien true, zorgt dat het FLV-bestand naar frame 1 terugspoelt wanneer het afspelen stopt, omdat de speler het einde van de stream heeft bereikt of de methode stop() is aangeroepen. | |
autoRewind — Eigenschap, klasse fl.video.VideoPlayer | |
Een Booleaanse waarde die, indien true, zorgt dat het FLV-bestand naar frame 1 terugspoelt wanneer het afspelen stopt, omdat de speler het einde van de stream heeft bereikt of de methode stop() is aangeroepen. | |
autoRewind — Eigenschap, klasse mx.controls.VideoDisplay | |
Specifies whether the FLV file should be rewound to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewind — Eigenschap, klasse org.osmf.media.MediaPlayer | |
Indicates whether media is returned to the beginning after playback completes. | |
autoRewind — Eigenschap, klasse spark.components.VideoDisplay | |
Specifies whether the FLV file should rewind to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewind — Eigenschap, klasse spark.components.VideoPlayer | |
Specifies whether the FLV file should rewind to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewound — Gebeurtenis, klasse fl.video.FLVPlayback | |
Wordt verzonden wanneer de afspeelkop naar het begin van de videospeler wordt verplaatst omdat de eigenschap autoRewind op true is ingesteld. | |
autoRewound — Gebeurtenis, klasse fl.video.VideoPlayer | |
Wordt verzonden wanneer de afspeelkop naar het begin van de videospeler wordt verplaatst omdat de eigenschap autoRewind op true is ingesteld. | |
AUTO_REWOUND — Statische eigenschap van type constante, klasse fl.video.VideoEvent | |
Hiermee wordt de waarde van de eigenschap type van een gebeurtenisobject autoRewound gedefinieerd. | |
autoSaveCache — Eigenschap, klasse mx.data.DataManager | |
You can store the local cache of data and changes to disk. | |
autoSaveCache — Eigenschap, klasse mx.data.DataStore | |
The local cache of data and changes can be stored to disk. | |
autoScrollIfNecessary(mouseX:int, mouseY:int) — methode, klasse flashx.textLayout.container.ContainerController | |
Een schuifgebeurtenis verwerken tijdens een "sleepselectie". | |
autoSize — Eigenschap, klasse fl.controls.Label | |
Hiermee wordt een tekenreeks opgehaald of ingesteld die aangeeft hoe de grootte en uitlijning van een label worden ingesteld om overeen te komen met de waarde van de eigenschap text. | |
autoSize — Eigenschap, klasse fl.text.TLFTextField | |
Bepaalt de automatische aanpassing van grootte en uitlijning van tekstvelden. | |
autoSize — Eigenschap, klasse flash.text.TextField | |
Bepaalt de automatische aanpassing van grootte en uitlijning van tekstvelden. | |
autoSize — Eigenschap, klasse mx.core.FTETextField | |
Bepaalt de automatische aanpassing van grootte en uitlijning van tekstvelden. | |
autoSize — Eigenschap, interface mx.core.IUITextField | |
Bepaalt de automatische aanpassing van grootte en uitlijning van tekstvelden. | |
autoStop — Eigenschap, klasse mx.controls.MovieClipSWFLoader | |
When the content of the SWF is a MovieClip, if autoStop is true then the MovieClip is stopped immediately after loading. | |
autoSwitch — Eigenschap, klasse org.osmf.events.DynamicStreamEvent | |
The new autoSwitch value. | |
_autoSwitch — Eigenschap, klasse org.osmf.net.NetStreamSwitchManagerBase | |
autoSwitch — Eigenschap, klasse org.osmf.net.NetStreamSwitchManagerBase | |
Indicates whether the switching manager should automatically switch between streams. | |
autoSwitch — Eigenschap, klasse org.osmf.net.RuleSwitchManagerBase | |
autoSwitch — Eigenschap, klasse org.osmf.traits.DynamicStreamTrait | |
Defines whether or not the trait should be in manual or auto-switch mode. | |
autoSwitchChange — Gebeurtenis, klasse org.osmf.traits.DynamicStreamTrait | |
Dispatched when the autoSwitch property changed. | |
autoSwitchChange — Gebeurtenis, klasse org.osmf.traits.TraitEventDispatcher | |
Dispatched when the autoSwitch property has changed. | |
AUTO_SWITCH_CHANGE — Statische eigenschap van type constante, klasse org.osmf.events.DynamicStreamEvent | |
The DynamicStreamEvent.AUTO_SWITCH_CHANGE constant defines the value of the type property of the event object for an autoSwitchChange event. | |
autoSwitchChangeEnd() — methode, klasse org.osmf.traits.DynamicStreamTrait | |
Called just after the autoSwitch property has changed. | |
autoSwitchChangeStart(value:Boolean) — methode, klasse org.osmf.traits.DynamicStreamTrait | |
Called immediately before the autoSwitch property is changed. | |
autoSyncEnabled — Eigenschap, klasse mx.data.DataManager | |
When true, fill(), createItem() and getItem() requests return items that listen for updates made to these items from the remote destination. | |
autoSyncEnabled — Eigenschap, klasse mx.data.RPCDataManager | |
The RPCDataManager does not support the autoSync property. | |
autoThumbVisibility — Stijl, klasse spark.components.supportClasses.ScrollBarBase | |
If true (the default), the thumb's visibility will be reset whenever its size is updated. | |
autoUpdateCurrentState — Eigenschap, klasse mx.flash.UIMovieClip | |
Whether we should actively watch changes to the label of the flash object. | |
autoUpdateMeasuredSize — Eigenschap, klasse mx.flash.UIMovieClip | |
Whether we should actively watch changes to the size of the flash object. | |
availability — Eigenschap, klasse flash.events.StageVideoAvailabilityEvent | |
Rapporteert de huidige beschikbaarheid van een video in het werkgebied met behulp van een constante van de klasse flash.media.StageVideoAvailability. | |
available — Eigenschap, klasse air.net.ServiceMonitor | |
Of de service momenteel als "available" wordt beschouwd. De beginwaarde is false totdat een statuscontrole de eigenschap instelt op true, of totdat de eigenschap expliciet wordt geïnitialiseerd naar true. Doorgaans wordt deze eigenschap ingesteld door de implementatie checkStatus() in een subklasse of specializer, maar als de toepassing onafhankelijke informatie bezit over de beschikbaarheid van een service (bijvoorbeeld een aanvraag die zopas is gelukt of mislukt) kan de eigenschap expliciet worden ingesteld. | |
available — Eigenschap, klasse air.update.events.StatusFileUpdateEvent | |
Geeft aan of er een andere versie beschikbaar is dan een versie van de huidige toepassing (true); false als dat niet zo is (dezelfde versie). | |
available — Eigenschap, klasse air.update.events.StatusUpdateEvent | |
Geeft aan of er een update beschikbaar is. | |
available — Eigenschap, interface com.adobe.icc.services.formbridge.IFormBridgeService | |
Determines if the FormBridge External API is available. | |
available — Eigenschap, klasse flash.events.VsyncStateChangeAvailabilityEvent | |
Geeft aan dat de vsync-status van Stage kan worden gewijzigd. | |
available — Statische eigenschap, klasse flash.external.ExternalInterface | |
Hiermee wordt aangegeven of deze speler zich in een container bevindt die een externe interface biedt. | |
AVAILABLE — Statische eigenschap van type constante, klasse flash.media.StageVideoAvailability | |
Er is momenteel video beschikbaar in het werkgebied. | |
availableCommands() — methode, klasse lc.procmgmt.domain.Task | |
Retrieves a list of TaskCommand objects that are available for execution on the task. | |
availableCommands() — methode, klasse lc.procmgmt.domain.TaskAttachmentInfo | |
Retrieves the list of currently available commands for the attachment. | |
AvailablePropertyIterator — klasse, pakket com.adobe.fiber.valueobjects | |
An implementation of IPropertyIterator for iterating over the set of a value object's available properties at a given point in time. | |
AvailablePropertyIterator(valueObject:com.adobe.fiber.valueobjects:AbstractEntityMetadata) — Constructor, klasse com.adobe.fiber.valueobjects.AvailablePropertyIterator | |
Creates an instance of this iterator for a particular value object | |
availableQualityLevels — Eigenschap, klasse org.osmf.net.qos.QoSInfo | |
The available quality levels | |
AVAILABLE_QUALITY_LEVELS — Statische eigenschap van type constante, klasse org.osmf.net.metrics.MetricType | |
The type constant for the available bitrates metric. | |
AvailableQualityLevelsMetric — klasse, pakket org.osmf.net.metrics | |
Metric listing all the available quality levels as pairs (index, bitrate) | |
AvailableQualityLevelsMetric(qosInfoHistory:org.osmf.net.qos:QoSInfoHistory) — Constructor, klasse org.osmf.net.metrics.AvailableQualityLevelsMetric | |
Constructor. | |
AV_DICTIONARY_DATA — Statische eigenschap van type constante, klasse flash.events.AVDictionaryDataEvent | |
AVDictionaryDataEvent — klasse, pakket flash.events | |
AVStream verzendt AVDictionaryDataEvent om ID3-taginformatie aan te geven | |
AVDictionaryDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, init_dictionary:flash.utils:Dictionary, init_dataTime:Number) — Constructor, klasse flash.events.AVDictionaryDataEvent | |
Constructor | |
AverageAggregator — klasse, pakket mx.olap.aggregators | |
The AverageAggregator class implements the average aggregator. | |
averageDroppedFPS — Eigenschap, klasse org.osmf.net.NetStreamMetricsBase | |
The average frame-drop rate calculated over the life of the NetStream. | |
averageMaxBytesPerSecond — Eigenschap, klasse org.osmf.net.rtmpstreaming.RTMPNetStreamMetrics | |
The average max bytes per second value, calculated based on a recent set of samples. | |
avHardwareDisable — Statische eigenschap, klasse flash.system.Capabilities | |
Geeft op of toegang tot de camera en de microfoon van de gebruiker niet (true) of wel (false) is toegestaan. | |
AV_HTTP_RESPONSE_STATUS — Statische eigenschap van type constante, klasse flash.events.AVHTTPStatusEvent | |
In tegenstelling tot de gebeurtenis httpStatus, wordt de gebeurtenis httpResponseStatus vóór eventuele responsgegevens bezorgd. | |
AVHTTPStatusEvent — klasse, pakket flash.events | |
De toepassing verzendt AVHTTPStatusEvent-objecten wanneer een netwerkaanvraag een HTTP-statuscode retourneert. | |
AVHTTPStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:int, responseUrl:String, responseHeaders:Array) — Constructor, klasse flash.events.AVHTTPStatusEvent | |
Maakt een Event-object dat specifieke informatie bevat over gebeurtenissen Status. | |
AVLoader — klasse, pakket flash.display | |
AVLoader() — Constructor, klasse flash.display.AVLoader | |
AVM1Movie — klasse, pakket flash.display | |
AVM1Movie is een eenvoudige klasse die AVM1-filmclips vertegenwoordigt waarbij gebruik wordt gemaakt van ActionScript 1.0 of 2.0. | |
AVNetworkingParams — klasse, pakket flash.media | |
AVStream verzendt AVPlayStateEvent tijdens het afspelen om statuswijzigingen aan te geven. | |
AVNetworkingParams(init_forceNativeNetworking:Boolean, init_readSetCookieHeader:Boolean, init_useCookieHeaderForAllRequests:Boolean, init_networkDownVerificationUrl:String) — Constructor, klasse flash.media.AVNetworkingParams | |
Hiermee wordt een nieuwe instantie van een AVNetworkingParams-object gemaakt. | |
AV_PAUSE_AT_PERIOD_END — Statische eigenschap van type constante, klasse flash.events.AVPauseAtPeriodEndEvent | |
AVPauseAtPeriodEndEvent — klasse, pakket flash.events | |
AVStream verzendt AVPauseAtPeriodEndEvent wanneer het einde van de periode wordt bereikt voor de periode waarvoor deze gebeurtenis wordt aangevraagd. | |
AVPauseAtPeriodEndEvent(type:String, bubbles:Boolean, cancelable:Boolean, userData:int) — Constructor, klasse flash.events.AVPauseAtPeriodEndEvent | |
avSendToURL(auth:flash.system:AuthorizedFeatures, request:flash.net:URLRequest, cookieHeader:String) — Pakketfunctie, flash.media | |
AVTagData — klasse, pakket flash.media | |
Verschaft informatie over een actiepunt van een periode in een HLS-stroom. | |
AVURLLoader — klasse, pakket flash.media | |
De klasse URLLoader downloadt gegevens via een URL, zoals tekst, binaire gegevens of URL-gecodeerde variabelen. | |
AVURLLoader(request:flash.net:URLRequest) — Constructor, klasse flash.media.AVURLLoader | |
Maakt een object URLLoader. | |
AVURLStream — klasse, pakket flash.media | |
De klasse URLStream biedt toegang op laag niveau voor het downloaden van URL's. | |
axes — Eigenschap, klasse mx.charts.chartClasses.DataTransform | |
The set of axes associated with this transform. | |
axes — Eigenschap, interface mx.olap.IOLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axes — Eigenschap, klasse mx.olap.OLAPQuery | |
The axis of the Query as an Array of OLAPQueryAxis instances. | |
axes — Eigenschap, klasse mx.olap.OLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axis — Eigenschap, klasse mx.charts.AxisRenderer | |
The axis object associated with this renderer. | |
axis — Eigenschap, interface mx.charts.chartClasses.IAxisRenderer | |
The axis object associated with this renderer. | |
AXIS_ANGLE — Statische eigenschap van type constante, klasse flash.geom.Orientation3D | |
De oriëntatie van de ashoek maakt gebruik van een combinatie van een as en een hoek om de oriëntatie te bepalen. | |
AxisBase — klasse, pakket mx.charts.chartClasses | |
The AxisBase class serves as a base class for the various axis types supported in Flex. | |
AxisBase() — Constructor, klasse mx.charts.chartClasses.AxisBase | |
Constructor. | |
AxisLabel — klasse, pakket mx.charts | |
An AxisLabel object represents a single label on the chart axis. | |
AxisLabel(position:Number, value:Object, text:String) — Constructor, klasse mx.charts.AxisLabel | |
Constructor. | |
AxisLabelSet — klasse, pakket mx.charts.chartClasses | |
An AxisLabelSet represents the label and tick data generated by an implementation of IAxis. | |
AxisLabelSet() — Constructor, klasse mx.charts.chartClasses.AxisLabelSet | |
Constructor. | |
axisOrdinal — Eigenschap, klasse mx.olap.OLAPQueryAxis | |
The type of axis, as OLAPQuery.COLUMN AXIS for a column axis, OLAPQuery.ROW_AXIS for a row axis, and OLAPQuery.SLICER_AXIS for a slicer axis. | |
AxisRenderer — klasse, pakket mx.charts | |
You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
AxisRenderer() — Constructor, klasse mx.charts.AxisRenderer | |
Constructor. | |
AxisRendererAutomationImpl — klasse, pakket mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Constructor, klasse mx.automation.delegates.charts.AxisRendererAutomationImpl | |
Constructor. | |
axisStroke — Stijl, klasse mx.charts.AxisRenderer | |
Specifies the characteristics of the line for the axis. | |
axisTitleStyleName — Stijl, klasse mx.charts.chartClasses.CartesianChart | |
The name of the CSS class selector to use when formatting titles on the axes. | |
axisTitleStyleName — Stijl, klasse mx.charts.AxisRenderer | |
The name of the CSS class selector to use when formatting the axis title. | |
AXMAccordion — klasse, pakket xd.core.axm.view.components | |
AXMAccordion component | |
AXMAccordion() — Constructor, klasse xd.core.axm.view.components.AXMAccordion | |
Constructor. | |
AXMAccordionItemVO — klasse, pakket xd.core.axm.view.components.support | |
The AXMAccordionItemVO component. | |
AXMAccordionSegment — klasse, pakket xd.core.axm.view.components | |
AXMAccordionSegment component | |
AXMAccordionSegment() — Constructor, klasse xd.core.axm.view.components.AXMAccordionSegment | |
Constructor. | |
AXMBreadCrumb — klasse, pakket xd.core.axm.view.components | |
AXMBreadCrumb component | |
AXMBreadCrumb() — Constructor, klasse xd.core.axm.view.components.AXMBreadCrumb | |
Constructor. | |
AXMButton — klasse, pakket xd.core.axm.view.components | |
Base Button for XD AXM Components | |
AXMButton() — Constructor, klasse xd.core.axm.view.components.AXMButton | |
Constructor. | |
AXMButtonBar — klasse, pakket xd.core.axm.view.components | |
AXM Default Button Bar Component | |
AXMButtonBar() — Constructor, klasse xd.core.axm.view.components.AXMButtonBar | |
Constructor. | |
AXMButtonBarButton — klasse, pakket xd.core.axm.view.components | |
AXM Button Bar Button | |
AXMButtonBarButton() — Constructor, klasse xd.core.axm.view.components.AXMButtonBarButton | |
Constructor. | |
AXMCheckBox — klasse, pakket xd.core.axm.view.components | |
AXM Checkbox Component | |
AXMCheckBox() — Constructor, klasse xd.core.axm.view.components.AXMCheckBox | |
Constructor. | |
AXMComboBox — klasse, pakket xd.core.axm.view.components | |
AXM Combo Box Component | |
AXMComboBox() — Constructor, klasse xd.core.axm.view.components.AXMComboBox | |
Constructor. | |
AXMDropDownList — klasse, pakket xd.core.axm.view.components | |
AXM Drop Down List | |
AXMDropDownList() — Constructor, klasse xd.core.axm.view.components.AXMDropDownList | |
Constructor. | |
AXMDropDownListBase — klasse, pakket xd.core.axm.view.components.support | |
The DropDownListBase control contains a drop-down list from which the user can select a single value. | |
AXMDropDownListBase() — Constructor, klasse xd.core.axm.view.components.support.AXMDropDownListBase | |
Constructor. | |
AXMEnterpriseAccordionSegmentSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMAccordionSegment. | |
AXMEnterpriseAccordionSegmentSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSegmentSkin | |
Constructor. | |
AXMEnterpriseAccordionSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMAccordionSegment. | |
AXMEnterpriseAccordionSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSkin | |
Constructor. | |
AXMEnterpriseAssetTabBar — klasse, pakket xd.core.axm.enterprise.view.components | |
An extension point (or hook) that extends the spark.components.TabBar class for the AXMEnterpriseAssetTabBar component. | |
AXMEnterpriseAssetTabBarButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXM Tab Bar Button component. | |
AXMEnterpriseAssetTabBarButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetTabBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark TabBar component. | |
AXMEnterpriseAssetTabBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBar — klasse, pakket xd.core.axm.enterprise.view.components | |
An extension point (or hook) that extends spark.components.TabBarclass for use with the AXMEnterpriseAssetViewTabBar component. | |
AXMEnterpriseAssetViewTabBarButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseAssetViewTabBarButton component. | |
AXMEnterpriseAssetViewTabBarButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseAssetViewTabBar | |
AXMEnterpriseAssetViewTabBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumbButto component. | |
AXMEnterpriseBreadCrumbButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbButtonSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbFocusSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumbFocusSkin component. | |
AXMEnterpriseBreadCrumbFocusSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbFocusSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumb component. | |
AXMEnterpriseBreadCrumbSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbSkin | |
Constructor. | |
AXMEnterpriseButtonBarFirstButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarFirstButton component. | |
AXMEnterpriseButtonBarFirstButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarLastButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarLastButton component. | |
AXMEnterpriseButtonBarLastButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarMiddleButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarMiddleButton component. | |
AXMEnterpriseButtonBarMiddleButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBar component. | |
AXMEnterpriseButtonBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarSkin | |
Constructor. | |
AXMEnterpriseButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButton component. | |
AXMEnterpriseButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonSkin | |
Constructor. | |
AXMEnterpriseCheckboxSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCheckbox component. | |
AXMEnterpriseCheckboxSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSkin | |
Constructor. | |
AXMEnterpriseCheckboxSmallSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCheckboxSmall component. | |
AXMEnterpriseCheckboxSmallSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSmallSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterpriseClosableTabBarButton component. | |
AXMEnterpriseClosableTabBarButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseClosableTabBar component. | |
AXMEnterpriseClosableTabBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarSkin | |
Constructor. | |
AXMEnterpriseCloseButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCloseButton component. | |
AXMEnterpriseCloseButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseCloseButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseComboBoxButton | |
AXMEnterpriseComboBoxButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseComboBox. | |
AXMEnterpriseComboBoxSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxSkin | |
Constructor. | |
AXMEnterpriseComboBoxTextInputSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the textInput of a AXMEnterpriseComboBoxTextInput component. | |
AXMEnterpriseComboBoxTextInputSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxTextInputSkin | |
Constructor. | |
AXMEnterpriseDropDownListButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseDropDownListButton. | |
AXMEnterpriseDropDownListButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseDropDownListItemRenderer — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseDropDownListItemRenderer. | |
AXMEnterpriseDropDownListItemRenderer() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListItemRenderer | |
Constructor. | |
AXMEnterpriseDropDownListSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseDropDownList. | |
AXMEnterpriseDropDownListSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListSkin | |
Constructor. | |
AXMEnterpriseFocusSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
AXMEnterpriseFocusSkin is a custom focus skin to handle the exceptions not covered in the spark FocusSkin | |
AXMEnterpriseFooterSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseFooterSkin. | |
AXMEnterpriseFooterSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseFooterSkin | |
Constructor. | |
AXMEnterpriseGridHeaderRenderer — klasse, pakket xd.core.axm.enterprise.view.components | |
The DefaultGridHeaderRenderer class defines the default header renderer for the columns of a Spark DataGrid control. | |
AXMEnterpriseGridHeaderRenderer() — Constructor, klasse xd.core.axm.enterprise.view.components.AXMEnterpriseGridHeaderRenderer | |
Constructor. | |
AXMEnterpriseGridSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseGridSkin. | |
AXMEnterpriseGridSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseGridSkin | |
Constructor. | |
AXMEnterpriseHeaderBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHeaderBarSkin. | |
AXMEnterpriseHeaderBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHeaderBarSkin | |
Constructor. | |
AXMEnterpriseHeaderButtonBar — klasse, pakket xd.core.axm.enterprise.view.components | |
The AXMEnterpriseHeaderButtonBar component. | |
AXMEnterpriseHeaderButtonBar() — Constructor, klasse xd.core.axm.enterprise.view.components.AXMEnterpriseHeaderButtonBar | |
Constructor. | |
AXMEnterpriseHScrollBarLargeSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollBar. | |
AXMEnterpriseHScrollBarLargeSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollBarLargeSkin | |
Constructor. | |
AXMEnterpriseHScrollbarNoControlsSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbarNoControls The thumb and track are defined in separate skins. | |
AXMEnterpriseHScrollbarNoControlsSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbar The thumb and track skins are defined by separate skins. | |
AXMEnterpriseHScrollbarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarSkin | |
Constructor. | |
AXMEnterpriseHScrollbarThumbSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbarThumbSkin. | |
AXMEnterpriseHScrollbarThumbSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackNoControlsSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHScrollbarTrackNoControls The thumb and track skins are defined in separate skins. | |
AXMEnterpriseHScrollbarTrackNoControlsSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHScrollbarTrack | |
AXMEnterpriseHScrollbarTrackSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackSkin | |
Constructor. | |
AXMEnterpriseIconButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseIconButton | |
AXMEnterpriseIconButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseIconButtonSkin | |
Constructor. | |
AXMEnterpriseLargeButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseLargeButtonSkin. | |
AXMEnterpriseLargeButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeButtonSkin | |
Constructor. | |
AXMEnterpriseLargeToggleButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseLargeToggleButton. | |
AXMEnterpriseLargeToggleButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeToggleButtonSkin | |
Constructor. | |
AXMEnterpriseNavigationButtonBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseNavigationButtonBar The buttons on the ButtonBar component use the ButtonBarLastButtonSkin, ButtonBarFirstButtonSkin and ButtonBarMiddleButtonSkin classes. | |
AXMEnterpriseNavigationButtonBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNavigationButtonBarSkin | |
Constructor. | |
AXMEnterpriseNumericStepperDecrementButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
Skin for AXMEnterpriseNumericStepperDecrementButton | |
AXMEnterpriseNumericStepperDecrementButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperDecrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperIncrementButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
Skin for AXMEnterpriseNumericStepperDecrementButton | |
AXMEnterpriseNumericStepperIncrementButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperIncrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for a Spark NumericStepper component. | |
AXMEnterpriseNumericStepperSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperSkin | |
Constructor. | |
AXMEnterpriseNumericStepperTextInputSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for Spark TextInput component. | |
AXMEnterpriseNumericStepperTextInputSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperTextInputSkin | |
Constructor. | |
AXMEnterprisePanelSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterprisePanel. | |
AXMEnterprisePanelSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterprisePanelSkin | |
Constructor. | |
AXMEnterpriseProgressSpinnerSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterprisePanel. | |
AXMEnterpriseProgressSpinnerSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseProgressSpinnerSkin | |
Constructor. | |
AXMEnterpriseQuietButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark Button component. | |
AXMEnterpriseQuietButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietButtonSkin | |
Constructor. | |
AXMEnterpriseQuietHeaderBarButton — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseQuietHeaderBarButton | |
AXMEnterpriseQuietHeaderBarButton() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietHeaderBarButton | |
Constructor. | |
AXMEnterpriseQuietLargeButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseQuietLargeButton. | |
AXMEnterpriseQuietLargeButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeButtonSkin | |
Constructor. | |
AXMEnterpriseQuietLargeDropDownListButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseQuietLargeDropDownListButton. | |
AXMEnterpriseQuietLargeDropDownListButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseRadioButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseRadioButton. | |
AXMEnterpriseRadioButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseRadioButtonSkin | |
Constructor. | |
AXMEnterpriseResizeHandleSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseResizeHandle. | |
AXMEnterpriseResizeHandleSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseResizeHandleSkin | |
Constructor. | |
AXMEnterpriseScrollDownArrowSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollDownArrow. | |
AXMEnterpriseScrollDownArrowSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollDownArrowSkin | |
Constructor. | |
AXMEnterpriseScrollLeftArrowSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollLeftArrow. | |
AXMEnterpriseScrollLeftArrowSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollLeftArrowSkin | |
Constructor. | |
AXMEnterpriseScrollRightArrowSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollRightArrowSkin.mxml. | |
AXMEnterpriseScrollRightArrowSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollRightArrowSkin | |
Constructor. | |
AXMEnterpriseScrollUpArrowSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollRightArrowSkin.mxml. | |
AXMEnterpriseScrollUpArrowSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollUpArrowSkin | |
Constructor. | |
AXMEnterpriseSlideToggleButton — klasse, pakket xd.core.axm.enterprise.view.components | |
The AXMEnterpriseSlideToggleButton component. | |
AXMEnterpriseSlideToggleButton() — Constructor, klasse xd.core.axm.enterprise.view.components.AXMEnterpriseSlideToggleButton | |
Constructor. | |
AXMEnterpriseSplitActionButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseSplitActionButton. | |
AXMEnterpriseSplitActionButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionPopUpButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseSplitActionPopUpButton. | |
AXMEnterpriseSplitActionPopUpButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMSplitActionButton. | |
AXMEnterpriseSplitActionSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionSkin | |
Constructor. | |
AXMEnterpriseTabBarButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTabBarButton. | |
AXMEnterpriseTabBarButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseTabBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseTabBar component. | |
AXMEnterpriseTabBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarSkin | |
Constructor. | |
AXMEnterpriseTextAreaSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTextArea. | |
AXMEnterpriseTextAreaSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseTextAreaSkin | |
Constructor. | |
AXMEnterpriseTextInputSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTextInput. | |
AXMEnterpriseTextInputSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseTextInputSkin | |
Constructor. | |
AXMEnterpriseTitleWindowSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterpriseTitleWindow. | |
AXMEnterpriseTitleWindowSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseTitleWindowSkin | |
Constructor. | |
AXMEnterpriseToggleButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToggleButton. | |
AXMEnterpriseToggleButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToggleButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarBottomSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarBottom. | |
AXMEnterpriseToolBarBottomSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarBottomSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarFirstButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarFirstButton. | |
AXMEnterpriseToolBarButtonBarFirstButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarLastButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarLastButton | |
AXMEnterpriseToolBarButtonBarLastButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarMiddleButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarMiddleButton | |
AXMEnterpriseToolBarButtonBarMiddleButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseToolbarButtonBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolbarButtonBarSkin. | |
AXMEnterpriseToolbarButtonBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolbarButtonBarSkin | |
Constructor. | |
AXMEnterpriseToolBarTopSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark Button component. | |
AXMEnterpriseToolBarTopSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarTopSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarButtonSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseViewModeButtonBarButton. | |
AXMEnterpriseViewModeButtonBarButtonSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarButtonSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseViewModeButtonBar. | |
AXMEnterpriseViewModeButtonBarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarNoControlsSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarNoControls The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarNoControlsSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseVScrollbar. | |
AXMEnterpriseVScrollbarSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarThumbSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseVScrollbarThumb. | |
AXMEnterpriseVScrollbarThumbSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackNoControlsSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarTrackNoControls The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarTrackNoControlsSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackSkin — klasse, pakket xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarTrack The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarTrackSkin() — Constructor, klasse xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackSkin | |
Constructor. | |
AXMHeaderBar — klasse, pakket xd.core.axm.view.components | |
AXM Header Bar Components | |
AXMHeaderBar() — Constructor, klasse xd.core.axm.view.components.AXMHeaderBar | |
Constructor. | |
AXMHScrollBar — klasse, pakket xd.core.axm.view.components | |
Default AXM Horizontal Scrollbar | |
AXMHScrollBar() — Constructor, klasse xd.core.axm.view.components.AXMHScrollBar | |
Constructor. | |
AXMLightItemRenderer — klasse, pakket xd.core.axm.view.components | |
Item Renderer for the AXM Light style list | |
AXMLightItemRenderer() — Constructor, klasse xd.core.axm.view.components.AXMLightItemRenderer | |
Constructor. | |
AXMList — klasse, pakket xd.core.axm.view.components | |
AXM List Component | |
AXMList() — Constructor, klasse xd.core.axm.view.components.AXMList | |
Constructor. | |
AXMPopUp — klasse, pakket xd.core.axm.view.components | |
AXM Pop Up | |
AXMPopUp() — Constructor, klasse xd.core.axm.view.components.AXMPopUp | |
Constructor. | |
AXMProgressBar — klasse, pakket xd.core.axm.view.components | |
AXM Progress bar component | |
AXMProgressBar() — Constructor, klasse xd.core.axm.view.components.AXMProgressBar | |
Constructor. | |
AXMProgressSpinner — klasse, pakket xd.core.axm.view.components | |
Progress spinner component | |
AXMProgressSpinner() — Constructor, klasse xd.core.axm.view.components.AXMProgressSpinner | |
Constructor. | |
AXMResizableContainer — klasse, pakket xd.core.axm.view.components | |
AXM Resizable Container | |
AXMResizableContainer() — Constructor, klasse xd.core.axm.view.components.AXMResizableContainer | |
Constructor. | |
AXMRichTextEditor — klasse, pakket xd.core.axm.view.components | |
AXM Rich Text Editor Composite Component | |
AXMRichTextEditor() — Constructor, klasse xd.core.axm.view.components.AXMRichTextEditor | |
Constructor. | |
AXMRichTextEditorControlBar — klasse, pakket xd.core.axm.view.components | |
Control bar for the AXM RichTextEditor | |
AXMRichTextEditorControlBar() — Constructor, klasse xd.core.axm.view.components.AXMRichTextEditorControlBar | |
Constructor. | |
AXMScroller — klasse, pakket xd.core.axm.view.components | |
The AXMScroller Component. | |
AXMScroller() — Constructor, klasse xd.core.axm.view.components.AXMScroller | |
Constructor. | |
AXMSplitActionButton — klasse, pakket xd.core.axm.view.components | |
Split Action Button | |
AXMSplitActionButton() — Constructor, klasse xd.core.axm.view.components.AXMSplitActionButton | |
Constructor. | |
AXMSwitch — klasse, pakket xd.core.axm.view.components | |
AXM Toggle Button | |
AXMSwitch() — Constructor, klasse xd.core.axm.view.components.AXMSwitch | |
Constructor. | |
AXMTabBar — klasse, pakket xd.core.axm.view.components | |
AXM tab bar compoenent | |
AXMTabBar() — Constructor, klasse xd.core.axm.view.components.AXMTabBar | |
Constructor. | |
AXMTabBarButton — klasse, pakket xd.core.axm.view.components | |
AXM Button Bar Button | |
AXMTabBarButton() — Constructor, klasse xd.core.axm.view.components.AXMTabBarButton | |
Constructor. | |
AXMTitleWindow — klasse, pakket xd.core.axm.view.components | |
footerGradientEndColor | |
AXMTitleWindow() — Constructor, klasse xd.core.axm.view.components.AXMTitleWindow | |
Constructor. | |
AXMToggleButton — klasse, pakket xd.core.axm.view.components | |
AXM Toggle Button Component | |
AXMToggleButton() — Constructor, klasse xd.core.axm.view.components.AXMToggleButton | |
Constructor. | |
AXMToolPopUp — klasse, pakket xd.core.axm.view.components | |
AXM Tool Pop Up Component | |
AXMToolPopUp() — Constructor, klasse xd.core.axm.view.components.AXMToolPopUp | |
Constructor. | |
AXMToolPopUpDropDownController — klasse, pakket xd.core.axm.view.components.support | |
The AXMToolPopUpDropDownController class handles the mouse, keyboard, and focus interactions for an anchor button and its associated tool pop up drop down. | |
AXMToolPopUpDropDownController() — Constructor, klasse xd.core.axm.view.components.support.AXMToolPopUpDropDownController | |
Constructor. | |
AXMVerticalDivider — klasse, pakket xd.core.axm.view.components | |
AXM AXM Vertical Divider Component | |
AXMVerticalDivider() — Constructor, klasse xd.core.axm.view.components.AXMVerticalDivider | |
Constructor. | |
AXMVScrollBar — klasse, pakket xd.core.axm.view.components | |
AXM Vertical Scroll Bar Component | |
AXMVScrollBar() — Constructor, klasse xd.core.axm.view.components.AXMVScrollBar | |
Constructor. | |
Symbolen A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
Wed Jun 13 2018, 11:57 AM Z