Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.widget.WidgetLayout

Packages that use WidgetLayout
com.jivesoftware.community.widget   
 

Uses of WidgetLayout in com.jivesoftware.community.widget
 

Methods in com.jivesoftware.community.widget that return WidgetLayout
 WidgetLayout WidgetManager.addWidgetLayout(String className)
          Installs a new class into the list of WidgetLayouts for the system.
 WidgetLayout WidgetManager.getPublishedWidgetLayout(JiveObject jiveObject)
          Returns the published WidgetLayout for the specified parent JiveObject.
 WidgetLayout WidgetManager.getWidgetLayout(JiveObject jiveObject)
          Returns the draft WidgetLayout for the specified parent JiveObject.
 WidgetLayout WidgetManager.getWidgetLayout(long layoutID)
          Returns the instantiated widget layout object for the specified layoutID
 WidgetLayout WidgetManager.getWidgetLayout(WidgetLayoutDescriptor descriptor)
          Returns the instantiated widget layout object for the specified WidgetLayoutDescriptor
 

Methods in com.jivesoftware.community.widget that return types with arguments of type WidgetLayout
 Map<WidgetLayoutDescriptor,WidgetLayout> WidgetManager.getAvailableWidgetLayouts()
          Returns a list of all the WidgetLayouts in the system that have not been disabled.
 Map<WidgetLayoutDescriptor,WidgetLayout> WidgetManager.getWidgetLayouts()
          Returns a list of all the WidgetLayouts in the system.
 

Methods in com.jivesoftware.community.widget with parameters of type WidgetLayout
 void WidgetManager.addWidgetLayout(JiveObject jiveObject, WidgetLayout layout)
          Creates a new draft WidgetLayout for the specified JiveObject.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.