public class TableDescriptor extends Object
| Constructor and Description |
|---|
TableDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
int |
getRowCount() |
boolean |
isWithHeader() |
void |
setColumnCount(int columnCount)
Sets the number of columns.
|
void |
setRowCount(int rowCount)
Sets the number of rows.
|
void |
setWithHeader(boolean withHeader)
Specifies if the table has a header or not.
|
public int getRowCount()
public void setRowCount(int rowCount)
rowCount - the number of rowspublic int getColumnCount()
public void setColumnCount(int columnCount)
columnCount - the number of columnspublic boolean isWithHeader()
true if the table has a header, false otherwisepublic void setWithHeader(boolean withHeader)
withHeader - true to have a header, false otherwiseCopyright © 2004–2016 XWiki. All rights reserved.