H
H
hHup2018-04-04 20:56:59
Java
hHup, 2018-04-04 20:56:59

How to add listener on CheckBoxGroup?

CheckboxGroup checkboxGroup=new CheckboxGroup();
Checkbox checkbox1=new Checkbox("-1 ",checkboxGroup,true);
Checkbox checkbox2=new Checkbox("-2 ",checkboxGroup, false);
Checkbox checkbox3=new Checkbox("-3 ",checkboxGroup, false);

Is it possible to hang a listener directly on the checkboxGroup?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-04-04
@TopMetaFizick

No.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question