91929394959697
getListbox().setPageSize(getListbox().getPageSize() * 10); getListbox().setMultiple(true); getListbox().setCheckmark(true); } }); appendChild(new Radiogroup(singleSelect, multiSelect)); }
4546474849505152535455
workspace.setWidth("100%"); workspace.appendChild(treeDesktop); accessory.setPack("stretch"); accessory.setWidth("100%"); accessory.appendChild(new Radiogroup(viewTreeDesktop, viewFlatDesktop)); appendChild(workspace); appendChild(accessory);