| Projects on Google Code | Results 1 - 10 of 19 |
Paging and Navigation
GWTLib is a lightweight GWT widget library that currently includes {{{MenuBar}}}, {{{PagingBar}}}, {{{Table}}}, {{{PagingTable}}} and {{{StyleListBox}}} widgets. It does not rely on any external Javascript libraries and has no dependencies except GWT itself. GWTLib is compatible with GWT 1.5 and hig...
<img border="1" alt="Paging Listbox" title="Paging Listbox" src="http://4.bp.blogspot.com/_3JiqFA24tHU/SlqGXyOkfqI/AAAAAAAAAZo/6x0rTrjcGmE/s320/Paging-ListBox.jpg" align="right" hspace="3"/>Few months ago I posted a Javascript class on how to Implement a paging listbox using jQuery. which has drawn ...
= GWT Advanced Table =
GWT table widget supporting paging, sorting and filtering
= Introduction =
GWT Advanced Table is GWT table widget that supports row paging, column sorting and data filtering.
It provides a table model service interface that is used as data provider that can be impl...
At the present time, the Google App Engine does not provide a built-in pagination support. There are various methods how one can implement limited pagination manually, but writing the paging queries by hand can be tedious and error-prone. Thus [http://code.google.com/p/gae-query-pager/source/browse/...
= class Paging =
Produces island-based paging
== Sample use ==
{{{
<?php
new Paging('/foo/', '/bar/', 22, 28, Array('left' => 5, 'center' => 3, 'right' => 3));
?>
}}}
Prints:
<img src="http://topbloglog.com/code/sample.png" alt="paging" />
== CSS ==
{{{
.Page { /* class name ...
通用页面分页组件,可以用于jsp,JSF,struts1/2等任何基于sevlet的框架
When tabs do not fit within the width of the containing UL, "previous" and "next" buttons are displayed to scroll through tabs.
==Features==
* Automatically resizes when window size changes.
* Next and Previous buttons are configurable.
* Paging automatically re-initialized when tabs are...
Simple library for creating GWT paging data forms.
Includes:
* Supports GWT 1.5
* Abstract controls
* Paging abstract form
* Client side validating
This script enables to load next page automatically, infinitely, just by scrolling.
Like AutoPagerize(Greasemonkey Script) and AutoPager(Firefox extension).
=[http://lagoscript.org/jquery/autopager/demo Demo]=
=[http://lagoscript.org/jquery/autopager/documentation Documentation]=
...