public abstract class AbstractTableFeature extends org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable implements TableFeature
cache, domUtilsrta| Constructor and Description |
|---|
AbstractTableFeature(String name,
Command command,
String title,
TablePlugin plugin)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Remove feature button from the interface.
|
Command |
getCommand()
Get feature command.
|
String |
getName()
Get feature name.
|
TablePlugin |
getPlugin()
Get table plugin.
|
getParameter, hasValidSelection, isEnabled, isExecutedisSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getParameter, isEnabled, isExecuted, isSupportedpublic AbstractTableFeature(String name, Command command, String title, TablePlugin plugin)
name - feature name.command - feature command.title - feature button title.plugin - table plug-in.public String getName()
TableFeaturegetName in interface TableFeaturepublic Command getCommand()
TableFeaturegetCommand in interface TableFeaturepublic TablePlugin getPlugin()
TableFeaturegetPlugin in interface TableFeaturepublic void destroy()
TableFeaturedestroy in interface TableFeatureCopyright © 2004–2017 XWiki. All rights reserved.