|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Widget | |
---|---|
com.pow2.webgui | |
com.pow2.webgui.contentprovider | |
com.pow2.webgui.lister | |
com.pow2.webgui.tabbedselector | |
com.pow2.webgui.taglib | |
com.pow2.webgui.window |
Uses of Widget in com.pow2.webgui |
---|
Fields in com.pow2.webgui declared as Widget | |
---|---|
protected Widget |
Widget.parentW
parent Widget. |
protected Widget |
WidgetStrategy.widget
reference widget |
Methods in com.pow2.webgui that return Widget | |
---|---|
Widget |
Widget.getParentW()
Gets the parentW attribute of the Widget object |
Widget |
WidgetStrategy.getWidget()
Gets the widget attribute of the WidgetDrawer object |
Widget |
WidgetFactory.getWidget(String key)
Get a Widget object. |
Methods in com.pow2.webgui with parameters of type Widget | |
---|---|
BaseContentProvider |
WidgetInfo.getContentProvider(String key,
Widget w)
Get the ContentProvider instance registered using the input key. |
WidgetDrawer |
WidgetInfo.getWidgetDrawer(String key,
Widget w)
Get the WidgetDrawer instance registered using the input key. |
void |
Widget.setParentW(Widget newParentW)
Sets the parentW attribute of the Widget object |
void |
WidgetStrategy.setWidget(Widget widget)
Sets the widget attribute of the WidgetDrawer object |
void |
Widget.updateAttributes(Widget w)
Update this class attributes using the input Widget attributes values. |
Constructors in com.pow2.webgui with parameters of type Widget | |
---|---|
WidgetDrawer(Widget widget)
Constructor. |
Uses of Widget in com.pow2.webgui.contentprovider |
---|
Constructors in com.pow2.webgui.contentprovider with parameters of type Widget | |
---|---|
BaseContentProvider(Widget widget)
Constructor. |
|
ContentProvider(Widget widget)
Constructor. |
Uses of Widget in com.pow2.webgui.lister |
---|
Subclasses of Widget in com.pow2.webgui.lister | |
---|---|
class |
Lister
Lister class. |
Constructors in com.pow2.webgui.lister with parameters of type Widget | |
---|---|
AmazonListerDrawer(Widget widget)
Constructor. |
Uses of Widget in com.pow2.webgui.tabbedselector |
---|
Subclasses of Widget in com.pow2.webgui.tabbedselector | |
---|---|
class |
Tab
Tab class. |
class |
TabbedSelector
TabbedSelector class. |
Constructors in com.pow2.webgui.tabbedselector with parameters of type Widget | |
---|---|
AmazonTabbedDrawer(Widget widget)
Constructor. |
|
AmazonTabDrawer(Widget widget)
Constructor. |
|
BOTabbedDrawer(Widget widget)
Constructor. |
|
BOTabDrawer(Widget widget)
Constructor. |
|
TabbedDrawer(Widget widget)
Constructor. |
Uses of Widget in com.pow2.webgui.taglib |
---|
Subclasses of Widget in com.pow2.webgui.taglib | |
---|---|
class |
ListerTag
ListerTag class. |
class |
TabbedSelectorTag
TabbedSelectorTag class. |
class |
TabTag
TabTag class. |
class |
WindowTag
WindowTag class. |
Uses of Widget in com.pow2.webgui.window |
---|
Subclasses of Widget in com.pow2.webgui.window | |
---|---|
class |
Window
Window class. |
Constructors in com.pow2.webgui.window with parameters of type Widget | |
---|---|
BOWindowDrawer(Widget widget)
Constructor. |
|
Pow2WindowDrawer(Widget widget)
Constructor. |
|
WindowDrawer(Widget widget)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |