Uses of Interface
org.kuali.rice.krad.uif.view.ViewPresentationController

Packages that use ViewPresentationController
org.kuali.rice.krad.document   
org.kuali.rice.krad.inquiry   
org.kuali.rice.krad.lookup   
org.kuali.rice.krad.maintenance   
org.kuali.rice.krad.uif.view   
 

Uses of ViewPresentationController in org.kuali.rice.krad.document
 

Classes in org.kuali.rice.krad.document that implement ViewPresentationController
 class DocumentViewPresentationControllerBase
          Implementation of ViewPresentationController for DocumentView instances
 class TransactionalDocumentViewPresentationControllerBase
          Extension to DocumentViewPresentationControllerBase interface which adds transactional document specific methods
 

Uses of ViewPresentationController in org.kuali.rice.krad.inquiry
 

Classes in org.kuali.rice.krad.inquiry that implement ViewPresentationController
 class InquiryViewPresentationControllerBase
          Implementation of ViewPresentationController for InquiryView instances
 

Uses of ViewPresentationController in org.kuali.rice.krad.lookup
 

Classes in org.kuali.rice.krad.lookup that implement ViewPresentationController
 class LookupViewPresentationControllerBase
          Implementation of ViewPresentationController for LookupView instances
 

Uses of ViewPresentationController in org.kuali.rice.krad.maintenance
 

Classes in org.kuali.rice.krad.maintenance that implement ViewPresentationController
 class MaintenanceViewPresentationControllerBase
          Implementation of ViewPresentationController for MaintenanceDocumentView instances
 

Uses of ViewPresentationController in org.kuali.rice.krad.uif.view
 

Classes in org.kuali.rice.krad.uif.view that implement ViewPresentationController
 class ViewPresentationControllerBase
          Implementation of ViewPresentationController that implements no logic by default
 

Methods in org.kuali.rice.krad.uif.view that return ViewPresentationController
 ViewPresentationController View.getPresentationController()
          PresentationController that should be used for the View instance
 

Methods in org.kuali.rice.krad.uif.view with parameters of type ViewPresentationController
 void View.setPresentationController(ViewPresentationController presentationController)
          Setter for the view's presentation controller
 

Method parameters in org.kuali.rice.krad.uif.view with type arguments of type ViewPresentationController
 void View.setPresentationControllerClass(Class<? extends ViewPresentationController> presentationControllerClass)
          Setter for the view's presentation controller by class
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.