244245246247248249250251252253254
for (Enumeration<IOption> j = group.getOptions(); j .hasMoreElements();) { IOption option = j.nextElement(); option.clearValue(); } } }
383384385386387388389390391392393