Package org.olat.core.gui.components.form.flexible

Examples of org.olat.core.gui.components.form.flexible.FormLayouter


  /**
   * workaround FIXME:pb
     */
  public static FormLayouter createSelbox(String name, Translator formTranslator) {
    FormLayouter tmp = new FormLayoutContainer(name, formTranslator, LAYOUT_SELBOX);
    return tmp;
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.components.form.flexible.FormLayouter

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.