Uses of Class
eu.webtoolkit.jwt.WInteractWidget
Packages that use WInteractWidget
Package
Description
-
Uses of WInteractWidget in eu.webtoolkit.jwt
Subclasses of WInteractWidget in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
class
class
class
Abstract baseclass for native media elements.class
An abstract spin box.class
An abstract base class for radio buttons and check boxes.class
A widget that represents an HTML anchor (to link to other documents).class
A widget that plays audio.class
A user control that represents a check box.class
A widget that provides a browser-native color picker.class
A widget that provides a drop-down combo-box control.class
A widget that holds and manages child widgets.class
A date edit.class
class
An input control for fixed point numbers.class
A widget for inputting email addresses.class
A widget that allows dropping files and directories for upload.class
An abstract widget that corresponds to an HTML form element.class
GL support class.class
A widget which group widgets into a frame with a title.class
A widget that displays an image.class
A label for a form field.class
A widget that provides a single line edit.class
A single item in a menu.class
A navigation bar.class
A widget that is painted using vector graphics.class
A progress bar.class
A widget that represents a push button.class
A user control that represents a radio button.class
A selection box allows selection from a list of options.class
A horizontal or vertical slider control.class
An input control for integer numbers.class
A container widget that stacks its widgets on top of each other.class
A container widget which provides layout of children in a table grid.class
A container widget that represents a cell in a table.class
A widget that renders an XHTML template.class
A template-based View class for form models.class
A widget that renders (XHTML) text.class
A widget that provides a multi-line edit.class
A rich-text XHTML editor.class
A Time field editor.class
A video-playing widget.Methods in eu.webtoolkit.jwt that return WInteractWidgetModifier and TypeMethodDescriptionWMediaPlayer.getButton
(MediaPlayerButtonId id) Returns a control button.protected WInteractWidget
WNavigationBar.getCreateCollapseButton()
protected WInteractWidget
WNavigationBar.getCreateExpandButton()
protected WInteractWidget
WSlider.getCreateHandle()
Creates the handle (for a non-native widget)WDatePicker.getDisplayWidget()
Deprecated.The display widget.Methods in eu.webtoolkit.jwt with parameters of type WInteractWidgetModifier and TypeMethodDescriptionvoid
WMediaPlayer.setButton
(MediaPlayerButtonId id, WInteractWidget w) Binds a control button.void
WPopupMenu.setButton
(WInteractWidget button) void
WFileUpload.setDisplayWidget
(WInteractWidget widget) Use the click signal of another widget to open the file picker.Constructors in eu.webtoolkit.jwt with parameters of type WInteractWidgetModifierConstructorDescriptionWDatePicker
(WInteractWidget displayWidget, WLineEdit forEdit) Deprecated.Create a new date picker for existing line edit and with custom display widget.WDatePicker
(WInteractWidget displayWidget, WLineEdit forEdit, WContainerWidget parentContainer) Deprecated.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.authModifier and TypeClassDescriptionclass
An authentication widget.class
A widget which initiates a lost-password email.class
A registration widget.class
A widget to resend the email verification email.class
A widget which allows a user to choose a new password.Methods in eu.webtoolkit.jwt.auth with parameters of type WInteractWidgetModifier and TypeMethodDescriptionvoid
AuthModel.configureThrottling
(WInteractWidget button) Initializes client-side login throttling.void
AuthThrottle.initializeThrottlingMessage
(WInteractWidget button) Prepare a widget for showing client-side updated throttling message.void
AuthModel.updateThrottling
(WInteractWidget button) Updates client-side login throttling.void
AuthThrottle.updateThrottlingMessage
(WInteractWidget button, int delay) Show the count-down message and disable the widget for the given delay. -
Uses of WInteractWidget in eu.webtoolkit.jwt.auth.mfa
Subclasses of WInteractWidget in eu.webtoolkit.jwt.auth.mfaMethods in eu.webtoolkit.jwt.auth.mfa with parameters of type WInteractWidgetModifier and TypeMethodDescriptionprotected void
AbstractMfaProcess.configureThrottling
(WInteractWidget button) Configures client-side throttling on the process.protected void
AbstractMfaProcess.updateThrottling
(WInteractWidget button) Updates client-side login throttling on the process. -
Uses of WInteractWidget in eu.webtoolkit.jwt.chart
Subclasses of WInteractWidget in eu.webtoolkit.jwt.chartModifier and TypeClassDescriptionclass
Abstract base class for MVC-based charts.class
A widget for selecting an X axis range to display on an associatedWCartesianChart
.class
A 3D Cartesian chart.class
A cartesian chart.class
A pie chart.