org.loom.resolution
Class AutocompleteEntry

java.lang.Object
  extended by org.loom.resolution.AutocompleteEntry

public class AutocompleteEntry
extends java.lang.Object

Each entry returned in this Resolution instance


Constructor Summary
AutocompleteEntry(java.lang.String value)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getAttributes()
           
 java.lang.String getValue()
           
 AutocompleteEntry set(java.lang.String name, java.lang.Object value)
          Add an attribute to this AutocompleteEntry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutocompleteEntry

public AutocompleteEntry(java.lang.String value)
Method Detail

set

public AutocompleteEntry set(java.lang.String name,
                             java.lang.Object value)
Add an attribute to this AutocompleteEntry. Attributes will be rendered as HTML attributes in the li node.


getValue

public java.lang.String getValue()

getAttributes

public java.util.Map<java.lang.String,java.lang.Object> getAttributes()