Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ProtwordsPager (0.05 seconds)

  1. src/test/java/org/codelibs/fess/app/pager/ProtwordsPagerTest.java

            ProtwordsPager protwordsPager = new ProtwordsPager();
    
            protwordsPager.clear();
            assertEquals(0, protwordsPager.getAllRecordCount());
            assertEquals(0, protwordsPager.getAllPageCount());
            assertEquals(false, protwordsPager.isExistPrePage());
            assertEquals(false, protwordsPager.isExistNextPage());
            assertEquals(25, protwordsPager.getPageSize());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                    </la:info>
                                    <la:errors/>
                                </div>
                                <%-- List --%>
                                <c:if test="${protwordsPager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top