@FunctionalInterface public static interface ItemListing.PropertyReorderListener<P> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
onPropertyReordered(List<P> properties,
boolean userOriginated)
Triggered when the columns order changes.
|
Copyright © 2019 The Holon Platform. All rights reserved.