Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchInputField
-
-
Uses of SearchInputField in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchInputField Modifier and Type Method Description SearchInputFieldSearchInputDocument. createField(String name)Create a field that can be populated and added to the document.SearchInputFieldSearchInputDocument. getField(String name)May return null.Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return types with arguments of type SearchInputField Modifier and Type Method Description Map<String,SearchInputField>SearchInputDocument. getFieldMap()May return an empty map, but never null.Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine with parameters of type SearchInputField Modifier and Type Method Description voidSearchInputDocument. addField(SearchInputField field)Put the field into the document. -
Uses of SearchInputField in edu.cornell.mannlib.vitro.webapp.searchengine.base
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.base that implement SearchInputField Modifier and Type Class Description classBaseSearchInputFieldA foundation class for implementing SearchInputField.Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base that return SearchInputField Modifier and Type Method Description SearchInputFieldBaseSearchInputDocument. createField(String name)Sub-classes should override this if the field requires special functionality.SearchInputFieldBaseSearchInputDocument. getField(String name)Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base that return types with arguments of type SearchInputField Modifier and Type Method Description Map<String,SearchInputField>BaseSearchInputDocument. getFieldMap()Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base with parameters of type SearchInputField Modifier and Type Method Description voidBaseSearchInputDocument. addField(SearchInputField field)Constructors in edu.cornell.mannlib.vitro.webapp.searchengine.base with parameters of type SearchInputField Constructor Description BaseSearchInputField(SearchInputField field)Create a copy of the field. -
Uses of SearchInputField in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchInputField Modifier and Type Method Description static StringFormatter. format(SearchInputField field)
-