Class AbstractAutocompleteResult<T>
- java.lang.Object
-
- com.jalios.jcms.uicomponent.autocomplete.AbstractAutocompleteResult<T>
-
- All Implemented Interfaces:
AutocompleteResult<T>
- Direct Known Subclasses:
MentionAutocompleteResult
public abstract class AbstractAutocompleteResult<T> extends java.lang.Object implements AutocompleteResult<T>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description AbstractAutocompleteResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSearchText()
void
setSearchText(java.lang.String searchText)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jalios.jcms.uicomponent.autocomplete.AutocompleteResult
getResult
-
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-