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
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetAction(com.vaadin.client.ui.ActionOwner owner)SpreadsheetAction(com.vaadin.client.ui.ActionOwner owner, SpreadsheetServerRpc rpc, String key, int type, SpreadsheetWidget widget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
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)
-
-