org.olat.core.gui.components.form.flexible.impl.components
Class FormVelocityContainer
java.lang.Object
org.olat.core.gui.components.Component
org.olat.core.gui.components.Container
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
| 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 |
FormVelocityContainer
public FormVelocityContainer(java.lang.String componentName,
java.lang.String page,
Translator trans,
Controller listeningController)
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()