com.vaadin.client.ui.

Class TreeAction

  • All Implemented Interfaces:

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

    public class TreeAction
    extends Action

    This class is used for "row actions" in VTree and VScrollTable.

    • Method Detail

      • execute

        public void execute()

        Sends message to server that this action has been fired. Messages are "standard" Vaadin messages whose value is comma separated pair of targetKey (row, treeNod ...) and actions id. Variablename is always "action". Actions are always sent immediatedly to server.

        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 Action

      • getActionKey

        public String getActionKey()
      • setActionKey

        public void setActionKey​(String actionKey)
      • getTargetKey

        public String getTargetKey()
      • setTargetKey

        public void setTargetKey​(String targetKey)