com.pow2.webgui
Class WidgetStrategy

java.lang.Object
  extended by com.pow2.webgui.WidgetStrategy
Direct Known Subclasses:
BaseContentProvider, WidgetDrawer

public abstract class WidgetStrategy
extends Object

Strategy abstract class.

Author:
Luca Fossato

Field Summary
protected  Widget widget
          reference widget
 
Constructor Summary
WidgetStrategy()
           
 
Method Summary
 Widget getWidget()
          Gets the widget attribute of the WidgetDrawer object
 void setWidget(Widget widget)
          Sets the widget attribute of the WidgetDrawer object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

widget

protected Widget widget
reference widget

Constructor Detail

WidgetStrategy

public WidgetStrategy()
Method Detail

getWidget

public Widget getWidget()
Gets the widget attribute of the WidgetDrawer object

Returns:
The widget value

setWidget

public void setWidget(Widget widget)
Sets the widget attribute of the WidgetDrawer object

Parameters:
widget - The new widget value


Copyright © 2002-2005 Power Of Two S.r.l. All Rights Reserved.