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