public interface IDiagramListener
Diagram widget and the DiagramBehavior| Modifier and Type | Method and Description |
|---|---|
boolean |
isClickEventEnabled()
Indicates whether the 'click' event is enabled.
If true, the onClick(AjaxRequestTarget, JSONObject) event will be triggered when clicking on an item |
void |
onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
Triggered when a diagram item is clicked
|
boolean isClickEventEnabled()
onClick(AjaxRequestTarget, JSONObject) event will be triggered when clicking on an itemfalse by defaultvoid onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
target - the AjaxRequestTargetobject - the JSONObject itemCopyright © 2021 7thWeb. All rights reserved.