org.olat.core.gui.components.form.flexible.impl.components
Class FormVelocityContainer

java.lang.Object
  extended by org.olat.core.gui.components.Component
      extended by org.olat.core.gui.components.Container
          extended by org.olat.core.gui.components.form.flexible.impl.components.FormVelocityContainer
All Implemented Interfaces:
FormBaseComponentIdProvider

public abstract class FormVelocityContainer
extends Container
implements FormBaseComponentIdProvider

Description:
FIXME: MAYBE REMOVE!!

Initial Date: 11.01.2007

Author:
patrickb

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Constructor Summary
FormVelocityContainer(java.lang.String componentName, java.lang.String page, Translator trans, Controller listeningController)
           
 
Method Summary
 java.lang.String getFormDispatchId()
          A String containing a unique ID per form element component on the screen.
 ComponentRenderer getHTMLRendererSingleton()
           
 VelocityContainer getVelocityContainer()
           
 
Methods inherited from class org.olat.core.gui.components.Container
getComponent, getComponents, getExtendedDebugInfo, put, put, remove
 
Methods inherited from class org.olat.core.gui.components.Component
addListener, debuginfoGetListeners, dispatchRequest, getAndClearLatestFiredEvent, getComponentName, getDispatchID, getLatestDispatchedController, getListenerInfo, getParent, getSpanAsDomReplaceable, getTimestamp, getTranslator, isDirty, isDirtyForUser, isDomReplaceable, isEnabled, isVisible, setDirty, setDomReplaceable, setEnabled, setSpanAsDomReplaceable, setVisible, toString, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormVelocityContainer

public FormVelocityContainer(java.lang.String componentName,
                             java.lang.String page,
                             Translator trans,
                             Controller listeningController)
Method Detail

getFormDispatchId

public java.lang.String getFormDispatchId()
Description copied from interface: FormBaseComponentIdProvider
A String containing a unique ID per form element component on the screen. This is corresponding to the Component#getDispatchID() and should achieve the same for the form elements.

Specified by:
getFormDispatchId in interface FormBaseComponentIdProvider
Returns:

getHTMLRendererSingleton

public ComponentRenderer getHTMLRendererSingleton()
Specified by:
getHTMLRendererSingleton in class Component
See Also:
VelocityContainer.getHTMLRendererSingleton()

getVelocityContainer

public VelocityContainer getVelocityContainer()