| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.table | |
| org.xwiki.gwt.wysiwyg.client.plugin.table.feature |
| Modifier and Type | Method and Description |
|---|---|
List<TableFeature> |
TablePlugin.getFeatures() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableFeature
This class partly implements the Executable and TableFeature interfaces.
|
class |
DeleteCol
Feature allowing to remove a column from a table.
|
class |
DeleteRow
Feature allowing to remove a row from a table.
|
class |
DeleteTable
Feature allowing to remove a table from the editor.
|
class |
InsertColAfter
Feature allowing to insert a column at the right of an existing column.
|
class |
InsertColBefore
Feature allowing to insert a column at the left of an existing column.
|
class |
InsertRowAfter
Feature allowing to insert a row bellow the currently edited row.
|
class |
InsertRowBefore
Feature allowing to insert a row above the currently edited row.
|
class |
InsertTable
Feature allowing to insert a table in the editor.
|
Copyright © 2004–2015 XWiki. All rights reserved.