public class TreeAction extends Action
Constructor and Description |
---|
TreeAction(ActionOwner owner) |
TreeAction(ActionOwner owner,
String target,
String action) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Sends message to server that this action has been fired.
|
String |
getActionKey() |
String |
getTargetKey() |
void |
setActionKey(String actionKey) |
void |
setTargetKey(String targetKey) |
getCaption, getHTML, getIconUrl, setCaption, setIconUrl, toString
public TreeAction(ActionOwner owner)
public TreeAction(ActionOwner owner, String target, String action)
public void execute()
public String getActionKey()
public void setActionKey(String actionKey)
public String getTargetKey()
public void setTargetKey(String targetKey)
Copyright © 2019 Vaadin Ltd. All rights reserved.