org.olat.ims.cp.ui
Class CPMDFlexiForm

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.ims.cp.ui.CPMDFlexiForm
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class CPMDFlexiForm
extends FormBasicController

Description:
This Class represents the Metadata-Form. (used in the page-editor)

Initial Date: 11.09.2008

Author:
sergio

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
CPMDFlexiForm(UserRequest ureq, WindowControl control, CPPage page)
           
 
Method Summary
 CPMetadata getMetadata()
           
 CPPage getPage()
          Gets the CPPage this Flexiform is editing
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPMDFlexiForm

public CPMDFlexiForm(UserRequest ureq,
                     WindowControl control,
                     CPPage page)
Method Detail

getMetadata

public CPMetadata getMetadata()

getPage

public CPPage getPage()
Gets the CPPage this Flexiform is editing

Returns:
the CPPage