Class WebFormEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.globalmentor.collections.CollectionMap<java.lang.String,​java.lang.Object,​java.util.List<java.lang.Object>> getParameterListMap()  
      WebPlatform getPlatform()  
      boolean isExhaustive()  
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.globalmentor.event.Event

        getSource
    • Constructor Detail

      • WebFormEvent

        public WebFormEvent​(WebPlatform source)
        Source exhaustive constructor.
        Parameters:
        source - The object on which the event initially occurred.
        Throws:
        java.lang.NullPointerException - if the given source is null.
      • WebFormEvent

        public WebFormEvent​(WebPlatform source,
                            boolean exhaustive)
        Source and exhaustive constructor.
        Parameters:
        source - The object on which the event initially occurred.
        exhaustive - Whether this event represents all components on the form.
        Throws:
        java.lang.NullPointerException - if the given source is null.
    • Method Detail

      • getPlatform

        public WebPlatform getPlatform()
        Returns:
        The platform on which the event initially occurred.
      • isExhaustive

        public final boolean isExhaustive()
        Returns:
        Whether this event represents all components on the form.
      • getParameterListMap

        public com.globalmentor.collections.CollectionMap<java.lang.String,​java.lang.Object,​java.util.List<java.lang.Object>> getParameterListMap()
        Returns:
        The map of parameter lists.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject