|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable
org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable
org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteTable
public class DeleteTable
Feature allowing to remove a table from the editor. It is disabled when the caret is positioned outside of a table element.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
Feature name. |
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable |
|---|
cache, domUtils |
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
rta |
| Constructor Summary | |
|---|---|
DeleteTable(TablePlugin plugin)
Initialize the feature. |
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.String parameter)
|
boolean |
isEnabled()
|
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature |
|---|
destroy, getCommand, getName, getPlugin |
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable |
|---|
getParameter, hasValidSelection, isExecuted |
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
isSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable |
|---|
getParameter, isExecuted, isSupported |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public DeleteTable(TablePlugin plugin)
plugin - table plug-in.| Method Detail |
|---|
public boolean execute(java.lang.String parameter)
Executable.execute(String)public boolean isEnabled()
isEnabled in interface ExecutableisEnabled in class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutableAbstractSelectionExecutable.isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||