Package org.olat.group.ui.context

Examples of org.olat.group.ui.context.BGContextTableModel


    contextListCtr.addColumnDescriptor(new DefaultColumnDescriptor("contextlist.table.desc", 1, null, ureq.getLocale()));
    contextListCtr.addColumnDescriptor(new BooleanColumnDescriptor("contextlist.table.default", 2, null,
        translate("contextlist.table.default.true"), translate("contextlist.table.default.false")));
    contextListVC.put("contextlist", contextListCtr.getInitialComponent());

    contextTableModel = new BGContextTableModel(groupContexts, getTranslator(), false, true);
    contextListCtr.setTableDataModel(contextTableModel);
    content.setContent(columnLayoutCtr.getInitialComponent());
  }
View Full Code Here

TOP

Related Classes of org.olat.group.ui.context.BGContextTableModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.