Class ElementInfoPanelBean

java.lang.Object
de.xima.fc.workflow.designer.bean.ElementInfoPanelBean
All Implemented Interfaces:
Serializable

@ViewScoped @Named public class ElementInfoPanelBean extends Object implements Serializable
Beans which handles the element info dialog for a flowchart node or trigger.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ElementInfoPanelBean

      public ElementInfoPanelBean()
  • Method Details

    • onElementInfoClicked

      public void onElementInfoClicked(ElementInfoRequestEvent event)
      Invoked via an AJAX behavior listener on the flowchart when the element info button was pressed.
      Parameters:
      event - Event that occurred.