com.vaadin.client.ui
Class VTreeTable.PendingNavigationEvent

java.lang.Object
  extended by com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
Enclosing class:
VTreeTable

public static class VTreeTable.PendingNavigationEvent
extends java.lang.Object

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


Field Summary
 boolean ctrl
           
 int keycode
           
 boolean shift
           
 
Constructor Summary
VTreeTable.PendingNavigationEvent(int keycode, boolean ctrl, boolean shift)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keycode

public final int keycode

ctrl

public final boolean ctrl

shift

public final boolean shift
Constructor Detail

VTreeTable.PendingNavigationEvent

public VTreeTable.PendingNavigationEvent(int keycode,
                                         boolean ctrl,
                                         boolean shift)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.