public static class Table.ColumnResizeEvent extends Component.Event
| Modifier and Type | Field and Description |
|---|---|
static Method |
COLUMN_RESIZE_METHOD |
source| Constructor and Description |
|---|
ColumnResizeEvent(Component source,
Object propertyId,
int previous,
int current)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentWidth()
Get the width in pixels of the column after the resize event
|
int |
getPreviousWidth()
Get the width in pixels of the column before the resize event
|
Object |
getPropertyId()
Get the column property id of the column that was resized.
|
getComponentgetConnectorgetSource, toStringpublic static final Method COLUMN_RESIZE_METHOD
public ColumnResizeEvent(Component source, Object propertyId, int previous, int current)
source - The source of the eventpropertyId - The columns property idprevious - The width in pixels of the column before the resize eventcurrent - The width in pixels of the column after the resize eventpublic Object getPropertyId()
public int getPreviousWidth()
public int getCurrentWidth()
Copyright © 2022 Vaadin Ltd. All rights reserved.