Uses of Interface
org.kuali.rice.krad.uif.view.ViewPresentationController
Packages that use ViewPresentationController
Package
Description
-
Uses of ViewPresentationController in org.kuali.rice.krad.document
Classes in org.kuali.rice.krad.document that implement ViewPresentationControllerModifier and TypeClassDescriptionclassImplementation ofViewPresentationControllerforDocumentViewinstancesclassExtension 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 ViewPresentationControllerModifier and TypeClassDescriptionclassImplementation ofViewPresentationControllerforInquiryViewinstances -
Uses of ViewPresentationController in org.kuali.rice.krad.lookup
Classes in org.kuali.rice.krad.lookup that implement ViewPresentationControllerModifier and TypeClassDescriptionclassImplementation ofViewPresentationControllerforLookupViewinstances -
Uses of ViewPresentationController in org.kuali.rice.krad.maintenance
Classes in org.kuali.rice.krad.maintenance that implement ViewPresentationControllerModifier and TypeClassDescriptionclassImplementation ofViewPresentationControllerforMaintenanceDocumentViewinstances -
Uses of ViewPresentationController in org.kuali.rice.krad.uif.view
Classes in org.kuali.rice.krad.uif.view that implement ViewPresentationControllerModifier and TypeClassDescriptionclassImplementation ofViewPresentationControllerthat implements no logic by defaultMethods in org.kuali.rice.krad.uif.view that return ViewPresentationControllerModifier and TypeMethodDescriptionView.getPresentationController()PresentationController that should be used for the View instance.Methods in org.kuali.rice.krad.uif.view with parameters of type ViewPresentationControllerModifier and TypeMethodDescriptionvoidView.setPresentationController(ViewPresentationController presentationController) Method parameters in org.kuali.rice.krad.uif.view with type arguments of type ViewPresentationControllerModifier and TypeMethodDescriptionvoidView.setPresentationControllerClass(Class<? extends ViewPresentationController> presentationControllerClass) Setter for the view's presentation controller by class