Package org.kuali.rice.krad.inquiry
Class InquiryViewPresentationControllerBase
java.lang.Object
org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
org.kuali.rice.krad.inquiry.InquiryViewPresentationControllerBase
- All Implemented Interfaces:
Serializable,ViewPresentationController
Implementation of
ViewPresentationController for
InquiryView instances
Adds flag for export of inquiry record
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActionFlags(View view, UifFormBase model) protected booleanisExportSupported(InquiryView view, InquiryForm form) Examines the data objects data dictionary entry to determine if it supports XML export or notMethods inherited from class org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
canEditField, canEditGroup, canEditLine, canEditLineField, canEditView, canEditWidget, canPerformAction, canPerformLineAction, canViewField, canViewGroup, canViewLine, canViewLineField, canViewWidget, fieldIsRequired, getEditModes, getRequestAuthorizationCache, setRequestAuthorizationCache
-
Constructor Details
-
InquiryViewPresentationControllerBase
public InquiryViewPresentationControllerBase()
-
-
Method Details
-
getActionFlags
- Specified by:
getActionFlagsin interfaceViewPresentationController- Overrides:
getActionFlagsin classViewPresentationControllerBase- See Also:
-
isExportSupported
Examines the data objects data dictionary entry to determine if it supports XML export or not- Parameters:
view- inquiry view- Returns:
- boolean true if it supports export, false if not
-