Serialized Form
color
String color
- widget color (#rrggbb format)
content
StringBuffer content
- widget content
contentProvider
BaseContentProvider contentProvider
- content provider class
contentProviderName
String contentProviderName
- content provider name
drawer
String drawer
- widget drawer key
followUp
String followUp
- widget URI link
height
String height
- widget height
id
String id
- widget identifier
name
String name
- widget name
parentW
Widget parentW
- parent Widget.
Why parentW
and not parent
?
Note that parent
attribute overrides the
homonymous tag class attribute, generating an erroneous behaviour.
title
String title
- widget title
titleType
String titleType
- title type; it can be: "text" (default) or "image".
widgetDrawer
WidgetDrawer widgetDrawer
- widgetDrawer strategy instance
widgetInfo
WidgetInfo widgetInfo
- widgetInfo instance
width
String width
- widget width
Package com.pow2.webgui.lister |
Package com.pow2.webgui.resources |
cat
org.apache.log4j.Category cat
Package com.pow2.webgui.tabbedselector |
type
int type
- Tab type.
Its value can be:
- LEFTUP the left-most selected tab.
- LEFTDOWN the left-most deselected tab.
- UP a selected tab, but not a left-most one.
- DOWN a deselected tab, but not a left-most one.
tabs
ArrayList<E> tabs
- tab list
selectedTab
String selectedTab
- name of the selected tab
Package com.pow2.webgui.taglib |
name
String name
collection
Collection<E> collection
template
String template
propertiesMap
HashMap<K,V> propertiesMap
parent
Widget parent
wf
WidgetFactory wf
lister
Lister lister
wf
WidgetFactory wf
ts
TabbedSelector ts
wf
WidgetFactory wf
ts
TabbedSelector ts
tab
Tab tab
wf
WidgetFactory wf
win
Window win
Package com.pow2.webgui.window |
Copyright © 2002-2005 Power Of Two S.r.l. All Rights Reserved.