Interface GomSearchRelevancy
- All Known Implementing Classes:
AbstractGomCombobox,AbstractGomContentReferenceElement,AbstractGomDom,AbstractGomFormElement,AbstractGomGridSelect,AbstractGomSelect,AbstractGomTableTemplateElement,AbstractGomTextualFormElement,GomButton,GomCheckbox,GomCombobox,GomContentAreaList,GomContentList,GomDataset,GomDate,GomDom,GomDomTable,GomFile,GomImageMap,GomInvalid,GomLink,GomLinkList,GomListSelect,GomMultipleMediaChooser,GomNumber,GomObjectChooser,GomPageRef,GomPermission,GomPicture,GomRadiobutton,GomReference,GomSectionList,GomTabList,GomText,GomTextarea,GomToggle
public interface GomSearchRelevancy
Interface featuring GOM elements to allow defining their relevancy level with respect to searching their value.
- Since:
- 5.2.305
-
Method Summary
Modifier and TypeMethodDescriptionProvides the relevancy level of this GOM element's value wrt. searching.voidsetSearchRelevancy(@Nullable Relevancy relevancy) Sets the relevancy level for this GOM element.
-
Method Details
-
getSearchRelevancy
Relevancy getSearchRelevancy()Provides the relevancy level of this GOM element's value wrt. searching.- Returns:
- The relevancy level.
- Since:
- 5.2.305
-
setSearchRelevancy
Sets the relevancy level for this GOM element.- Parameters:
relevancy- The relevancy level.- Since:
- 5.2.305
-