Package org.opencms.gwt.client.util
Class CmsExtendedValueChangeEvent<T>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
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 extends Object>
-
Constructor Summary
ConstructorsConstructorDescriptionCmsExtendedValueChangeEvent
(T value) Creates a new value change event instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if validation shouldn't be triggered by this event.void
setInhibitValidation
(boolean inhibitValidation) Sets the inhibitValidation flag.Methods inherited from class com.google.gwt.event.logical.shared.ValueChangeEvent
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, getValue, shouldFire, toDebugString
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods 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
-