Class 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 java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInhibitValidation()
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsExtendedValueChangeEvent

        public CmsExtendedValueChangeEvent​(T value)
        Creates a new value change event instance.

        Parameters:
        value - the new value
    • Method Detail

      • isInhibitValidation

        public boolean isInhibitValidation()
        Return true if validation shouldn't be triggered by this event.

        Returns:
        true if validation shouldn't be triggered by this event
      • setInhibitValidation

        public void setInhibitValidation​(boolean inhibitValidation)
        Sets the inhibitValidation flag.

        Parameters:
        inhibitValidation - the new flag value