T - Listing item typeP - Listing item property typepublic interface ColumnResizeEvent<T,P> extends Event<ItemListing<T,P>>
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnWidth()
Get the new column width after the resize action.
|
P |
getResizedProperty()
Get the property which identifies the resized column.
|
boolean |
isFromClient()
Checks if this event originated from the client side.
|
boolean isFromClient()
true if the event originated from the client side,
false otherwiseP getResizedProperty()
String getColumnWidth()
Copyright © 2020 The Holon Platform. All rights reserved.