{
super(null, null);
UIGrid uiGrid = addChild(UIGrid.class, null, "TableGroup");
uiGrid.configure("id", new String[]{"id", "label", "description"}, new String[]{"Delete"});
uiGrid.getUIPageIterator().setPageList(new LazyPageList(new AccessGroupListAccess(null), 10));
UIFormPopupWindow uiPopup = addChild(UIFormPopupWindow.class, null, "UIGroupSelector");
uiPopup.setWindowSize(540, 0);
UIGroupSelector uiGroupSelector = createUIComponent(UIGroupSelector.class, null, null);
uiPopup.setUIComponent(uiGroupSelector);