org.kuali.rice.krad.labs.maintenance
Class LabsTravelAccountPresentationController
java.lang.Object
org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
org.kuali.rice.krad.document.DocumentViewPresentationControllerBase
org.kuali.rice.krad.maintenance.MaintenanceViewPresentationControllerBase
org.kuali.rice.krad.labs.maintenance.LabsTravelAccountPresentationController
- All Implemented Interfaces:
- Serializable, DocumentPresentationController, ViewPresentationController
public class LabsTravelAccountPresentationController
- extends MaintenanceViewPresentationControllerBase
Labs demonstration of a maintenance presentation controller.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.document.DocumentViewPresentationControllerBase |
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canEditView, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSendAdhocRequests, canSendNoteFyi, getActionFlags, getDocumentPresentationController, setDocumentPresentationController, setDocumentPresentationControllerClass |
Methods inherited from class org.kuali.rice.krad.uif.view.ViewPresentationControllerBase |
canEditField, canEditLine, canEditLineField, canEditWidget, canPerformAction, canPerformLineAction, canViewField, canViewLine, canViewLineField, canViewWidget, fieldIsRequired, getEditModes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabsTravelAccountPresentationController
public LabsTravelAccountPresentationController()
canViewGroup
public boolean canViewGroup(View view,
ViewModel model,
Group group,
String groupId)
- Specified by:
canViewGroup
in interface ViewPresentationController
- Overrides:
canViewGroup
in class ViewPresentationControllerBase
- See Also:
ViewPresentationController.canViewGroup(org.kuali.rice.krad.uif.view.View,
org.kuali.rice.krad.uif.view.ViewModel, org.kuali.rice.krad.uif.container.Group, java.lang.String)
canEditGroup
public boolean canEditGroup(View view,
ViewModel model,
Group group,
String groupId)
- Specified by:
canEditGroup
in interface ViewPresentationController
- Overrides:
canEditGroup
in class ViewPresentationControllerBase
- See Also:
ViewPresentationController.canEditGroup(org.kuali.rice.krad.uif.view.View,
org.kuali.rice.krad.uif.view.ViewModel, org.kuali.rice.krad.uif.container.Group, java.lang.String)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.