org.olat.core.gui.components.form.flexible.impl.elements
Class AbstractInlineElementComponent

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

public class AbstractInlineElementComponent
extends FormBaseComponentImpl

Description:
TODO: patrickb Class Description for AbstractInlineElementComponent

Initial Date: 25.09.2009

Author:
patrickb

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Constructor Summary
AbstractInlineElementComponent(InlineElement aie, ComponentRenderer HTMLRenderer)
           
 
Method Summary
 ComponentRenderer getHTMLRendererSingleton()
           
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBaseComponentImpl
getFormDispatchId
 
Methods inherited from class org.olat.core.gui.components.Component
addListener, debuginfoGetListeners, dispatchRequest, getAndClearLatestFiredEvent, getComponentName, getDispatchID, getExtendedDebugInfo, 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

AbstractInlineElementComponent

public AbstractInlineElementComponent(InlineElement aie,
                                      ComponentRenderer HTMLRenderer)
Method Detail

getHTMLRendererSingleton

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