public static class Table.FooterClickEvent extends MouseEvents.ClickEvent
Modifier and Type | Field and Description |
---|---|
static Method |
FOOTER_CLICK_METHOD |
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT
source
Constructor and Description |
---|
FooterClickEvent(Component source,
Object propertyId,
MouseEventDetails details)
Constructor
|
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 FOOTER_CLICK_METHOD
public FooterClickEvent(Component source, Object propertyId, MouseEventDetails details)
source
- The source of the componentpropertyId
- The propertyId of the columndetails
- The mouse details of the clickpublic Object getPropertyId()
Copyright © 2019 Vaadin Ltd. All rights reserved.