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