public class DemoInquiryViewPresentationController extends InquiryViewPresentationControllerBase
| Constructor and Description | 
|---|
| DemoInquiryViewPresentationController() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canViewField(View view,
                        ViewModel model,
                        Field field,
                        String propertyName)Determines if the given field within the view is allowed to be viewed | 
| boolean | canViewGroup(View view,
                        ViewModel model,
                        Group group,
                        String groupId) | 
getActionFlags, isExportSupportedcanEditField, canEditGroup, canEditLine, canEditLineField, canEditView, canEditWidget, canPerformAction, canPerformLineAction, canViewLine, canViewLineField, canViewWidget, fieldIsRequired, getEditModes, getRequestAuthorizationCache, setRequestAuthorizationCachepublic DemoInquiryViewPresentationController()
public boolean canViewField(View view, ViewModel model, Field field, String propertyName)
ViewPresentationControllercanViewField in interface ViewPresentationControllercanViewField in class ViewPresentationControllerBaseview - - view instance the field belongs tomodel - - object containing the view datafield - - field instance to determine view authorization forpropertyName - - name of the property that field corresponds with (if field is data binding)ViewPresentationController.canViewField(org.kuali.rice.krad.uif.view.View,
 org.kuali.rice.krad.uif.view.ViewModel, org.kuali.rice.krad.uif.field.Field, java.lang.String)public boolean canViewGroup(View view, ViewModel model, Group group, String groupId)
canViewGroup in interface ViewPresentationControllercanViewGroup in class ViewPresentationControllerBaseViewPresentationController.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)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.