|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
public class TableDescriptor
Describes a table.
| Constructor Summary | |
|---|---|
TableDescriptor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableDescriptor()
| Method Detail |
|---|
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 otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||