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

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

public class InvalidEvent
extends GwtEvent<InvalidEvent.InvalidHandler>

Fires after a field value marked invalid.


Nested Class Summary
static interface InvalidEvent.HasInvalidHandlers
          A widget that implements this interface is a public source of InvalidEvent events.
static interface InvalidEvent.InvalidHandler
          Handler class for InvalidEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
InvalidEvent(java.util.List<EditorError> errors)
           
 
Method Summary
 GwtEvent.Type<InvalidEvent.InvalidHandler> getAssociatedType()
           
 java.util.List<EditorError> getErrors()
           
 Field<?> getSource()
           
static GwtEvent.Type<InvalidEvent.InvalidHandler> getType()
          Gets the type associated with this event.
 
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

InvalidEvent

public InvalidEvent(java.util.List<EditorError> errors)
Method Detail

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<InvalidEvent.InvalidHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<InvalidEvent.InvalidHandler>

getErrors

public java.util.List<EditorError> getErrors()

getSource

public Field<?> getSource()
Overrides:
getSource in class GwtEvent<InvalidEvent.InvalidHandler>


Copyright © 2012. All Rights Reserved.