Package org.kuali.rice.krad.uif.util
Class SimpleLocationSuggestObject
java.lang.Object
org.kuali.rice.krad.uif.util.SimpleSuggestObject
org.kuali.rice.krad.uif.util.SimpleLocationSuggestObject
An object that represents a simple suggestion with a label, value, and href. For use with simple LocationSuggest
widget result methods. This class is also available for extension.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleLocationSuggestObject(String label, String value, String href) Create SimpleLocationSuggestObject -
Method Summary
Methods inherited from class org.kuali.rice.krad.uif.util.SimpleSuggestObject
getLabel, getValue, setLabel, setValue
-
Constructor Details
-
SimpleLocationSuggestObject
Create SimpleLocationSuggestObject- Parameters:
label- the label to show for the suggestionvalue- the value to insert when the label is selectedhref- the href(url) to navigate to
-
-
Method Details
-
getHref
The href to navigate to for this suggestion- Returns:
- the href(url)
-
setHref
Set the href- Parameters:
href-
-