com.sencha.gxt.widget.core.client.event
Class ParseErrorEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ParseErrorEvent.ParseErrorHandler>
          extended by com.sencha.gxt.widget.core.client.event.ParseErrorEvent

public class ParseErrorEvent
extends GwtEvent<ParseErrorEvent.ParseErrorHandler>


Nested Class Summary
static interface ParseErrorEvent.HasParseErrorHandlers
          A widget that implements this interface is a public source of ParseErrorEvent events.
static interface ParseErrorEvent.ParseErrorHandler
          Handler for ParseErrorEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ParseErrorEvent(String errorValue, ParseException exception)
           
 
Method Summary
 GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getAssociatedType()
           
 String getErrorValue()
          Returns the value that could not be parsed.
 ParseException getException()
          Returns the parse exception.
static GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseErrorEvent

public ParseErrorEvent(String errorValue,
                       ParseException exception)
Method Detail

getException

public ParseException getException()
Returns the parse exception.

Returns:
the exception

getErrorValue

public String getErrorValue()
Returns the value that could not be parsed.

Returns:
the value

getType

public static GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<ParseErrorEvent.ParseErrorHandler>


Copyright © 2012. All Rights Reserved.