|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.event.MouseEvents.ClickEvent
com.vaadin.event.ContextClickEvent
com.vaadin.ui.Tree.TreeContextClickEvent
public static class Tree.TreeContextClickEvent
ContextClickEvent for the Tree Component.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.event.ContextClickEvent |
|---|
ContextClickEvent.ContextClickListener, ContextClickEvent.ContextClickNotifier |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.event.ContextClickEvent |
|---|
CONTEXT_CLICK_METHOD |
| Fields inherited from class com.vaadin.event.MouseEvents.ClickEvent |
|---|
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Tree.TreeContextClickEvent(Tree source,
java.lang.Object itemId,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
|
|
| Method Summary | |
|---|---|
Tree |
getComponent()
Gets the component where the event occurred. |
java.lang.Object |
getItemId()
Returns the item id of context clicked row. |
| Methods inherited from class com.vaadin.event.MouseEvents.ClickEvent |
|---|
getButton, getButtonName, getClientX, getClientY, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKey |
| Methods inherited from class com.vaadin.event.ConnectorEvent |
|---|
getConnector |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Tree.TreeContextClickEvent(Tree source,
java.lang.Object itemId,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
| Method Detail |
|---|
public Tree getComponent()
Component.Event
getComponent in class Component.Eventpublic java.lang.Object getItemId()
null if no row is
present at the location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||