Uses of Interface
com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation.IValidationHandler

Packages that use IValidationHandler
com.ebmwebsourcing.geasytools.diagrameditor   
com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation   
 

Uses of IValidationHandler in com.ebmwebsourcing.geasytools.diagrameditor
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor with parameters of type IValidationHandler
 void DiagramController.addValidationHandler(IValidationHandler handler)
           
 

Uses of IValidationHandler in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation
 

Fields in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with type parameters of type IValidationHandler
static com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationFailureEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationSuccessEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationWarningEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationStartEvent.TYPE
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation that return types with arguments of type IValidationHandler
 com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationFailureEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationSuccessEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationWarningEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IValidationHandler> ValidationStartEvent.getAssociatedType()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with parameters of type IValidationHandler
protected  void ValidationFailureEvent.dispatch(IValidationHandler handler)
           
protected  void ValidationSuccessEvent.dispatch(IValidationHandler handler)
           
protected  void ValidationWarningEvent.dispatch(IValidationHandler handler)
           
protected  void ValidationStartEvent.dispatch(IValidationHandler handler)
           
 

Uses of IValidationHandler in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
 

Classes in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that implement IValidationHandler
 class DefaultValidationNotificationHandler
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.