You're viewing an older version of Framework JavaDoc. Please see version 7.7.46 for the latest.
com.vaadin.client.ui.

Class VTreeTable.PendingNavigationEvent

  • Enclosing class:

    VTreeTable

    public static class VTreeTable.PendingNavigationEvent
    extends Object

    For internal use only. May be removed or replaced in the future.

    • Field Detail

      • keycode

        public final int keycode
      • ctrl

        public final boolean ctrl
      • shift

        public final boolean shift
    • Constructor Detail

      • PendingNavigationEvent

        public PendingNavigationEvent​(int keycode,
                                      boolean ctrl,
                                      boolean shift)