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  
ValueObject — Interface in package com.adobe.cairngorm.vo
Deprecated as of Cairngorm 2.1, replaced by com.adobe.cairngorm.vo.IValueObject

The ValueObject 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.

Currently, this interface does not require the implementation of any methods; the developer is free to extend this interface according to their preferred ValueObject implementation.

view — Property in class com.adobe.cairngorm.view.ViewHelper
The view referred to by this view helper
VIEW_ALREADY_REGISTERED — Constant static property in class com.adobe.cairngorm.CairngormMessageCodes
ViewHelper — Class in package com.adobe.cairngorm.view
Used to isolate command classes from the implementation details of a view.
ViewLocator — Class in package com.adobe.cairngorm.view
The ViewLocator is a singleton class, that is used to retreive ViewHelper classes that can manipulate (get/set/switch) the user interface of a Cairngorm RIA.
ViewLocator() — Constructor in class com.adobe.cairngorm.view.ViewLocator
The ViewLocator constructor should only be created through the static singleton getInstance() method.
VIEW_NOT_FOUND — Constant static property in class com.adobe.cairngorm.CairngormMessageCodes
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