com.guiseframework.platform.web
Class WebFormEvent
java.lang.Object
java.util.EventObject
com.globalmentor.event.AbstractEvent
com.guiseframework.event.AbstractGuiseEvent
com.guiseframework.platform.AbstractPlatformEvent
com.guiseframework.platform.web.AbstractWebPlatformEvent
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
| Fields inherited from class java.util.EventObject |
source |
| 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 |
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.
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.