public static class UserControl.UserControlPostData extends Object implements FilterableLookupCriteriaControlPostData, Serializable
UserControl
.Constructor and Description |
---|
UserControl.UserControlPostData(String propertyName,
UserControl userControl)
Constructs the post data from the property name and the
UserControl . |
Modifier and Type | Method and Description |
---|---|
Class<? extends FilterableLookupCriteriaControl> |
getControlClass()
Returns the class to invoke the filter search method on.
|
String |
getPersonNamePropertyName() |
String |
getPersonObjectPropertyName() |
String |
getPrincipalIdPropertyName() |
String |
getPropertyName()
Returns the property name of the control that this post data is representing.
|
public UserControl.UserControlPostData(String propertyName, UserControl userControl)
UserControl
.propertyName
- the name of the property to filteruserControl
- the control to pull data frompublic Class<? extends FilterableLookupCriteriaControl> getControlClass()
getControlClass
in interface FilterableLookupCriteriaControlPostData
public String getPropertyName()
getPropertyName
in interface FilterableLookupCriteriaControlPostData
public String getPrincipalIdPropertyName()
public String getPersonNamePropertyName()
public String getPersonObjectPropertyName()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.