◆ afterCompose()
Definition at line 121 of file GenericRadiogroup.java.
122 if(!collection.isEmpty()) {
123 if(
"vertical".equals(orient)) {
124 layout =
new Vlayout();
126 layout =
new Hlayout();
128 appendChild(radioGroup);
130 for(E e : collection) {
132 r.setRadiogroup(radioGroup);
133 layout.appendChild(r);
139 radioGroup.addEventListener(Events.ON_CHECK,
this);
◆ convertToString()
◆ getCollection()
◆ getObjectValue()
Definition at line 80 of file GenericRadiogroup.java.
82 Radio r = radioGroup.getSelectedItem();
84 for(E e : collection) {
◆ getOrient()
◆ isAllowNone()
◆ isDisabled()
◆ onEvent()
◆ setAllowNone()
◆ setCollection()
◆ setDisabled()
Definition at line 53 of file GenericRadiogroup.java.
55 for(Radio r : radioGroup.getItems()) {
59 clear.setDisabled(value);
◆ setObjectValue()
Definition at line 96 of file GenericRadiogroup.java.
98 if(populated && _internal !=
null) {
99 for(Component c : layout.getChildren()) {
100 if(c instanceof Radio) {
109 radioGroup.setSelectedItem(
null);
◆ setOrient()
The documentation for this class was generated from the following file: