com.missiondata.oss.lakeshore
Interface AutocompleteBlock


public interface AutocompleteBlock


Method Summary
 java.util.List options(java.lang.String text)
          Return the list of options that could autocomplete the text
 

Method Detail

options

public java.util.List options(java.lang.String text)
Return the list of options that could autocomplete the text

Parameters:
text -
Returns:
a non-null list of options