|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.xwiki.gwt.dom.client.JavaScriptObject
org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
public class TableConfig
| Constructor Summary | |
|---|---|
protected |
TableConfig()
Default constructor. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.xwiki.gwt.dom.client.JavaScriptObject |
|---|
fromJson, get, getKeys, remove, set, typeOf |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected TableConfig()
| Method Detail |
|---|
public final int getRowNumber()
public final int getColNumber()
public final int getBorderSize()
public final boolean hasHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||