wisdomx.ui.builder
インタフェース IPageListBuilder

既知の実装クラスの一覧:
StatementPageListBuilder

public interface IPageListBuilder

IPageListオブジェクトを作成するためのインターフェース

バージョン:
1
作成者:
Takao Kouda

メソッドの概要
 IPageList buildFullRowsPage(int perPageRows, int currentPageIndex)
          IPageListオブジェクトを作成します。
 IPageList buildPerPageRows(int perPageRows, int currentPageIndex)
          IPageListオブジェクトを作成します。
 

メソッドの詳細

buildFullRowsPage

public IPageList buildFullRowsPage(int perPageRows,
                                   int currentPageIndex)
                            throws java.lang.Exception
IPageListオブジェクトを作成します。
このメソッドにより作成される IPageList のインスタンスはFullRowsPageListです。

パラメータ:
perPageRows - 1ページの表示行数
currentPageIndex - 現在のページインデックス
例外:
java.lang.Exception

buildPerPageRows

public IPageList buildPerPageRows(int perPageRows,
                                  int currentPageIndex)
                           throws java.lang.Exception
IPageListオブジェクトを作成します。
このメソッドにより作成される IPageList のインスタンスはPerPageRowsPageListです。

パラメータ:
perPageRows - 1ページの表示行数
currentPageIndex - 現在のページインデックス
例外:
java.lang.Exception