Class RemoteAction

java.lang.Object
com.vaadin.client.ui.Action
io.jmix.ui.widget.client.action.RemoteAction
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

public abstract class RemoteAction extends com.vaadin.client.ui.Action
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

    Fields inherited from class com.vaadin.client.ui.Action

    caption, iconUrl, owner
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    RemoteAction(ClientAction clientAction, com.vaadin.client.ui.ActionOwner owner)
     
  • Method Summary

    Methods inherited from class com.vaadin.client.ui.Action

    execute, getCaption, getHTML, getIconUrl, setCaption, setIconUrl, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • actionId

      protected String actionId
  • Constructor Details

    • RemoteAction

      protected RemoteAction(ClientAction clientAction, com.vaadin.client.ui.ActionOwner owner)