public void init() {
try {
ULCViewerFactory ulcFactory = getUlcFactory();
//ulcFactory.getUlcViewerCreatorMap().register(ItemModel.class, new ULCViewerCreator(ItemULCEditor.class));
ulcFactory.getUlcViewerCreatorMap().register(ItemListModel.class, new ULCViewerCreator(ItemListULCViewer.class));
ULCViewer editor = ulcFactory.createDefaultUlcEditor(mainModel);
ULCComponent ulcComponent = editor.getULCComponent(ulcFactory);
getMainULCPanel().add(ULCBoxPane.BOX_EXPAND_EXPAND, ulcComponent);