org.kuali.rice.krad.uif.widget
Class LocationSuggest.LocationSuggestPostData
java.lang.Object
org.kuali.rice.krad.uif.widget.Suggest.SuggestPostData
org.kuali.rice.krad.uif.widget.LocationSuggest.LocationSuggestPostData
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LocationSuggest
public static class LocationSuggest.LocationSuggestPostData
- extends Suggest.SuggestPostData
Holds post data for the location suggest component.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationSuggest.LocationSuggestPostData
public LocationSuggest.LocationSuggestPostData(LocationSuggest suggest)
- Constructor taking suggest widget to pull post data from.
- Parameters:
suggest
- component instance to pull data
getBaseUrl
public String getBaseUrl()
- See Also:
LocationSuggest.getBaseUrl()
getAdditionalUrlPathPropertyName
public String getAdditionalUrlPathPropertyName()
- See Also:
LocationSuggest.getAdditionalUrlPathPropertyName()
getHrefPropertyName
public String getHrefPropertyName()
- See Also:
LocationSuggest.getHrefPropertyName()
getObjectIdPropertyName
public String getObjectIdPropertyName()
- See Also:
LocationSuggest.getObjectIdPropertyName()
getRequestParameterPropertyNames
public Map<String,String> getRequestParameterPropertyNames()
- See Also:
LocationSuggest.getRequestParameterPropertyNames()
getAdditionalRequestParameters
public Map<String,String> getAdditionalRequestParameters()
- See Also:
LocationSuggest.getAdditionalRequestParameters()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.