org.extremecomponents.table.bean
Class TableSection

java.lang.Object
  extended byorg.extremecomponents.table.bean.TableSection

public class TableSection
extends java.lang.Object

Represents the section of the table that will be displayed.

Author:
Jeff Johnston

Constructor Summary
TableSection(int page, int rowStart, int rowEnd, int totalRows)
           
 
Method Summary
 int getPage()
           
 int getRowEnd()
           
 int getRowStart()
           
 int getTotalRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSection

public TableSection(int page,
                    int rowStart,
                    int rowEnd,
                    int totalRows)
Method Detail

getPage

public int getPage()

getRowStart

public int getRowStart()

getRowEnd

public int getRowEnd()

getTotalRows

public int getTotalRows()


Copyright © 2004 sourceforge. All Rights Reserved.