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 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
 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 String toString()
Overrides:
toString in class Object


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.