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

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

public class FileElementComponent
extends FormBaseComponentImpl

Description:

TODO

Events thrown by this controller:

TODO

Initial Date: 08.12.2008

Author:
Florian Gnaegi, frentix GmbH, http://www.frentix.com

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Constructor Summary
FileElementComponent(FileElementImpl element)
           
 
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

FileElementComponent

public FileElementComponent(FileElementImpl element)
Method Detail

getHTMLRendererSingleton

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