Uses of Class
wt.vc.views.ViewAssociation

Packages that use ViewAssociation
wt.vc.views
 
 

Uses of ViewAssociation in wt.vc.views
 

Fields in wt.vc.views declared as ViewAssociation
(package private)  ViewAssociation StandardViewService.ViewCacheUpdater.viewLink
           
 

Methods in wt.vc.views that return ViewAssociation
static ViewAssociation ViewAssociation.newViewAssociation(View parent, View child)
          Default factory for the class.
 

Methods in wt.vc.views with parameters of type ViewAssociation
protected  boolean ViewAssociation.readVersion(ViewAssociation thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  void StandardViewService.validateNewViewAssociation(ViewAssociation vA)
          Validates that the new association does not cause recursion or a view to have more than one parent.
 

Constructors in wt.vc.views with parameters of type ViewAssociation
StandardViewService.ViewCacheUpdater(ViewAssociation viewLink)