Uses of Class
org.codelibs.fess.app.web.admin.dict.synonym.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.dict.synonym
Methods in org.codelibs.fess.app.web.admin.dict.synonym with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminDictSynonymAction.index(SearchForm form) Displays the main synonym dictionary index page.org.lastaflute.web.response.HtmlResponseAdminDictSynonymAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Displays a paginated list of synonym items.org.lastaflute.web.response.HtmlResponseAdminDictSynonymAction.reset(SearchForm form) Resets the search criteria and returns to the default view.org.lastaflute.web.response.HtmlResponseAdminDictSynonymAction.search(SearchForm form) Performs a search for synonym items based on the provided criteria.protected voidAdminDictSynonymAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up pagination data for search results.