Package org.kuali.rice.krad.uif.control
Class UserControl.UserControlPostData
java.lang.Object
org.kuali.rice.krad.uif.control.UserControl.UserControlPostData
- All Implemented Interfaces:
Serializable,FilterableLookupCriteriaControlPostData
- Enclosing class:
UserControl
public static class UserControl.UserControlPostData
extends Object
implements FilterableLookupCriteriaControlPostData, Serializable
Holds post data for the
UserControl.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserControlPostData(String propertyName, UserControl userControl) Constructs the post data from the property name and theUserControl. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends FilterableLookupCriteriaControl> Returns the class to invoke the filter search method on.Returns the property name of the control that this post data is representing.
-
Constructor Details
-
UserControlPostData
Constructs the post data from the property name and theUserControl.- Parameters:
propertyName- the name of the property to filteruserControl- the control to pull data from
-
-
Method Details
-
getControlClass
Returns the class to invoke the filter search method on.- Specified by:
getControlClassin interfaceFilterableLookupCriteriaControlPostData- Returns:
- the class to invoke the filter search method on
-
getPropertyName
Returns the property name of the control that this post data is representing.- Specified by:
getPropertyNamein interfaceFilterableLookupCriteriaControlPostData- Returns:
- the property name of the control that this post data is representing
-
getPrincipalIdPropertyName
- See Also:
-
getPersonNamePropertyName
- See Also:
-
getPersonObjectPropertyName
- See Also:
-