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

    Constructors
    Constructor
    Description
    Creates a new value change event instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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 Details

    • CmsExtendedValueChangeEvent

      Creates a new value change event instance.

      Parameters:
      value - the new value
  • Method Details

    • 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