ch.unizh.portal.zsuz
Class ZentralstellePortlet

java.lang.Object
  extended by org.olat.core.gui.control.generic.portal.AbstractPortlet
      extended by ch.unizh.portal.zsuz.ZentralstellePortlet
All Implemented Interfaces:
Disposable, Portlet

public class ZentralstellePortlet
extends AbstractPortlet

Description:
TODO: patrickb Class Description for ZentrallStellePortlet

Initial Date: 06.06.2008

Author:
patrickb

Constructor Summary
ZentralstellePortlet()
           
 
Method Summary
 Portlet createInstance(WindowControl control, UserRequest ureq, java.util.Map portletConfig)
          Factory method to create a portlet of the current type using the given configuration
 void dispose()
          disposes the disposable
 void disposeRunComponent()
          Dispose the run component and all its resources without disposing the portlet.
 java.lang.String getCssClass()
           
 java.lang.String getDescription()
           
 Component getInitialRunComponent(WindowControl wControl, UserRequest ureq)
          Get the run component of this portlet
 java.lang.String getTitle()
           
 
Methods inherited from class org.olat.core.gui.control.generic.portal.AbstractPortlet
getConfiguration, getName, getTools, getTranslator, setConfiguration, setName, setTranslator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZentralstellePortlet

public ZentralstellePortlet()
Method Detail

createInstance

public Portlet createInstance(WindowControl control,
                              UserRequest ureq,
                              java.util.Map portletConfig)
Description copied from interface: Portlet
Factory method to create a portlet of the current type using the given configuration

Returns:
AbstractPortlet
See Also:
Portlet.createInstance(org.olat.core.gui.control.WindowControl, org.olat.core.gui.UserRequest, java.util.Map)

disposeRunComponent

public void disposeRunComponent()
Description copied from interface: Portlet
Dispose the run component and all its resources without disposing the portlet.

See Also:
Portlet.disposeRunComponent()

getCssClass

public java.lang.String getCssClass()
Returns:
String name of wrapper css class that provides the portlet icon and other styles
See Also:
Portlet.getCssClass()

getDescription

public java.lang.String getDescription()
Returns:
The (translated) description for the portlet
See Also:
Portlet.getDescription()

getInitialRunComponent

public Component getInitialRunComponent(WindowControl wControl,
                                        UserRequest ureq)
Description copied from interface: Portlet
Get the run component of this portlet

Returns:
Component
See Also:
Portlet.getInitialRunComponent(org.olat.core.gui.control.WindowControl, org.olat.core.gui.UserRequest)

getTitle

public java.lang.String getTitle()
Returns:
The (translated) title for the portlet
See Also:
Portlet.getTitle()

dispose

public void dispose()
Description copied from interface: Disposable
disposes the disposable

See Also:
Disposable.dispose()