|
WUI : API |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Widget | |
org.westofj.wui | |
org.westofj.wui.table |
Uses of Widget in org.westofj.wui |
Subclasses of Widget in org.westofj.wui | |
class |
WAbstractButton
Implements base functionality for button like objects including buttons, links and menu items. |
class |
WAbstractContainer
|
class |
WAnchor
Renders an HTML link. |
class |
WButton
Represents a button with a label. |
class |
WCheckBox
Implements a graphical check box. |
class |
WCheckList
Presents a list of options for selection as multiple check boxes. |
class |
WCheckMenuItem
A menu item that behaves as a check box. |
class |
WContainer
A collection of widgets. |
class |
WEmpty
Renders an empty space to the display. |
class |
WExternalLink
Presents a link that forwards the user to the specified URL. |
class |
WGrabBox
Presents a list of selectable options as side by side not selected and selected lists. |
class |
WImage
Renders a graphical image to the display. |
class |
WImageButton
An image that behaves as a button. |
class |
WInclude
Includes a resource external to the wui. |
class |
WInlineHtml
Renders the specified HTML to the display. |
class |
WLabel
Renders text to the display. |
class |
WLabelWidget
Implements base functionality for labels. |
class |
WLink
A button represented as a hyperlink. |
class |
WList
Implements base functionality for user selection of a single value from a list of values. |
class |
WMapContainer
|
class |
WMenu
A menu groups menu elements into a hierarchical tree. |
class |
WMenuBar
Renders a menu as a horizontal bar. |
class |
WMenuElement
An element of a menu. |
class |
WMenuItem
A selectable item within a WMenu . |
class |
WMenuTree
Displays a menu as a static tree. |
class |
WMultiList
Implements base functionality for user selection of multiple values from a list of values. |
class |
WMultiSelectList
Presents a list of selectable options as a scrollable list. |
class |
WPasswordField
A widget that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters. |
class |
WRadioList
Presents the user a selection of values as a set of radio buttons. |
class |
WRadioMenuItem
A menu item that behaves as a radio button. |
class |
WResetButton
Implements an HTML reset button. |
class |
WSelectList
Presents the user a selection of values as a select box. |
class |
WSeparator
A horizontal separator. |
class |
WSpacer
Adds space to the display. |
class |
WStringLabel
A string based label. |
class |
WTabbedPane
A widget that implements a tab control. |
class |
WTextArea
A multi-row text input widget. |
class |
WTextField
A text input widget. |
class |
WTextWidget
Implements base functionality of text input widgets. |
Methods in org.westofj.wui that return Widget | |
Widget |
WTabbedPane.getSelectedWidget()
Returns the widget associated with the currently selected tab. |
Widget |
WTabbedPane.getWidgetAt(int index)
Returns the widget associated with the tab at the specified index. |
Widget |
WPage.getWidget()
Returns the root widget of the widget hierarchy. |
Widget |
WMapContainer.get(String key)
|
Widget |
WMapContainer.put(String key,
Widget value)
|
Widget |
WMapContainer.remove(String key)
|
Widget |
WEvent.getSource()
Returns the source of the event. |
Widget |
WContainer.get(int index)
Returns the widget at the specified index within the container. |
Widget |
WContainer.get(String name)
|
Widget |
WContainer.set(int index,
Widget widget)
Sets the widget at the specified index. |
Widget |
WBorderLayout.getCenter(WMapContainer container)
Returns the center widget. |
Widget |
WBorderLayout.getEast(WMapContainer container)
Returns the east widget. |
Widget |
WBorderLayout.getNorth(WMapContainer container)
Returns the north widget. |
Widget |
WBorderLayout.getSouth(WMapContainer container)
Returns the south widget. |
Widget |
WBorderLayout.getWest(WMapContainer container)
Returns the west widget. |
Methods in org.westofj.wui with parameters of type Widget | |
void |
WTabbedPane.add(WDisplayable title,
Widget widget)
Adds a widget and an associated title to the tab pane. |
String |
WRunner.registerWidget(Widget widget)
|
String |
WRunner.findId(Widget widget)
Returns the registered identifier for the specified widget. |
void |
WPage.setWidget(Widget widget)
Sets the root widget of the widget hierarchy. |
boolean |
WMapContainer.containsWidget(Widget value)
|
Widget |
WMapContainer.put(String key,
Widget value)
|
void |
WContainer.add(Widget widget)
Add the specified widget to the container. |
void |
WContainer.remove(Widget widget)
Removes the specified widget from the container. |
void |
WContainer.replace(Widget current,
Widget next)
Replaces the first occurrance of one widget with another. |
Widget |
WContainer.set(int index,
Widget widget)
Sets the widget at the specified index. |
Constructors in org.westofj.wui with parameters of type Widget | |
WEvent(Widget source)
Constructs a change event. |
|
WChangeEvent(Widget source)
Constructs a change event. |
Uses of Widget in org.westofj.wui.table |
Subclasses of Widget in org.westofj.wui.table | |
class |
WTable
|
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |