Class ElementInfoRequestEvent

  • All Implemented Interfaces:
    Serializable

    public class ElementInfoRequestEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event for the Flowchart component, when more info regarding an element was requested (by clicking on the info button).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementInfoRequestEvent

        public ElementInfoRequestEvent​(javax.faces.component.UIComponent component,
                                       javax.faces.component.behavior.Behavior behavior,
                                       ElementKey elementKey,
                                       String elementType)
        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().
        elementKey - Value that will be returned by getElementKey().
        elementType - Value that will be returned by getElementType().