public interface Widget
Modifier and Type | Method and Description |
---|---|
Widget |
clone()
Creates and returns a clone of the widget
|
void |
create(BBjChildWindow p_widgetControlWindow!)
Called to create the widget
|
void |
destroy()
Destroys the widget
|
void |
display(BBjNumber p_display)
Called to display or hide the widget
|
BBjNumber |
isDestroyed()
Called to determine if the widget is destroyed
|
BBjString |
name()
Returns the unique name of the widget
|
BBjImage |
previewImage()
Returns the preview image of the widget
|
BBjString |
previewText()
Returns the preview text of the widget
|
void |
resize(BBjNumber p_width,
BBjNumber p_height)
Resizes the widget using the provided with and height
|
BBjString |
title()
Returns the title of the widget
|
BBjString name()
BBjString title()
void create(BBjChildWindow p_widgetControlWindow!)
p_widgetControlWindow!
- BBjChildWindow that will house the widgetBBjString previewText()
BBjImage previewImage()
void display(BBjNumber p_display)
p_display
- Indicates if the widget should be displayed. 0 = Not Displayed, 1 = Displayvoid resize(BBjNumber p_width, BBjNumber p_height)
p_width
- Width of the widgetp_height
- Height of the widgetWidget clone()
void destroy()
BBjNumber isDestroyed()