org.kuali.rice.krad.inquiry
Class InquiryViewPresentationControllerBase
java.lang.Object
   org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
       org.kuali.rice.krad.inquiry.InquiryViewPresentationControllerBase
org.kuali.rice.krad.inquiry.InquiryViewPresentationControllerBase
- All Implemented Interfaces: 
- Serializable, ViewPresentationController
- public class InquiryViewPresentationControllerBase 
- extends ViewPresentationControllerBase
Implementation of ViewPresentationController for
 InquiryView instances
 
 Adds flag for export of inquiry record
 
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Methods 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InquiryViewPresentationControllerBase
public InquiryViewPresentationControllerBase()
getActionFlags
public Set<String> getActionFlags(View view,
                                  UifFormBase model)
- 
- Specified by:
- getActionFlagsin interface- ViewPresentationController
- Overrides:
- getActionFlagsin class- ViewPresentationControllerBase
 
- 
- See Also:
- ViewPresentationController.getActionFlags(org.kuali.rice.krad.uif.view.View,
 org.kuali.rice.krad.web.form.UifFormBase)
 
isExportSupported
protected boolean isExportSupported(InquiryView view)
- Examines the data objects data dictionary entry to determine if it supports XML export or not
 
- 
- Returns:
- boolean true if it supports export, false if not
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.