Serialized Form


Package com.pow2.webgui

Class com.pow2.webgui.Widget extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

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

Class com.pow2.webgui.lister.Lister extends Widget implements Serializable


Package com.pow2.webgui.resources

Class com.pow2.webgui.resources.WebGuiInit extends HttpServlet implements Serializable

Serialized Fields

cat

org.apache.log4j.Category cat

Package com.pow2.webgui.tabbedselector

Class com.pow2.webgui.tabbedselector.Tab extends Widget implements Serializable

Serialized Fields

type

int type
Tab type.
Its value can be:

Class com.pow2.webgui.tabbedselector.TabbedSelector extends Widget implements Serializable

Serialized Fields

tabs

ArrayList<E> tabs
tab list


selectedTab

String selectedTab
name of the selected tab


Package com.pow2.webgui.taglib

Class com.pow2.webgui.taglib.ContentProviderTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

name

String name

collection

Collection<E> collection

template

String template

propertiesMap

HashMap<K,V> propertiesMap

parent

Widget parent

Class com.pow2.webgui.taglib.ListerTag extends Lister implements Serializable

Serialized Fields

wf

WidgetFactory wf

lister

Lister lister

Class com.pow2.webgui.taglib.TabbedSelectorTag extends TabbedSelector implements Serializable

Serialized Fields

wf

WidgetFactory wf

ts

TabbedSelector ts

Class com.pow2.webgui.taglib.TabTag extends Tab implements Serializable

Serialized Fields

wf

WidgetFactory wf

ts

TabbedSelector ts

tab

Tab tab

Class com.pow2.webgui.taglib.WindowTag extends Window implements Serializable

Serialized Fields

wf

WidgetFactory wf

win

Window win

Package com.pow2.webgui.window

Class com.pow2.webgui.window.Window extends Widget implements Serializable



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