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.
  • Constructor Details

    • 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 Details

    • 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 -