@FunctionalInterface public static interface ItemListing.PropertyVisibilityListener<P> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
onPropertyVisibilityChanged(P property,
boolean hidden,
boolean userOriginated)
Triggered when a table columns visibility changes.
|
void onPropertyVisibilityChanged(P property, boolean hidden, boolean userOriginated)
property
- Property bound to resized columnhidden
- New visibility stateuserOriginated
- true
if the event is originated from a user actionCopyright © 2019 The Holon Platform. All rights reserved.