Uses of Class
eu.webtoolkit.jwt.WWebWidget

Packages that use WWebWidget
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart widgets). 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WWebWidget in eu.webtoolkit.jwt
 

Subclasses of WWebWidget in eu.webtoolkit.jwt
 class WAbstractMedia
          Abstract baseclass for native media elements.
 class WAbstractSpinBox
          An abstract spin box.
 class WAbstractToggleButton
          An abstract base class for radio buttons and check boxes.
 class WAnchor
          A widget that represents an HTML anchor (to link to other documents).
 class WAudio
          A widget that plays audio.
 class WBreak
          A widget that provides a line break between inline widgets.
 class WCheckBox
          A user control that represents a check box.
 class WComboBox
          A widget that provides a drop-down combo-box control.
 class WContainerWidget
          A widget that holds and manages child widgets.
 class WDefaultLoadingIndicator
          A default loading indicator.
 class WDoubleSpinBox
          An input control for fixed point numbers.
 class WFileUpload
          A widget that allows a file to be uploaded.
 class WFlashObject
          A widget that renders a Flash object (also known as Flash movie).
 class WFormWidget
          An abstract widget that corresponds to an HTML form element.
 class WGroupBox
          A widget which group widgets into a frame with a title.
 class WImage
          A widget that displays an image.
 class WInteractWidget
          An abstract widget that can receive user-interface interaction.
 class WLabel
          A label for a form field.
 class WLineEdit
          A widget that provides a single line edit.
 class WOverlayLoadingIndicator
          A more obvious loading indicator that grays the window.
 class WPaintedWidget
          A widget that is painted using vector graphics.
 class WProgressBar
          A progress bar.
 class WPushButton
          A widget that represents a push button.
 class WRadioButton
          A user control that represents a radio button.
 class WScrollArea
          A widget that adds scrolling capabilities to its content.
 class WSelectionBox
          A selection box allows selection from a list of options.
 class WSlider
          A horizontal or vertical slider control.
 class WSpinBox
          An input control for integer numbers.
 class WStackedWidget
          A container widget that stacks its widgets on top of each other.
 class WTable
          A container widget which provides layout of children in a table grid.
 class WTableCell
          A container widget that represents a cell in a table.
 class WTemplate
          A widget that renders an XHTML template.
 class WText
          A widget that renders (XHTML) text.
 class WTextArea
          A widget that provides a multi-line edit.
 class WTextEdit
          A rich-text XHTML editor.
 class WVideo
          A video-playing widget.
 class WViewWidget
          An abstract base class for an MVC view that is rendered using a widget.
 

Uses of WWebWidget in eu.webtoolkit.jwt.chart
 

Subclasses of WWebWidget in eu.webtoolkit.jwt.chart
 class WAbstractChart
          Abstract base class for MVC-based charts.
 class WCartesianChart
          A cartesian chart.
 class WPieChart
          A pie chart.