lundi 19 décembre 2016

GWT Dynamic checkboxes in UiBinder

How to implement GWT Dynamic checkboxes in UiBinder. enter image description here

Here is my requirement, I should implement Dynamic checkboxes, the shows check boxes are not constant, might increase or decrease. By using <gwt:CheckBoxGroup ui:field="group1">, can implement with constant check boxes with static data like this.

                    <m:CheckBoxGroup ui:field="group2">
                        <m:CheckBox>11/17/2016</m:CheckBox>
                        <m:CheckBox>11/15/2016</m:CheckBox>
                        <m:CheckBox>11/14/2016</m:CheckBox>
                        <m:CheckBox>11/11/2016</m:CheckBox>
                    </m:CheckBoxGroup>

Can you help me how to implement Dynamic checkboxes in uibinding.




Aucun commentaire:

Enregistrer un commentaire