org.kuali.rice.krad.uif.authorization
Class PresentationControllerBase

java.lang.Object
  extended by org.kuali.rice.krad.uif.authorization.PresentationControllerBase
All Implemented Interfaces:
PresentationController
Direct Known Subclasses:
DocumentPresentationControllerBase, InquiryPresentationControllerBase

public class PresentationControllerBase
extends Object
implements PresentationController

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
PresentationControllerBase()
           
 
Method Summary
 Set<String> getActionFlags(UifFormBase model)
           
 Set<String> getConditionallyHiddenGroupIds(UifFormBase model)
           
 Set<String> getConditionallyHiddenPropertyNames(UifFormBase model)
           
 Set<String> getConditionallyReadOnlyGroupIds(UifFormBase model)
           
 Set<String> getConditionallyReadOnlyPropertyNames(UifFormBase model)
           
 Set<String> getConditionallyRequiredPropertyNames(UifFormBase model)
           
 Set<String> getEditModes(UifFormBase model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationControllerBase

public PresentationControllerBase()
Method Detail

getActionFlags

public Set<String> getActionFlags(UifFormBase model)
Specified by:
getActionFlags in interface PresentationController
See Also:
PresentationController.getActionFlags(org.kuali.rice.krad.web.form.UifFormBase)

getEditModes

public Set<String> getEditModes(UifFormBase model)
Specified by:
getEditModes in interface PresentationController
See Also:
PresentationController.getEditModes(org.kuali.rice.krad.web.form.UifFormBase)

getConditionallyHiddenPropertyNames

public Set<String> getConditionallyHiddenPropertyNames(UifFormBase model)
Specified by:
getConditionallyHiddenPropertyNames in interface PresentationController
See Also:
PresentationController.getConditionallyHiddenPropertyNames(org.kuali.rice.krad.web.form.UifFormBase)

getConditionallyHiddenGroupIds

public Set<String> getConditionallyHiddenGroupIds(UifFormBase model)
Specified by:
getConditionallyHiddenGroupIds in interface PresentationController
See Also:
PresentationController.getConditionallyHiddenGroupIds(org.kuali.rice.krad.web.form.UifFormBase)

getConditionallyReadOnlyPropertyNames

public Set<String> getConditionallyReadOnlyPropertyNames(UifFormBase model)
Specified by:
getConditionallyReadOnlyPropertyNames in interface PresentationController
See Also:
PresentationController.getConditionallyReadOnlyPropertyNames(org.kuali.rice.krad.web.form.UifFormBase)

getConditionallyReadOnlyGroupIds

public Set<String> getConditionallyReadOnlyGroupIds(UifFormBase model)
Specified by:
getConditionallyReadOnlyGroupIds in interface PresentationController
See Also:
PresentationController.getConditionallyReadOnlyGroupIds(org.kuali.rice.krad.web.form.UifFormBase)

getConditionallyRequiredPropertyNames

public Set<String> getConditionallyRequiredPropertyNames(UifFormBase model)
Specified by:
getConditionallyRequiredPropertyNames in interface PresentationController
See Also:
PresentationController.getConditionallyRequiredPropertyNames(org.kuali.rice.krad.web.form.UifFormBase)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.