Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.widget.WidgetFrame

Packages that use WidgetFrame
com.jivesoftware.community.widget   
 

Uses of WidgetFrame in com.jivesoftware.community.widget
 

Methods in com.jivesoftware.community.widget that return WidgetFrame
 WidgetFrame WidgetManager.addWidgetFrame(WidgetFrameBean widgetFrameBean)
          Creates a new WidgetFrame based on the specified WidgetFrameBean.
 WidgetFrame WidgetManager.getWidgetFrame(long id)
          Returns the WidgetFrame corresponding to the specified widget frame id.
 

Methods in com.jivesoftware.community.widget that return types with arguments of type WidgetFrame
 Map<Integer,List<WidgetFrame>> WidgetManager.getPublishedWidgetFrames(JiveObject jiveObject)
          Returns the map containing all the published WidgetFrames for the specified parent JiveObject.
 Map<Integer,List<WidgetFrame>> WidgetManager.getWidgetFrames(JiveObject object)
          Returns the map containing all the draft WidgetFrames for the specified parent JiveObject.
 List<WidgetFrame> WidgetLayout.migrateFrames(Map<Integer,List<WidgetFrame>> frames)
          Updates the widget frame configuration to match the (potentially) new number of columns.
 

Methods in com.jivesoftware.community.widget with parameters of type WidgetFrame
 void WidgetManager.removeWidgetFrame(WidgetFrame widgetFrame)
          Removes the specified WidgetFrame from the system.
 void WidgetManager.updateWidgetFrameProperties(WidgetFrame widgetFrame)
          Updates the properties for the specified WidgetFrame.
 

Method parameters in com.jivesoftware.community.widget with type arguments of type WidgetFrame
 List<WidgetFrame> WidgetLayout.migrateFrames(Map<Integer,List<WidgetFrame>> frames)
          Updates the widget frame configuration to match the (potentially) new number of columns.
 void WidgetManager.updateWidgetFrames(JiveObject jiveObject, List<WidgetFrame> widgetFrames)
          Updates the list of WidgetFrames.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.