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
public class SimpleLocationSuggestObject
- extends SimpleSuggestObject
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLocationSuggestObject
public SimpleLocationSuggestObject(String label,
String value,
String href)
- 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
getHref
public String getHref()
- The href to navigate to for this suggestion
- Returns:
- the href(url)
setHref
public void setHref(String href)
- Set the href
- Parameters:
href
-
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.