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  
register(serviceLocator:com.adobe.cairngorm.business:IServiceLocator) — Method in class com.adobe.cairngorm.business.AbstractServices
Register the services.
register(serviceLocator:com.adobe.cairngorm.business:IServiceLocator) — Method in interface com.adobe.cairngorm.business.IServices
Register the services.
register(viewName, viewHelper:com.adobe.cairngorm.view:ViewHelper) — Method in class com.adobe.cairngorm.view.ViewLocator
Registers a viewHelper under a canonical viewName.
registrationExistsFor(viewName) — Method in class com.adobe.cairngorm.view.ViewLocator
Returns whether a view has been registered with a canonical name.
REMOTE_OBJECT_NOT_FOUND — Constant static property in class com.adobe.cairngorm.CairngormMessageCodes
removeCommand(commandName) — Method in class com.adobe.cairngorm.control.FrontController
Deregisters an ICommand class with the given event name from the Front Controller
removeEventListener(type, listener, useCapture) — Method in class com.adobe.cairngorm.control.CairngormEventDispatcher
Removes an event listener.
resourceBundle — Property in class com.adobe.cairngorm.CairngormError
Responder — Interface in package com.adobe.cairngorm.business

Deprecated as of Cairngorm 2.1, replaced by mx.rpc.IResponder

The Responder interface is implemented by classes that wish to handle data returned as the result of a service-call to the server.

Typically, a server-side call will be made using a service that is defined on the ServiceLocator.

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