com.pow2.webgui.tabbedselector
Class AmazonTabbedDrawer

java.lang.Object
  extended by com.pow2.webgui.WidgetStrategy
      extended by com.pow2.webgui.WidgetDrawer
          extended by com.pow2.webgui.tabbedselector.AmazonTabbedDrawer

public class AmazonTabbedDrawer
extends WidgetDrawer

SimpleTabbedPanelDrawer class.

Author:
Luca Fossato

Field Summary
 
Fields inherited from class com.pow2.webgui.WidgetStrategy
widget
 
Constructor Summary
AmazonTabbedDrawer(Widget widget)
          Constructor.
 
Method Summary
 StringBuffer draw()
          Gets the string representation of this widget.
protected  StringBuffer getBottom()
          Gets the description of the bottom part of the SimpleTabbedPanel component.
protected  StringBuffer getUpper()
          Gets the description of the upper part of the SimpleTabbedPanel component.
 
Methods inherited from class com.pow2.webgui.WidgetStrategy
getWidget, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonTabbedDrawer

public AmazonTabbedDrawer(Widget widget)
Constructor.

Parameters:
widget - the widget to draw
Method Detail

draw

public StringBuffer draw()
                  throws Exception
Gets the string representation of this widget.

Specified by:
draw in class WidgetDrawer
Returns:
the string representation of this widget.
Throws:
Exception - if any error occurs

getUpper

protected StringBuffer getUpper()
Gets the description of the upper part of the SimpleTabbedPanel component.

Returns:
the description of the upper part of the SimpleTabbedPanel component.

getBottom

protected StringBuffer getBottom()
Gets the description of the bottom part of the SimpleTabbedPanel component.

Returns:
the description of the bottom part of the SimpleTabbedPanel component.


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