Uses of Class
org.codelibs.fess.app.web.admin.dict.kuromoji.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.dict.kuromoji
Methods in org.codelibs.fess.app.web.admin.dict.kuromoji with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminDictKuromojiAction.index(SearchForm form) Show the index page.org.lastaflute.web.response.HtmlResponseAdminDictKuromojiAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Show the list page.org.lastaflute.web.response.HtmlResponseAdminDictKuromojiAction.reset(SearchForm form) Reset the search form.org.lastaflute.web.response.HtmlResponseAdminDictKuromojiAction.search(SearchForm form) Search for kuromoji items.protected voidAdminDictKuromojiAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Search with paging.