|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.bean.TableSection
Represents the section of the table that will be displayed.
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 |
public TableSection(int page, int rowStart, int rowEnd, int totalRows)
Method Detail |
public int getPage()
public int getRowStart()
public int getRowEnd()
public int getTotalRows()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |