Package org.opencms.gwt.client.util
Class CmsExtendedValueChangeEvent<T>
java.lang.Object
com.google.web.bindery.event.shared.Event<com.google.gwt.event.logical.shared.ValueChangeHandler<T>>
com.google.gwt.event.shared.GwtEvent<com.google.gwt.event.logical.shared.ValueChangeHandler<T>>
com.google.gwt.event.logical.shared.ValueChangeEvent<T>
org.opencms.gwt.client.util.CmsExtendedValueChangeEvent<T>
- Type Parameters:
T- the value type
public class CmsExtendedValueChangeEvent<T>
extends com.google.gwt.event.logical.shared.ValueChangeEvent<T>
Value change event with additional data.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H> -
Constructor Summary
ConstructorsConstructorDescriptionCmsExtendedValueChangeEvent(T value) Creates a new value change event instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if validation shouldn't be triggered by this event.voidsetInhibitValidation(boolean inhibitValidation) Sets the inhibitValidation flag.Methods inherited from class com.google.gwt.event.logical.shared.ValueChangeEvent
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, getValue, shouldFire, toDebugStringMethods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toString
-
Constructor Details
-
CmsExtendedValueChangeEvent
Creates a new value change event instance.- Parameters:
value- the new value
-
-
Method Details
-
isInhibitValidation
Return true if validation shouldn't be triggered by this event.- Returns:
- true if validation shouldn't be triggered by this event
-
setInhibitValidation
Sets the inhibitValidation flag.- Parameters:
inhibitValidation- the new flag value
-