com.pow2.webgui
Class WidgetStrategy
java.lang.Object
com.pow2.webgui.WidgetStrategy
- Direct Known Subclasses:
- BaseContentProvider, WidgetDrawer
public abstract class WidgetStrategy
- extends Object
Strategy abstract class.
- Author:
- Luca Fossato
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 |
widget
protected Widget widget
- reference widget
WidgetStrategy
public WidgetStrategy()
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.