Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Contextmenu Addon am Tree verwenden
UPDATE: Problem gelöst, der Tree darf keinen String im Konstruktor enthalten. Die Methode @Override
public void contextClick(String rowKey, MouseEventDetails details) wird nur im leeren Konstruktor verwendet.
Hallo Leute,
ich habe einen Tree implementiert und das Conextmenu Addon von Vaadin eingebunden in das Projekt.Wenn ich einen Rechtsklick auf das Layout mache und das Layout mit dem Contextmenu verbinde dann klappt es. Wenn ich den Baum angebe im Konstruktor contextMenu = new ContextMenu(Tree, true); dann bekomme ich folgende Warning:
Mai 10, 2016 10:09:10 AM com.vaadin.server.communication.ServerRpcHandler parseServerRpcInvocation
WARNUNG: Ignoring RPC call to com.vaadin.shared.ui.tree.TreeServerRpc.contextClick in connector com.vaadin.ui.Tree(11) as no RPC implementation is registered
Nach längerem googlen habe ich nichts dazu gefunden. Ist jemand ebenfalls auf dieses Problem gestoßen?
Danke im vorraus!