V - Value typeP - Property typeC - Group element typeG - Component group typepublic interface GroupValueChangeEvent<V,P,C extends HasComponent,G extends BoundComponentGroup<P,C>> extends ValueHolder.ValueChangeEvent<V>
ValueHolder.ValueChangeEvent originated from a components group.| Modifier and Type | Method and Description |
|---|---|
Optional<C> |
getComponent()
Get the group component source of the value change event, if available.
|
G |
getInputGroup()
Get the input group from which this value change event was originated.
|
Optional<P> |
getProperty()
Get the property which identifies the value change event source within the input group, if available.
|
getOldValue, getSource, getValue, isUserOriginatedG getInputGroup()
Optional<P> getProperty()
If the value change event is not bound to any property, it represents a group value change event.
Optional<C> getComponent()
If the value change event is not bound to any group component, it represents a group value change event.
Copyright © 2019 The Holon Platform. All rights reserved.