I want to programmatically fire ListBox's ChangeEvent
. I found function, but dont understand what type of parameter i need to pass:
DomEvent.fireNativeEvent(NativeEvent - where???, listBox());
You can fire a native ChangeEvent on a widget using:
DomEvent.fireNativeEvent(Document.get().createChangeEvent(), yourListBox);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With