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()
getName in interface TableFeatureTableFeature.getName()public Command getCommand()
getCommand in interface TableFeatureTableFeature.getCommand()public TablePlugin getPlugin()
getPlugin in interface TableFeatureTableFeature.getPlugin()public void destroy()
destroy in interface TableFeatureTableFeature.destroy()Copyright © 2004–2015 XWiki. All rights reserved.