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

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.SpacerElementComponent
All Implemented Interfaces:
FormBaseComponentIdProvider

public class SpacerElementComponent
extends FormBaseComponentImpl

Implements the component for an HTML horizontal bar (<HR>) element.

Author:
twuersch

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Constructor Summary
SpacerElementComponent(SpacerElement element)
           
 
Method Summary
 ComponentRenderer getHTMLRendererSingleton()
           
 SpacerElement getSpacerElement()
          Get the spacer element for this component
 
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

SpacerElementComponent

public SpacerElementComponent(SpacerElement element)
Method Detail

getHTMLRendererSingleton

public ComponentRenderer getHTMLRendererSingleton()
Specified by:
getHTMLRendererSingleton in class Component

getSpacerElement

public SpacerElement getSpacerElement()
Get the spacer element for this component

Returns: