Package org.kuali.rice.krad.uif.control
Class GroupControl.GroupControlPostData
java.lang.Object
org.kuali.rice.krad.uif.control.GroupControl.GroupControlPostData
- All Implemented Interfaces:
Serializable,FilterableLookupCriteriaControlPostData
- Enclosing class:
GroupControl
public static class GroupControl.GroupControlPostData
extends Object
implements FilterableLookupCriteriaControlPostData, Serializable
Holds post data for the
GroupControl.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupControlPostData(String propertyName, GroupControl groupControl) Constructs the post data from the property name and theGroupControl. -
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
-
GroupControlPostData
Constructs the post data from the property name and theGroupControl.- Parameters:
propertyName- the name of the property to filtergroupControl- 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
-
getNamespaceCodePropertyName
- See Also:
-
getGroupIdPropertyName
- See Also:
-