public class TableConfig extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
TableConfig()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderSize()
Size of table border.
|
int |
getColNumber()
Number of columns in the table.
|
int |
getRowNumber()
Number of rows in the table.
|
boolean |
hasHeader()
Does the table contain a header row.
|
fromJson, get, getKeys, remove, set, typeOfprotected TableConfig()
public final int getRowNumber()
public final int getColNumber()
public final int getBorderSize()
public final boolean hasHeader()
Copyright © 2004–2014 XWiki. All rights reserved.