| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.element.ContentElementBase
org.kuali.rice.krad.uif.control.ControlBase
org.kuali.rice.krad.uif.control.TextControl
org.kuali.rice.krad.uif.control.GroupControl
public class GroupControl
Represents a group control, which is a special control to handle the input of a KIM Group by group name
| Field Summary | 
|---|
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered | 
|---|
| INITIAL_ORDER_VALUE | 
| Fields inherited from interface org.springframework.core.Ordered | 
|---|
| HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE | 
| Constructor Summary | |
|---|---|
| GroupControl() | |
| Method Summary | ||
|---|---|---|
| protected  void | buildGroupQuickfinder(View view,
                                           Object model,
                                           InputField field) | |
| protected 
 | copyProperties(T component)Copies the properties over for the copy method | |
|  Map<String,String> | filterSearchCriteria(String propertyName,
                                         Map<String,String> searchCriteria)Removes any searchCriteria that are not part of the database lookup | |
|  String | getGroupIdPropertyName()The name of the property on the parent object that holds the group id | |
|  String | getNamespaceCodePropertyName()The name of the property on the parent object that holds the group namespace | |
|  void | performApplyModel(View view,
                                   Object model,
                                   Component parent)Sets the disabledExpression, if any, evaluates it and sets the disabled property | |
|  void | setGroupIdPropertyName(String groupIdPropertyName)Setter for the name of the property on the parent object that holds the group id | |
|  void | setNamespaceCodePropertyName(String namespaceCodePropertyName)Setter for the name of the property on the parent object that holds the group namespace | |
| Methods inherited from class org.kuali.rice.krad.uif.control.TextControl | 
|---|
| getComponentsForLifecycle, getDatePicker, getMaxLength, getMinLength, getSize, getWatermarkText, isTextExpand, performFinalize, setDatePicker, setMaxLength, setMinLength, setSize, setTextExpand, setWatermarkText | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase | 
|---|
| getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase | 
|---|
| getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean | 
|---|
| getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph | 
| Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean | 
|---|
| getComponentCode, getNamespaceCode | 
| Constructor Detail | 
|---|
public GroupControl()
| Method Detail | 
|---|
public void performApplyModel(View view,
                              Object model,
                              Component parent)
ControlBase
performApplyModel in interface ComponentperformApplyModel in class ControlBaseview - view instance to which the component belongsmodel - top level object containing the data (could be the form or a
 top level business object, dto)Component.performApplyModel(org.kuali.rice.krad.uif.view.View,
      java.lang.Object, org.kuali.rice.krad.uif.component.Component)
protected void buildGroupQuickfinder(View view,
                                     Object model,
                                     InputField field)
public String getNamespaceCodePropertyName()
public void setNamespaceCodePropertyName(String namespaceCodePropertyName)
namespaceCodePropertyName - public String getGroupIdPropertyName()
public void setGroupIdPropertyName(String groupIdPropertyName)
groupIdPropertyName - 
public Map<String,String> filterSearchCriteria(String propertyName,
                                               Map<String,String> searchCriteria)
FilterableLookupCriteriaControl
filterSearchCriteria in interface FilterableLookupCriteriaControlpropertyName - the propertyName of the current componentsearchCriteria - the search criteria to be filtered
FilterableLookupCriteriaControl.filterSearchCriteria(String, java.util.Map)protected <T> void copyProperties(T component)
ComponentBase
copyProperties in class TextControlcomponent - base beanComponentBase.copy()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||