Uses of Interface
org.kuali.rice.krad.uif.service.ViewHelperService
Packages that use ViewHelperService
Package
Description
-
Uses of ViewHelperService in org.kuali.rice.krad.inquiry
Classes in org.kuali.rice.krad.inquiry that implement ViewHelperServiceModifier and TypeClassDescriptionclassImplementation of theInquirableinterface that uses metadata from the data dictionary and performs a query against the database to retrieve the data object for inquiry -
Uses of ViewHelperService in org.kuali.rice.krad.lookup
Subinterfaces of ViewHelperService in org.kuali.rice.krad.lookupModifier and TypeInterfaceDescriptioninterfaceProvides contract for implementing a lookup within the lookup framework.Classes in org.kuali.rice.krad.lookup that implement ViewHelperServiceModifier and TypeClassDescriptionclassView helper service that implementsLookupableand executes a search using theLookupService. -
Uses of ViewHelperService in org.kuali.rice.krad.maintenance
Subinterfaces of ViewHelperService in org.kuali.rice.krad.maintenanceModifier and TypeInterfaceDescriptioninterfaceProvides contract for implementing a bulk update withing the bulk update framework.interfaceProvides contract for implementing a maintenance object within the maintenance frameworkClasses in org.kuali.rice.krad.maintenance that implement ViewHelperServiceModifier and TypeClassDescriptionclassDefault implementation ofBulkUpdateMaintainable.classDefault implementation of theMaintainableinterface. -
Uses of ViewHelperService in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field with parameters of type ViewHelperServiceModifier and TypeMethodDescriptionvoidAttributeQuery.defaultQueryTarget(ViewHelperService viewHelperService) If the query is configured with a method and the target of that method is undefined, sets the target class to the class of the given view helper service. -
Uses of ViewHelperService in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ViewHelperServiceModifier and TypeMethodDescriptionstatic ViewHelperServiceViewLifecycle.getHelper()Gets the helper active within a lifecycle on the current thread. -
Uses of ViewHelperService in org.kuali.rice.krad.uif.service.impl
Classes in org.kuali.rice.krad.uif.service.impl that implement ViewHelperServiceModifier and TypeClassDescriptionclassView helper extension for document views.classDefault Implementation ofViewHelperService -
Uses of ViewHelperService in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return ViewHelperServiceModifier and TypeMethodDescriptionView.getViewHelperService()Creates theViewHelperServiceassociated with the ViewViewModel.getViewHelperService()Returns the view helper service instance that was configured for the current view.Methods in org.kuali.rice.krad.uif.view that return types with arguments of type ViewHelperServiceModifier and TypeMethodDescriptionClass<? extends ViewHelperService> View.getViewHelperServiceClass()Class name of the ViewHelperService that handles the various phases of the Views lifecycle.Methods in org.kuali.rice.krad.uif.view with parameters of type ViewHelperServiceModifier and TypeMethodDescriptionvoidView.setViewHelperService(ViewHelperService viewHelperService) Method parameters in org.kuali.rice.krad.uif.view with type arguments of type ViewHelperServiceModifier and TypeMethodDescriptionvoidView.setViewHelperServiceClass(Class<? extends ViewHelperService> viewHelperServiceClass) Setter for theViewHelperServiceclass name Also initializes the viewHelperService -
Uses of ViewHelperService in org.kuali.rice.krad.web.form
Methods in org.kuali.rice.krad.web.form that return ViewHelperServiceModifier and TypeMethodDescriptionUifFormBase.getViewHelperService()Returns an instance of the view's configured view helper service.