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 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

    • setIconContainerId

      public void setIconContainerId(String iconContainerId)
    • execute

      public void execute()
      Specified by:
      execute in interface com.google.gwt.user.client.Command
      Specified by:
      execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
      Specified by:
      execute in class com.vaadin.client.ui.Action
    • getHTML

      public String getHTML()
      Overriding the Action.getHTML() to add a container for the icon if present.
      Overrides:
      getHTML in class com.vaadin.client.ui.Action