com.pow2.webgui.tabbedselector
Class BOTabbedDrawer

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

public class BOTabbedDrawer
extends TabbedDrawer

BOTabbedPanel class.

Author:
Luca Fossato

Field Summary
 
Fields inherited from class com.pow2.webgui.WidgetStrategy
widget
 
Constructor Summary
BOTabbedDrawer(Widget widget)
          Constructor.
 
Method Summary
protected  StringBuffer getBorder(boolean isLeft)
          Gets the description of the left or right border of the tabbedPanel.
protected  StringBuffer getBottom()
          Gets the description of the bottom part of the TabbedPanel component.
protected  StringBuffer getUpper()
          Gets the description of the upper part of the TabbedPanel component.
protected  StringBuffer getUpperRight()
          Gets the description of the upper-right component of the tabbedPanel.
 
Methods inherited from class com.pow2.webgui.tabbedselector.TabbedDrawer
draw
 
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

BOTabbedDrawer

public BOTabbedDrawer(Widget widget)
Constructor.

Parameters:
widget - the widget to draw
Method Detail

getUpper

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

Specified by:
getUpper in class TabbedDrawer
Returns:
the description of the upper part of the TabbedPanel component.

getUpperRight

protected StringBuffer getUpperRight()
Gets the description of the upper-right component of the tabbedPanel.

Specified by:
getUpperRight in class TabbedDrawer
Returns:
the description of the upper-right component of the tabbedPanel.

getBorder

protected StringBuffer getBorder(boolean isLeft)
Gets the description of the left or right border of the tabbedPanel.

Specified by:
getBorder in class TabbedDrawer
Parameters:
isLeft - true for the left border; false for the right border.
Returns:
the description of the left or right border of the tabbedPanel.

getBottom

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

Specified by:
getBottom in class TabbedDrawer
Returns:
the description of the bottom part of the TabbedPanel component.


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