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  
ICommand — Interface in package com.adobe.cairngorm.commands
The ICommand interface enforces the contract between the Front Controller and concrete command classes in your application.
id — Property in class com.adobe.cairngorm.view.ViewHelper
The id of the view
initialized(document, id) — Method in class com.adobe.cairngorm.view.ViewHelper
On initialization, the view is initialized with the ViewLocator with the ViewLocator, using its id.
IServiceLocator — Interface in package com.adobe.cairngorm.business
IValueObject — Interface in package com.adobe.cairngorm.vo
The IValueObject interface is a marker interface that improves readability of code by identifying the classes within a Cairngorm application that are to be used as value objects for passing data between tiers of an application.
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