org.kuali.rice.krad.uif.util
Class SimpleLocationSuggestObject

java.lang.Object
  extended by org.kuali.rice.krad.uif.util.SimpleSuggestObject
      extended by 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.


Constructor Summary
SimpleLocationSuggestObject(String label, String value, String href)
          Create SimpleLocationSuggestObject
 
Method Summary
 String getHref()
          The href to navigate to for this suggestion
 void setHref(String href)
          Set the href
 
Methods inherited from class org.kuali.rice.krad.uif.util.SimpleSuggestObject
getLabel, getValue, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLocationSuggestObject

public SimpleLocationSuggestObject(String label,
                                   String value,
                                   String href)
Create SimpleLocationSuggestObject

Parameters:
label - the label to show for the suggestion
value - the value to insert when the label is selected
href - the href(url) to navigate to
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.