T - Select value typepublic interface CustomValueSetEvent<T> extends Event<SingleSelect<T>>
SingleSelect custom value set event.| Modifier and Type | Method and Description |
|---|---|
String |
getCustomValue()
Get the custom value.
|
boolean |
isFromClient()
Checks if this event originated from the client side.
|
boolean isFromClient()
true if the event originated from the client side, false otherwiseString getCustomValue()
Copyright © 2020 The Holon Platform. All rights reserved.