Uses of Class
org.codelibs.fess.app.web.admin.keymatch.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.keymatch
Methods in org.codelibs.fess.app.web.admin.keymatch with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminKeymatchAction.index(SearchForm form) Displays the key match list page.org.lastaflute.web.response.HtmlResponseAdminKeymatchAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Displays the key match list with pagination.org.lastaflute.web.response.HtmlResponseAdminKeymatchAction.reset(SearchForm form) Resets the search criteria and displays the default list.org.lastaflute.web.response.HtmlResponseAdminKeymatchAction.search(SearchForm form) Searches key matches based on the form criteria.protected voidAdminKeymatchAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up data for search result pagination.