Interface KeyDownEventDispatchingUtil.HasChildren<T>

All Known Implementing Classes:
KeyDownEventDispatchingUtil.HasChildrenWidget
Enclosing class:
KeyDownEventDispatchingUtil

public static interface KeyDownEventDispatchingUtil.HasChildren<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fire(T w, com.google.gwt.event.dom.client.KeyDownEvent event)
     
    getWidget(int i)
     
    int
     
  • Method Details

    • getWidgetCount

      int getWidgetCount()
    • getWidget

      T getWidget(int i)
    • fire

      void fire(T w, com.google.gwt.event.dom.client.KeyDownEvent event)