com.vaadin.client.ui.

Class Action

  • All Implemented Interfaces:

    com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

    Direct Known Subclasses:

    TreeAction

    public abstract class Action
    extends Object
    implements com.google.gwt.user.client.Command
    • Constructor Detail

    • Method Detail

      • execute

        public abstract void execute()

        Executed when action fired.

        Specified by:

        execute in interface com.google.gwt.user.client.Command

        Specified by:

        execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand

      • getHTML

        public String getHTML()
      • getCaption

        public String getCaption()
      • setCaption

        public void setCaption​(String caption)
      • getIconUrl

        public String getIconUrl()
      • setIconUrl

        public void setIconUrl​(String url)