|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pow2.webgui.WidgetStrategy
com.pow2.webgui.WidgetDrawer
com.pow2.webgui.tabbedselector.TabbedDrawer
public abstract class TabbedDrawer
Abstract TabbedPanelDrawer class.
Subclasses should override the following methods:
getUpper<\li>
getUpperRight<\li>
getBorder<\li>
getBottom<\li>
| Field Summary |
|---|
| Fields inherited from class com.pow2.webgui.WidgetStrategy |
|---|
widget |
| Constructor Summary | |
|---|---|
TabbedDrawer(Widget widget)
Constructor. |
|
| Method Summary | |
|---|---|
StringBuffer |
draw()
Gets the string representation of this widget. |
protected abstract StringBuffer |
getBorder(boolean isLeft)
Gets the description of the borders of the tabbedPanel. |
protected abstract StringBuffer |
getBottom()
Gets the description of the bottom part of the TabbedPanel component. |
protected abstract StringBuffer |
getUpper()
Gets the description of the upper part of the TabbedPanel component. |
protected abstract StringBuffer |
getUpperRight()
Gets the description of the tabbedPanel upper-right part. |
| 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 |
|---|
public TabbedDrawer(Widget widget)
widget - the widget to draw| Method Detail |
|---|
public StringBuffer draw()
throws Exception
getUpper<\li>
getUpperRight<\li>
getBorder<\li>
getBottom<\li>
draw in class WidgetDrawerException - if any error occursprotected abstract StringBuffer getUpper()
protected abstract StringBuffer getUpperRight()
protected abstract StringBuffer getBorder(boolean isLeft)
isLeft - true for the left border description; false for the right border one.
protected abstract StringBuffer getBottom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||