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