Uses of Class
eu.webtoolkit.jwt.WInteractWidget
-
Packages that use WInteractWidget Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.auth eu.webtoolkit.jwt.auth.mfa eu.webtoolkit.jwt.chart -
-
Uses of WInteractWidget in eu.webtoolkit.jwt
Subclasses of WInteractWidget in eu.webtoolkit.jwt Modifier and Type Class Description classIndexAnchorclassIndexContainerWidgetclassIndexTextclassWAbstractMediaAbstract baseclass for native media elements.classWAbstractSpinBoxAn abstract spin box.classWAbstractToggleButtonAn abstract base class for radio buttons and check boxes.classWAnchorA widget that represents an HTML anchor (to link to other documents).classWAudioA widget that plays audio.classWCheckBoxA user control that represents a check box.classWColorPickerA widget that provides a browser-native color picker.classWComboBoxA widget that provides a drop-down combo-box control.classWContainerWidgetA widget that holds and manages child widgets.classWDateEditA date edit.classWDeferred<T extends WWidget>classWDoubleSpinBoxAn input control for fixed point numbers.classWEmailEditA widget for inputting email addresses.classWFileDropWidgetA widget that allows dropping files and directories for upload.classWFormWidgetAn abstract widget that corresponds to an HTML form element.classWGLWidgetGL support class.classWGroupBoxA widget which group widgets into a frame with a title.classWIconA widget that represents a Font-Aweswome icon.classWImageA widget that displays an image.classWLabelA label for a form field.classWLineEditA widget that provides a single line edit.classWMenuItemA single item in a menu.classWNavigationBarA navigation bar.classWPaintedWidgetA widget that is painted using vector graphics.classWPasswordEditA password edit.classWProgressBarA progress bar.classWPushButtonA widget that represents a push button.classWQrCodeA widget representing a QR code.classWRadioButtonA user control that represents a radio button.classWSelectionBoxA selection box allows selection from a list of options.classWSliderA horizontal or vertical slider control.classWSpinBoxAn input control for integer numbers.classWStackedWidgetA container widget that stacks its widgets on top of each other.classWTableA container widget which provides layout of children in a table grid.classWTableCellA container widget that represents a cell in a table.classWTemplateA widget that renders an XHTML template.classWTemplateFormViewA template-based View class for form models.classWTextA widget that renders (XHTML) text.classWTextAreaA widget that provides a multi-line edit.classWTextEditA rich-text XHTML editor.classWTimeEditA Time field editor.classWVideoA video-playing widget.Methods in eu.webtoolkit.jwt that return WInteractWidget Modifier and Type Method Description WInteractWidgetWMediaPlayer. getButton(MediaPlayerButtonId id)Returns a control button.protected WInteractWidgetWNavigationBar. getCreateCollapseButton()protected WInteractWidgetWNavigationBar. getCreateExpandButton()protected WInteractWidgetWSlider. getCreateHandle()Creates the handle (for a non-native widget)WInteractWidgetWDatePicker. getDisplayWidget()Deprecated.The display widget.Methods in eu.webtoolkit.jwt with parameters of type WInteractWidget Modifier and Type Method Description voidWMediaPlayer. setButton(MediaPlayerButtonId id, WInteractWidget w)Binds a control button.voidWPopupMenu. setButton(WInteractWidget button)voidWFileUpload. setDisplayWidget(WInteractWidget widget)Use the click signal of another widget to open the file picker.Constructors in eu.webtoolkit.jwt with parameters of type WInteractWidget Constructor Description WDatePicker(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.auth Modifier and Type Class Description classAuthWidgetAn authentication widget.classLostPasswordWidgetA widget which initiates a lost-password email.classRegistrationWidgetA registration widget.classResendEmailVerificationWidgetA widget to resend the email verification email.classUpdatePasswordWidgetA widget which allows a user to choose a new password.Methods in eu.webtoolkit.jwt.auth with parameters of type WInteractWidget Modifier and Type Method Description voidAuthModel. configureThrottling(WInteractWidget button)Initializes client-side login throttling.voidAuthThrottle. initializeThrottlingMessage(WInteractWidget button)Prepare a widget for showing client-side updated throttling message.voidAuthModel. updateThrottling(WInteractWidget button)Updates client-side login throttling.voidAuthThrottle. 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.mfa Modifier and Type Class Description classTotpQrCodeA QR code generator for TOTP secret keys.Methods in eu.webtoolkit.jwt.auth.mfa with parameters of type WInteractWidget Modifier and Type Method Description protected voidAbstractMfaProcess. configureThrottling(WInteractWidget button)Configures client-side throttling on the process.protected voidAbstractMfaProcess. 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.chart Modifier and Type Class Description classWAbstractChartAbstract base class for MVC-based charts.classWAxisSliderWidgetA widget for selecting an X axis range to display on an associatedWCartesianChart.classWCartesian3DChartA 3D Cartesian chart.classWCartesianChartA cartesian chart.classWPieChartA pie chart.
-