|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableFeature | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.table | |
| org.xwiki.gwt.wysiwyg.client.plugin.table.feature | |
| Uses of TableFeature in org.xwiki.gwt.wysiwyg.client.plugin.table |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.table that return types with arguments of type TableFeature | |
|---|---|
List<TableFeature> |
TablePlugin.getFeatures()
|
| Uses of TableFeature in org.xwiki.gwt.wysiwyg.client.plugin.table.feature |
|---|
| Classes in org.xwiki.gwt.wysiwyg.client.plugin.table.feature that implement TableFeature | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||