|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WInteractWidget | |
|---|---|
| eu.webtoolkit.jwt | JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). |
| eu.webtoolkit.jwt.auth | JWt Auth package, this package contains all widgets and classes related to JWt's authentication module. |
| eu.webtoolkit.jwt.chart | JWt Chart package, this package contains all widgets and classes related to charts. |
| Uses of WInteractWidget in eu.webtoolkit.jwt |
|---|
| Subclasses of WInteractWidget 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 |
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 |
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 |
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 |
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 |
WTemplateFormView
A template-based View class form form models. |
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. |
| Methods in eu.webtoolkit.jwt that return WInteractWidget | |
|---|---|
WInteractWidget |
WMediaPlayer.getButton(WMediaPlayer.ButtonControlId id)
Returns a control button. |
WInteractWidget |
WDatePicker.getDisplayWidget()
The display widget. |
| Methods in eu.webtoolkit.jwt with parameters of type WInteractWidget | |
|---|---|
void |
WMediaPlayer.setButton(WMediaPlayer.ButtonControlId id,
WInteractWidget w)
Binds a control button. |
| Constructors in eu.webtoolkit.jwt with parameters of type WInteractWidget | |
|---|---|
WDatePicker(WInteractWidget displayWidget,
WLineEdit forEdit)
Create a new date picker for existing line edit and with custom display widget. |
|
WDatePicker(WInteractWidget displayWidget,
WLineEdit forEdit,
WContainerWidget parent)
Create a new date picker for existing line edit and with custom display widget. |
|
| Uses of WInteractWidget in eu.webtoolkit.jwt.auth |
|---|
| Subclasses of WInteractWidget in eu.webtoolkit.jwt.auth | |
|---|---|
class |
AuthWidget
An authentication widget. |
class |
LostPasswordWidget
A widget which initiates a lost-password email. |
class |
RegistrationWidget
A registration widget. |
class |
UpdatePasswordWidget
A widget which allows a user to choose a new password. |
| Methods in eu.webtoolkit.jwt.auth with parameters of type WInteractWidget | |
|---|---|
void |
AuthModel.configureThrottling(WInteractWidget button)
Initializes client-side login throttling. |
void |
AuthModel.updateThrottling(WInteractWidget button)
Updates client-side login throttling. |
| Uses of WInteractWidget in eu.webtoolkit.jwt.chart |
|---|
| Subclasses of WInteractWidget in eu.webtoolkit.jwt.chart | |
|---|---|
class |
WAbstractChart
Abstract base class for MVC-based charts. |
class |
WCartesianChart
A cartesian chart. |
class |
WPieChart
A pie chart. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||