Class WebFormEvent

All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, PlatformEvent, PlatformMessage, WebPlatformEvent, WebPlatformMessage, Serializable

public class WebFormEvent extends AbstractWebPlatformEvent
Indicates the submission of a full or partial form on the web platform
Author:
Garret Wilson
See Also:
  • Constructor Details

    • WebFormEvent

      public WebFormEvent(WebPlatform source)
      Source exhaustive constructor.
      Parameters:
      source - The object on which the event initially occurred.
      Throws:
      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:
      NullPointerException - if the given source is null.
  • Method Details

    • 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<String,Object,List<Object>> getParameterListMap()
      Returns:
      The map of parameter lists.
    • toString

      public String toString()
      Overrides:
      toString in class EventObject