com.guiseframework.platform.web
Class WebFormEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
              extended by com.guiseframework.platform.AbstractPlatformEvent
                  extended by com.guiseframework.platform.web.AbstractWebPlatformEvent
                      extended by com.guiseframework.platform.web.WebFormEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, PlatformEvent, PlatformMessage, WebPlatformEvent, WebPlatformMessage, java.io.Serializable

public class WebFormEvent
extends AbstractWebPlatformEvent

Indicates the submission of a full or partial form on the web platform

Author:
Garret Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebFormEvent(WebPlatform source)
          Source exhaustive constructor.
WebFormEvent(WebPlatform source, boolean exhaustive)
          Source and exhaustive constructor.
 
Method Summary
 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 com.guiseframework.event.AbstractGuiseEvent
getSession
 
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
Returns:
A string representation of this event.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.