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, isExportSupported
canEditField, canEditGroup, canEditLine, canEditLineField, canEditView, canEditWidget, canPerformAction, canPerformLineAction, canViewLine, canViewLineField, canViewWidget, fieldIsRequired, getEditModes
public DemoInquiryViewPresentationController()
public boolean canViewField(View view, ViewModel model, Field field, String propertyName)
ViewPresentationController
canViewField
in interface ViewPresentationController
canViewField
in class ViewPresentationControllerBase
view
- - 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 ViewPresentationController
canViewGroup
in class ViewPresentationControllerBase
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)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.