Package org.olat.core.gui.components.form.flexible.impl.elements.table

Examples of org.olat.core.gui.components.form.flexible.impl.elements.table.FlexiTableElementImpl


   * @param tableModel
   * @param formLayout
   * @return
   */
  public FlexiTableElment addTableElement(String name, FlexiTableDataModel tableModel, FormItemContainer formLayout) {
    FlexiTableElementImpl fte = new FlexiTableElementImpl(name,tableModel);
    formLayout.add(fte);
    return fte;
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.components.form.flexible.impl.elements.table.FlexiTableElementImpl

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.