Uses of Class
org.olat.core.gui.components.panel.Panel

Packages that use Panel
org.olat.core.gui.components.panel   
org.olat.core.gui.control.guistack   
org.olat.core.gui.control.util   
org.olat.instantMessaging.groupchat   
 

Uses of Panel in org.olat.core.gui.components.panel
 

Subclasses of Panel in org.olat.core.gui.components.panel
 class OncePanel
          Description:
A Panel which shows a certain content only one render time, and then is hidden until a new content is set.
 

Uses of Panel in org.olat.core.gui.control.guistack
 

Methods in org.olat.core.gui.control.guistack that return Panel
 Panel GuiStackNiceImpl.getModalPanel()
           
 Panel GuiStack.getModalPanel()
           
 Panel GuiStackSimpleImpl.getModalPanel()
           
 Panel GuiStackNiceImpl.getPanel()
           
 Panel GuiStack.getPanel()
           
 Panel GuiStackSimpleImpl.getPanel()
           
 

Uses of Panel in org.olat.core.gui.control.util
 

Methods in org.olat.core.gui.control.util that return Panel
 Panel ZIndexWrapper.getPanel()
           
 

Constructors in org.olat.core.gui.control.util with parameters of type Panel
ZIndexWrapper(Panel panel, int zindex)
           
 

Uses of Panel in org.olat.instantMessaging.groupchat
 

Constructors in org.olat.instantMessaging.groupchat with parameters of type Panel
InstantMessagingGroupChatController(UserRequest ureq, WindowControl wControl, OLATResourceable ores, java.lang.String roomName, Panel chatWindowHolder, boolean compact, boolean anonymousInChatroom, boolean lazyCreation)