@FunctionalInterface public static interface ItemListing.PropertyResizeListener<P> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onPropertyResized(P property,
int widthInPixel,
boolean userOriginated)
Triggered when a column size changes.
|
void onPropertyResized(P property, int widthInPixel, boolean userOriginated)
property - Property bound to resized columnwidthInPixel - New column with in pixelsuserOriginated - true if the resizing event is originated from a user actionCopyright © 2019 The Holon Platform. All rights reserved.