struts 下面的页面分页显示的实现(之一)[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

p;
 public boolean getPre()
 {
  return pre;
 }
 public void setPre(boolean pre)
 {
  this.pre=pre;
 }
 
 public boolean getNext()
 {
  return next;
 }
 public void setNext(boolean next)
 {
  this.next=next;
 }
 
 public boolean getLast()
 {
  return last;
 }
 public void setLast(boolean last)
 {
  this.last=last;
 }
}

本文关键:struts 下面的页面分页显示的实现(之一)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top