public class PageTableArea extends Object
| Constructor | Description |
|---|---|
PageTableArea() |
| Modifier and Type | Method | Description |
|---|---|---|
PageTableArea |
addPageTableAreaCellsItem(PageTableAreaCell pageTableAreaCellsItem) |
|
PageTableArea |
columnCount(Integer columnCount) |
|
boolean |
equals(Object o) |
|
Integer |
getColumnCount() |
Gets or sets the total number of the table columns.
|
List<PageTableAreaCell> |
getPageTableAreaCells() |
Gets or sets the collection of table area cell.
|
Integer |
getRowCount() |
Gets or sets the total number of the table rows.
|
int |
hashCode() |
|
PageTableArea |
pageTableAreaCells(List<PageTableAreaCell> pageTableAreaCells) |
|
PageTableArea |
rowCount(Integer rowCount) |
|
void |
setColumnCount(Integer columnCount) |
|
void |
setPageTableAreaCells(List<PageTableAreaCell> pageTableAreaCells) |
|
void |
setRowCount(Integer rowCount) |
|
String |
toString() |
public PageTableArea rowCount(Integer rowCount)
public Integer getRowCount()
public void setRowCount(Integer rowCount)
public PageTableArea columnCount(Integer columnCount)
public Integer getColumnCount()
public void setColumnCount(Integer columnCount)
public PageTableArea pageTableAreaCells(List<PageTableAreaCell> pageTableAreaCells)
public PageTableArea addPageTableAreaCellsItem(PageTableAreaCell pageTableAreaCellsItem)
public List<PageTableAreaCell> getPageTableAreaCells()
public void setPageTableAreaCells(List<PageTableAreaCell> pageTableAreaCells)
Copyright © 2025. All rights reserved.