Action Method in Peer
void action() {
Event evt = new Event(target,
Event.ACTION_EVENT,
((ComboBox) target).
getValue());
target.postEvent(evt);
}
handleEvent of the ComboBox