Uses of Class
org.codelibs.fess.app.web.admin.user.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.user
Methods in org.codelibs.fess.app.web.admin.user with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminUserAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Displays a paginated list of users.org.lastaflute.web.response.HtmlResponseAdminUserAction.reset(SearchForm form) Resets the search criteria and displays all users.org.lastaflute.web.response.HtmlResponseAdminUserAction.search(SearchForm form) Searches for users based on the provided search criteria.protected voidAdminUserAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Registers pagination and user list data for rendering the user search results.