com.vaadin.client.ui
Class VTreeTable.PendingNavigationEvent
java.lang.Object
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.
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
keycode
public final int keycode
ctrl
public final boolean ctrl
shift
public final boolean shift
VTreeTable.PendingNavigationEvent
public VTreeTable.PendingNavigationEvent(int keycode,
boolean ctrl,
boolean shift)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.