Class MashupErrorEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class MashupErrorEvent
    extends org.zkoss.zk.ui.event.Event
    Author:
    rbo
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME
      Event name.
    • Constructor Summary

      Constructors 
      Constructor Description
      MashupErrorEvent​(java.lang.String name, org.zkoss.zk.ui.Component target, java.lang.String message)
      Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static MashupErrorEvent getMashupErrorEvent​(org.zkoss.zk.au.AuRequest request)  
      java.lang.String getMessage()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MashupErrorEvent

        public MashupErrorEvent​(java.lang.String name,
                                org.zkoss.zk.ui.Component target,
                                java.lang.String message)
        Constructor.
        Parameters:
        name - Name
        target - Target
        message - Message
    • Method Detail

      • getMashupErrorEvent

        public static final MashupErrorEvent getMashupErrorEvent​(org.zkoss.zk.au.AuRequest request)
        Parameters:
        request - Request
        Returns:
        Event
      • getMessage

        public final java.lang.String getMessage()
        Returns:
        Message