コード例 #1
0
ファイル: ListboxDataLoader.java プロジェクト: dije/zk
 public int getLimit() {
   return _listbox.getRows() > 0 ? _listbox.getRows() + 5 : 20;
 }