Uses of Interface
org.olat.core.gui.components.form.flexible.FormLayouter

Packages that use FormLayouter
org.olat.core.gui.components.form.flexible Flexi.Form is the way to create forms in OLAT since release 5.2. 
org.olat.core.gui.components.form.flexible.impl   
org.olat.core.gui.components.form.flexible.impl.elements   
 

Uses of FormLayouter in org.olat.core.gui.components.form.flexible
 

Methods in org.olat.core.gui.components.form.flexible with parameters of type FormLayouter
 void FormItem.setErrorComponent(FormItem errorFormItem, FormLayouter container)
          a complex "error" message, or a helper wizard to fix the error.
It must be a form item itself, that starting the fixing workflow let the surrounding form evaluate (intermediate save values).
Typically a FormLink is used here to start a workflow in a modal dialog.
Use showError(true) for the visibility of the error.
 

Uses of FormLayouter in org.olat.core.gui.components.form.flexible.impl
 

Classes in org.olat.core.gui.components.form.flexible.impl that implement FormLayouter
 class FormLayoutContainer
          Description:
TODO: patrickb Class Description for FormVelocityContainer
 

Methods in org.olat.core.gui.components.form.flexible.impl that return FormLayouter
static FormLayouter FormLayoutContainer.createSelbox(java.lang.String name, Translator formTranslator)
          workaround FIXME:pb
 

Methods in org.olat.core.gui.components.form.flexible.impl with parameters of type FormLayouter
 void FormItemImpl.setErrorComponent(FormItem errorFormItem, FormLayouter container)
           
 

Uses of FormLayouter in org.olat.core.gui.components.form.flexible.impl.elements
 

Methods in org.olat.core.gui.components.form.flexible.impl.elements that return FormLayouter
static FormLayouter MultipleSelectionElementImpl.createHorizontalLayout(java.lang.String name)
          radio buttons horizontal
static FormLayouter MultipleSelectionElementImpl.createSelectboxLayouter(java.lang.String name)
          as selectbox
static FormLayouter MultipleSelectionElementImpl.createVerticalLayout(java.lang.String name, int columns)
          radio buttons vertical
 

Constructors in org.olat.core.gui.components.form.flexible.impl.elements with parameters of type FormLayouter
MultipleSelectionElementImpl(java.lang.String name, FormLayouter formLayout)
           
SingleSelectionImpl(java.lang.String name, FormLayouter formLayout)
          set your layout