Package com.vaadin.v7.ui
Class Table.TableContextClickEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.event.ConnectorEvent
-
- com.vaadin.ui.Component.Event
-
- com.vaadin.event.MouseEvents.ClickEvent
-
- com.vaadin.event.ContextClickEvent
-
- com.vaadin.v7.ui.Table.TableContextClickEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Table
@Deprecated public static class Table.TableContextClickEvent extends ContextClickEvent
Deprecated.ContextClickEvent for the Table Component.- Since:
- 7.6
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description TableContextClickEvent(Table source, com.vaadin.shared.MouseEventDetails mouseEventDetails, Object itemId, Object propertyId, TableConstants.Section section)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TablegetComponent()Deprecated.ObjectgetItemId()Deprecated.Returns the item id of context clicked row.ObjectgetPropertyId()Deprecated.Returns the property id of context clicked column.TableConstants.SectiongetSection()Deprecated.Returns the clicked section of Table.-
Methods inherited from class com.vaadin.event.MouseEvents.ClickEvent
getButton, getButtonName, getClientX, getClientY, getMouseEventDetails, 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
-
-
-
-
Constructor Detail
-
TableContextClickEvent
public TableContextClickEvent(Table source, com.vaadin.shared.MouseEventDetails mouseEventDetails, Object itemId, Object propertyId, TableConstants.Section section)
Deprecated.
-
-
Method Detail
-
getItemId
public Object getItemId()
Deprecated.Returns the item id of context clicked row.- Returns:
- item id of clicked row;
nullif header, footer or empty area of Table
-
getPropertyId
public Object getPropertyId()
Deprecated.Returns the property id of context clicked column.- Returns:
- property id; or
nullif we've clicked on the empty area of the Table
-
getSection
public TableConstants.Section getSection()
Deprecated.Returns the clicked section of Table.- Returns:
- section of Table
-
getComponent
public Table getComponent()
Deprecated.- Overrides:
getComponentin classComponent.Event
-
-