Class 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:
    Serialized Form
    • Constructor Detail

      • ElementInfoPanelBean

        public ElementInfoPanelBean()
    • Method Detail

      • 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.