com.pow2.webgui.tabbedselector
Class AmazonTabbedDrawer
java.lang.Object
com.pow2.webgui.WidgetStrategy
com.pow2.webgui.WidgetDrawer
com.pow2.webgui.tabbedselector.AmazonTabbedDrawer
public class AmazonTabbedDrawer
- extends WidgetDrawer
SimpleTabbedPanelDrawer class.
- Author:
- Luca Fossato
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AmazonTabbedDrawer
public AmazonTabbedDrawer(Widget widget)
- Constructor.
- Parameters:
widget
- the widget to draw
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.