コード例 #1
0
ファイル: ListboxDataLoader.java プロジェクト: dije/zk
 // --Cropper--//
 public boolean isCropper() {
   return _listbox != null && inPagingMold() && _listbox.getPageSize() <= getTotalSize();
   // Single page is considered as not a cropper.
   // isCropper is called after a component is removed, so
   // we have to test >= rather than >
 }