Jive API (3.0.13) Core Javadocs

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

Packages that use Widget
com.jivesoftware.community.widget   
 

Uses of Widget in com.jivesoftware.community.widget
 

Classes in com.jivesoftware.community.widget that implement Widget
 class BaseWidget
          An abstract implementation of the Widget interface this class provides subclasses with built in support for processing a freemarker template and internationalization.
 

Methods in com.jivesoftware.community.widget that return Widget
 Widget WidgetManager.addWidget(String className)
          Installs a new class into the list of Widgets for the system.
 Widget WidgetFrame.getWidget()
          Gets the Widget for this frame
 Widget WidgetManager.getWidget(WidgetDescriptor descriptor)
          Returns the instanciated widget object for the specified WidgetDescriptor
 Widget WidgetManager.loadWidget(WidgetDescriptor widgetDescriptor)
          Returns a new instance of a widget based on the widgetDescriptor.
 

Methods in com.jivesoftware.community.widget that return types with arguments of type Widget
 Map<WidgetDescriptor,Widget> WidgetManager.getAvailableWidgets()
          Returns a list of all available Widgets in the system.
 List<Widget> WidgetManager.getAvailableWidgets(WidgetContext widgetContext)
          Returns a list of all available Widgets that are enabled for the given widget context.
 

Methods in com.jivesoftware.community.widget with parameters of type Widget
 void WidgetFrame.setWidget(Widget widget)
          Sets the Widget for this frame
 


Jive Product Page

Copyright © 1999-2007 Jive Software.