Class SpreadsheetAction
java.lang.Object
com.vaadin.client.ui.Action
com.vaadin.addon.spreadsheet.client.SpreadsheetAction
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class SpreadsheetAction
extends com.vaadin.client.ui.Action
-
Field Summary
Fields inherited from class com.vaadin.client.ui.Action
caption, iconUrl, owner -
Constructor Summary
ConstructorsConstructorDescriptionSpreadsheetAction(com.vaadin.client.ui.ActionOwner owner) SpreadsheetAction(com.vaadin.client.ui.ActionOwner owner, SpreadsheetServerRpc rpc, String key, int type, SpreadsheetWidget widget) -
Method Summary
Methods inherited from class com.vaadin.client.ui.Action
getCaption, getHTML, getIconUrl, setCaption, setIconUrl, toString
-
Constructor Details
-
SpreadsheetAction
public SpreadsheetAction(com.vaadin.client.ui.ActionOwner owner) -
SpreadsheetAction
public SpreadsheetAction(com.vaadin.client.ui.ActionOwner owner, SpreadsheetServerRpc rpc, String key, int type, SpreadsheetWidget widget)
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfacecom.google.gwt.user.client.Command- Specified by:
executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand- Specified by:
executein classcom.vaadin.client.ui.Action
-