Class FlowchartSaveEvent

  • All Implemented Interfaces:
    Serializable

    public class FlowchartSaveEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event for the Flowchart component, when the user wishes to save (e.g. by pressing the save key shortcut).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowchartSaveEvent

        public FlowchartSaveEvent​(javax.faces.component.UIComponent component,
                                  javax.faces.component.behavior.Behavior behavior,
                                  FlowchartModel model)
        Creates a new POJO with the given values.
        Parameters:
        component - Value that will be returned by FacesEvent.getComponent().
        behavior - Value that will be returned by BehaviorEvent.getBehavior().
        model - Value that will be returned by getModel().
    • Method Detail

      • getModel

        public FlowchartModel getModel()
        Returns:
        The current model of the flowchart that was saved.