org.kuali.rice.krad.uif.widget
Class LocationSuggest.LocationSuggestPostData

java.lang.Object
  extended by org.kuali.rice.krad.uif.widget.Suggest.SuggestPostData
      extended by 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

Constructor Summary
LocationSuggest.LocationSuggestPostData(LocationSuggest suggest)
          Constructor taking suggest widget to pull post data from.
 
Method Summary
 Map<String,String> getAdditionalRequestParameters()
           
 String getAdditionalUrlPathPropertyName()
           
 String getBaseUrl()
           
 String getHrefPropertyName()
           
 String getObjectIdPropertyName()
           
 Map<String,String> getRequestParameterPropertyNames()
           
 
Methods inherited from class org.kuali.rice.krad.uif.widget.Suggest.SuggestPostData
getAdditionalPropertiesToReturn, getId, getLabelPropertyName, getSuggestQuery, getValuePropertyName, isRetrieveAllSuggestions, isReturnFullQueryObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationSuggest.LocationSuggestPostData

public LocationSuggest.LocationSuggestPostData(LocationSuggest suggest)
Constructor taking suggest widget to pull post data from.

Parameters:
suggest - component instance to pull data
Method Detail

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.