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(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.
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