public static class Table.HeaderClickEvent extends MouseEvents.ClickEvent
Modifier and Type | Field and Description |
---|---|
static Method |
HEADER_CLICK_METHOD |
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT
source
Constructor and Description |
---|
HeaderClickEvent(Component source,
Object propertyId,
MouseEventDetails details) |
Modifier and Type | Method and Description |
---|---|
Object |
getPropertyId()
Gets the property id of the column which header was pressed
|
getButton, getButtonName, getClientX, getClientY, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKey
getComponent
getConnector
getSource, toString
public static final Method HEADER_CLICK_METHOD
public HeaderClickEvent(Component source, Object propertyId, MouseEventDetails details)
public Object getPropertyId()
Copyright © 2019 Vaadin Ltd. All rights reserved.