| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.component.ConfigurableBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.control.ControlBase
org.kuali.rice.krad.uif.control.TextControl
org.kuali.rice.krad.uif.control.UserControl
public class UserControl
Represents a user control, which is a special control to handle the input of a Person
| 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 | |
|---|---|
| UserControl() | |
| Method Summary | |
|---|---|
|  String | getPersonNamePropertyName()The name of the property on the parent object that holds the person name | 
|  String | getPersonObjectPropertyName()The name of the property on the parent object that holds the person object | 
|  String | getPrincipalIdPropertyName()The name of the property on the parent object that holds the principal id | 
|  void | performApplyModel(View view,
                                   Object model,
                                   Component parent)The following updates are done here: Evaluate the progressive render condition (if set) and combine with the current render status to set the render status | 
|  void | setPersonNamePropertyName(String personNamePropertyName)Setter for the name of the property on the parent object that holds the person name | 
|  void | setPersonObjectPropertyName(String personObjectPropertyName)Setter for the name of the property on the parent object that holds the person object | 
|  void | setPrincipalIdPropertyName(String principalIdPropertyName)Setter for the name of the property on the parent object that holds the principal id | 
| 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.uif.control.ControlBase | 
|---|
| getComponentTypeName, getDisabledReason, getSupportsOnBlur, getSupportsOnChange, getSupportsOnClick, getSupportsOnDblClick, getSupportsOnFocus, getTabIndex, isDisabled, setDisabled, setDisabledReason, setTabIndex | 
| Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase | 
|---|
| getPropertyExpression, getPropertyExpressions, setPropertyExpressions | 
| 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.uif.component.Configurable | 
|---|
| getPropertyExpression, getPropertyExpressions, setPropertyExpressions | 
| Constructor Detail | 
|---|
public UserControl()
| Method Detail | 
|---|
public void performApplyModel(View view,
                              Object model,
                              Component parent)
ComponentBase
performApplyModel in interface ComponentperformApplyModel in class ComponentBaseview - - 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)public String getPrincipalIdPropertyName()
public void setPrincipalIdPropertyName(String principalIdPropertyName)
principalIdPropertyName - public String getPersonNamePropertyName()
public void setPersonNamePropertyName(String personNamePropertyName)
personNamePropertyName - public String getPersonObjectPropertyName()
public void setPersonObjectPropertyName(String personObjectPropertyName)
personObjectPropertyName - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||