Class ValueIconClickEvent

All Implemented Interfaces:
Cancellable

public class ValueIconClickEvent extends AbstractSmartEvent<ValueIconClickHandler> implements Cancellable
  • Constructor Details

  • Method Details

    • getFiringItem

      public FormItem getFiringItem()
      Returns the FormItem firing the event.
      Returns:
      FormItem firing the event
    • fire

      public static <S extends HasValueIconClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
      Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
      Type Parameters:
      S - The event source
      Parameters:
      source - the source of the handlers
      jsObj - the native event
    • getType

      public static GwtEvent.Type<ValueIconClickHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

      protected void dispatch(ValueIconClickHandler handler)
      Specified by:
      dispatch in class GwtEvent<ValueIconClickHandler>
    • getAssociatedType

      public final GwtEvent.Type<ValueIconClickHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class GwtEvent<ValueIconClickHandler>
    • cancel

      public void cancel()
      Call this method to suppress standard click handling for the item.
      Specified by:
      cancel in interface Cancellable
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface Cancellable
      Returns:
      true if cancelled
    • getForm

      public DynamicForm getForm()
      the form containing this item
      Returns:
      the form containing this item
    • getItem

      public FormItem getItem()
      the FormItem containing the valueIcon
      Returns:
      the FormItem containing the valueIcon
    • getValue

      public Object getValue()
      the current value of the item.
      Returns:
      the current value of the item.