Uses of Class
eu.webtoolkit.jwt.WWidget
-
Packages that use WWidget Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.auth eu.webtoolkit.jwt.auth.mfa eu.webtoolkit.jwt.chart -
-
Uses of WWidget in eu.webtoolkit.jwt
Classes in eu.webtoolkit.jwt with type parameters of type WWidget Modifier and Type Class Description classWDeferred<T extends WWidget>Subclasses of WWidget in eu.webtoolkit.jwt Modifier and Type Class Description classIndexAnchorclassIndexContainerWidgetclassIndexTextclassWAbstractItemViewAn abstract base class for item Views.classWAbstractMediaAbstract 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.classWBreakA widget that provides a line break between inline widgets.classWCalendarA calendar.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.classWCompositeWidgetA widget that hides the implementation of composite widgets.classWContainerWidgetA widget that holds and manages child widgets.classWDateEditA date edit.classWDatePickerDeprecated.The date picker is deprecated in favor ofWDateEditclassWDefaultLoadingIndicatorA default loading indicator.classWDeferred<T extends WWidget>classWDialogA WDialog shows a dialog.classWDoubleSpinBoxAn input control for fixed point numbers.classWEmailEditA widget for inputting email addresses.classWFileDropWidgetA widget that allows dropping files and directories for upload.classWFileUploadA widget that allows a file to be uploaded.classWFlashObjectA widget that renders a Flash object (also known as Flash movie).classWFormWidgetAn abstract widget that corresponds to an HTML form element.classWGLWidgetGL support class.classWGoogleMapA widget that displays a google map.classWGroupBoxA widget which group widgets into a frame with a title.classWIconA widget that represents a Font-Aweswome icon.classWIconPairA widget that shows one of two icons depending on its state.classWImageA widget that displays an image.classWInPlaceEditA widget that provides in-place-editable text.classWInteractWidgetAn abstract widget that can receive user-interface interaction.classWLabelA label for a form field.classWLeafletMapA widget that displays a leaflet map.classWLineEditA widget that provides a single line edit.classWLoadingIndicatorAn abstract interface for a loading indicator.classWMediaPlayerA media player.classWMenuA widget that shows a menu of options.classWMenuItemA single item in a menu.classWMessageBoxA standard dialog for confirmation or to get simple user input.classWNavigationBarA navigation bar.classWOverlayLoadingIndicatorA more obvious loading indicator that grays the window.classWPaintedWidgetA widget that is painted using vector graphics.classWPanelA WPanel provides a container with a title bar.classWPasswordEditA password edit.classWPopupMenuA menu presented in a popup window.classWPopupWidgetBase class for popup widgets.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.classWSplitButtonA split button.classWStackedWidgetA container widget that stacks its widgets on top of each other.classWSuggestionPopupA widget which popups to assist in editing a textarea or lineedit.classWTableA container widget which provides layout of children in a table grid.classWTableCellA container widget that represents a cell in a table.classWTableViewAn MVC View widget for tabular data.classWTabWidgetA widget that organizes contents in tab panes.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.classWToolBarA toolbar.classWTreeA widget that represents a navigatable tree.classWTreeNodeA single node in a tree.classWTreeTableA table with a navigatable tree in the first column.classWTreeTableNodeA specialized tree node which allows additional data to be associated with each node.classWTreeViewA view class that displays a model as a tree or tree table.classWVideoA video-playing widget.classWViewWidgetAn abstract base class for an MVC view that is rendered using a widget.classWVirtualImageAn abstract widget that shows a viewport to a virtually large image.classWWebWidgetA base class for widgets with an HTML counterpart.Fields in eu.webtoolkit.jwt declared as WWidget Modifier and Type Field Description protected WWidgetWAbstractItemView. uDragWidget_Methods in eu.webtoolkit.jwt that return WWidget Modifier and Type Method Description WWidgetWTemplate. bindWidget(java.lang.String varName, WWidget widget)Binds a widget to a variable.protected WWidgetWItemDelegate. createEditor(WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags)Creates an editor for a data item.protected WWidgetWItemDelegate. createEditor(WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)Creates an editor for a data item.protected WWidgetWAbstractItemView. createExtraHeaderWidget(int column)Create an extra widget in the header.protected WWidgetWTemplateFormView. createFormWidget(java.lang.String field)Creates a form widget.protected WWidgetWAbstractItemView. createHeaderWidget(int column)protected WWidgetWAbstractItemView. extraHeaderWidget(int column)Returns the extra header widget.WWidgetWCompositeWidget. find(java.lang.String name)WWidgetWWebWidget. find(java.lang.String name)abstract WWidgetWWidget. find(java.lang.String name)Finds a descendent widget by name.WWidgetWCompositeWidget. findById(java.lang.String id)WWidgetWWebWidget. findById(java.lang.String id)abstract WWidgetWWidget. findById(java.lang.String id)Finds a descendent widget by id.WWidgetWApplication. findWidget(java.lang.String name)Finds a widget by name.WWidgetWPopupWidget. getAnchorWidget()WWidgetWPanel. getCentralWidget()Returns the central widget.WWidgetWTreeTableNode. getColumnWidget(int column)Returns the widget set for a column.WWidgetWLeafletMap.AbstractOverlayItem. getContent()Get the content.WWidgetWMenuItem. getContents()Returns the contents widget for this item.WWidgetWMediaPlayer. getControlsWidget()Returns the user-interface controls widget.protected WWidgetWAbstractItemView. getCreatePageNavigationBar()Returns a page navigation widget.WWidgetWStackedWidget. getCurrentWidget()Returns the widget that is currently shown.WWidgetWTabWidget. getCurrentWidget()Returns the widget of the activated tab.WWidgetWTreeTable. getHeaderWidget()Returns the header widget.protected WWidgetWCompositeWidget. getImplementation()Get the implementation widget.WWidgetWWidget. getParent()Returns the parent widget.WWidgetWLayout. getParentWidget()WWidgetWLayoutItem. getParentWidget()WWidgetWWidgetItem. getParentWidget()WWidgetWMenuItem. getRemoveContents()Removes the contents widget from this item.protected abstract WWidgetWViewWidget. getRenderView()Creates a widget that renders the View.protected WWidgetWCompositeWidget. getTakeImplementation()WWidgetWWidgetItem. getTakeWidget()WWidgetWCssTemplateRule. getTemplateWidget()Returns the widget that is used as a template.WWidgetWContainerWidget. getWidget(int index)Returns the widget at indexWWidgetWDefaultLoadingIndicator. getWidget()WWidgetWLayout. getWidget()WWidgetWLayoutItem. getWidget()Returns the widget that is held by thisWLayoutItem.WWidgetWLeafletMap.WidgetMarker. getWidget()Get the widget.WWidgetWTabWidget. getWidget(int index)Returns the content widget at the given tab index.WWidgetWWidgetItem. getWidget()abstract WWidgetWAbstractItemView. itemWidget(WModelIndex index)Returns the widget that renders an item.WWidgetWTableView. itemWidget(WModelIndex index)WWidgetWTreeView. itemWidget(WModelIndex index)protected WWidgetWWebWidget. manageWidget(WWidget managed, WWidget w)WWidgetWWidget. removeFromParent()Removes the widget from its parent.WWidgetWTabWidget. removeTab(WWidget child)Removes a tab item.WWidgetWCompositeWidget. removeWidget(WWidget child)WWidgetWContainerWidget. removeWidget(WWidget widget)Removes a child widget from this container.WWidgetWLayout. removeWidget(WWidget w)Removes the given widget from the layout.WWidgetWStackedWidget. removeWidget(WWidget widget)WWidgetWTemplate. removeWidget(WWidget widget)Unbinds a widget by widget pointer.WWidgetWTemplate. removeWidget(java.lang.String varName)Unbinds a widget by variable name.WWidgetWToolBar. removeWidget(WWidget widget)WWidgetWWidget. removeWidget(WWidget widget)Removes a child widget.protected WWidgetWCalendar. renderCell(WWidget widget, WDate date)Creates or updates a widget that renders a cell.WWidgetWTemplate. resolveWidget(java.lang.String varName)Resolves a widget for a variable name.WWidgetWAbstractItemDelegate. update(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags)Creates or updates a widget that renders an item.abstract WWidgetWAbstractItemDelegate. update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)Creates or updates a widget that renders an item.WWidgetWItemDelegate. update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)Creates or updates a widget that renders an item.WWidgetWToolBar. widget(int index)Returns a button.WWidgetWBorderLayout. widgetAt(LayoutPosition position)Returns the widget at a position.Methods in eu.webtoolkit.jwt that return types with arguments of type WWidget Modifier and Type Method Description Signal2<WWidget,java.lang.Boolean>WAbstractItemDelegate. closeEditor()Signal which indicates that an editor needs to be closed.Signal1<WWidget>WStackedWidget. currentWidgetChanged()Signal which indicates that the current widget was changed.java.util.List<WWidget>WCompositeWidget. getChildren()java.util.List<WWidget>WWebWidget. getChildren()abstract java.util.List<WWidget>WWidget. getChildren()Returns child widgets.java.util.List<WWidget>WTemplate. getWidgets()Methods in eu.webtoolkit.jwt with parameters of type WWidget Modifier and Type Method Description voidWNavigationBar. addFormField(WWidget widget)Adds a form field to the navigation bar.voidWNavigationBar. addFormField(WWidget widget, AlignmentFlag alignment)Adds a form field to the navigation bar.voidWApplication. addGlobalWidget(WWidget w)WMenuItemWMenu. addItem(java.lang.CharSequence name, WWidget contents)Adds an item.WMenuItemWMenu. addItem(java.lang.CharSequence name, WWidget contents, ContentLoading policy)Adds an item.WMenuItemWMenu. addItem(java.lang.String iconPath, java.lang.CharSequence name, WWidget contents)Adds an item.WMenuItemWMenu. addItem(java.lang.String iconPath, java.lang.CharSequence name, WWidget contents, ContentLoading policy)Adds an item.WMenuItemWTabWidget. addTab(WWidget child, java.lang.CharSequence label)Adds a new tab, with child as content, and the given label.WMenuItemWTabWidget. addTab(WWidget child, java.lang.CharSequence label, ContentLoading loadPolicy)Adds a new tab, with child as content, and the given label.voidWBorderLayout. addWidget(WWidget w, LayoutPosition position)Adds a widget to the given position.voidWBoxLayout. addWidget(WWidget widget)Adds a widget to the layout.voidWBoxLayout. addWidget(WWidget widget, int stretch)Adds a widget to the layout.voidWBoxLayout. addWidget(WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)Adds a widget to the layout.voidWBoxLayout. addWidget(WWidget widget, int stretch, java.util.EnumSet<AlignmentFlag> alignment)Adds a widget to the layout.voidWContainerWidget. addWidget(WWidget widget)Adds a child widget to this container.voidWGridLayout. addWidget(WWidget widget, int row, int column)Adds a widget to the grid.voidWGridLayout. addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan)Adds a widget to the grid.voidWGridLayout. addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)Adds a widget to the grid.voidWGridLayout. addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan, java.util.EnumSet<AlignmentFlag> alignment)Adds a widget to the grid.voidWGridLayout. addWidget(WWidget widget, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment)Adds a widget to the grid.voidWGridLayout. addWidget(WWidget widget, int row, int column, java.util.EnumSet<AlignmentFlag> alignment)Adds a widget to the grid.voidWLayout. addWidget(WWidget w)Adds the given widget to the layout.voidWNavigationBar. addWidget(WWidget widget)Adds a widget to the navigation bar.voidWNavigationBar. addWidget(WWidget widget, AlignmentFlag alignment)Adds a widget to the navigation bar.voidWStackedWidget. addWidget(WWidget widget)voidWToolBar. addWidget(WWidget widget)Adds a widget.voidWToolBar. addWidget(WWidget widget, AlignmentFlag alignmentFlag)Adds a widget.voidWBootstrap2Theme. apply(WWidget widget, DomElement element, int elementRole)voidWBootstrap3Theme. apply(WWidget widget, DomElement element, int elementRole)voidWBootstrap5Theme. apply(WWidget widget, DomElement element, int elementRole)voidWBootstrapTheme. apply(WWidget widget, DomElement element, int elementRole)Deprecated.voidWBootstrapTheme. apply(WWidget widget, WWidget child, int widgetRole)Deprecated.voidWCssTheme. apply(WWidget widget, DomElement element, int elementRole)abstract voidWTheme. apply(WWidget widget, DomElement element, int elementRole)Applies the theme to a DOM element that renders a widget.voidWTheme. apply(WWidget widget, WWidget child, int widgetRole)Applies the theme to a child of a composite widget.protected voidWTemplate. applyArguments(WWidget w, java.util.List<WString> args)Applies arguments to a resolved widget.protected voidWBootstrap2Theme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrap3Theme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrap5Theme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrapTheme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)Deprecated.protected voidWCssTheme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)protected abstract voidWTheme. applyFunctionalStyling(WWidget widget, WWidget child, int widgetRole)Applies the functional part of the theme to a widget's child.protected voidWBootstrap2Theme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrap3Theme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrap5Theme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)protected voidWBootstrapTheme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)Deprecated.protected voidWCssTheme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)protected abstract voidWTheme. applyOptionalStyling(WWidget widget, WWidget child, int widgetRole)Applies the optional part of the theme to a widget's child.voidWBootstrap2Theme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> styles)voidWBootstrap3Theme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> styles)voidWBootstrap5Theme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> styles)voidWBootstrapTheme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> styles)Deprecated.voidWCssTheme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> styles)voidWTheme. applyValidationStyle(WWidget widget, WValidator.Result validation, ValidationStyleFlag flag, ValidationStyleFlag... flags)Applies a style that indicates the result of validation.abstract voidWTheme. applyValidationStyle(WWidget widget, WValidator.Result validation, java.util.EnumSet<ValidationStyleFlag> flags)Applies a style that indicates the result of validation.voidWApplication. bindWidget(WWidget widget, java.lang.String domId)Binds a top-level widget for aEntryPointType.WidgetSetdeployment.WWidgetWTemplate. bindWidget(java.lang.String varName, WWidget widget)Binds a widget to a variable.WMenuItemWPopupMenu. exec(WWidget location)Executes the popup besides a widget.WMenuItemWPopupMenu. exec(WWidget location, Orientation orientation)Executes the popup besides a widget.WWidgetItemWLayout. findWidgetItem(WWidget widget)Finds the widget item associated with the given widget.WWidgetItemWLayoutItem. findWidgetItem(WWidget widget)Finds the widget item corresponding to the given widgetWWidgetItemWWidgetItem. findWidgetItem(WWidget widget)static voidWFitLayout. fitWidget(WContainerWidget container, WWidget widget)java.lang.ObjectWAbstractItemDelegate. getEditState(WWidget widget, WModelIndex anon2)Returns the current edit state.java.lang.ObjectWItemDelegate. getEditState(WWidget editor, WModelIndex index)Returns the current edit state.intWContainerWidget. getIndexOf(WWidget widget)Returns the index of a widget.intWTabWidget. getIndexOf(WWidget widget)Returns the index of the tab of the given content widget.WModelIndexWTableView. getModelIndexAt(WWidget widget)Returns the model index corresponding to a widget.static java.util.List<java.lang.String>Utils. getWidgetStyleClasses(WWidget widget)voidHandleWidgetMethod. handle(WWidget widget)protected voidWTemplateFormView. indicateValidation(java.lang.String field, boolean validated, WText info, WWidget edit, WValidator.Result validation)Indicates the validation result.voidWContainerWidget. insertBefore(WWidget widget, WWidget before)Inserts a child widget in this container, before another widget.WMenuItemWMenu. insertItem(int index, java.lang.CharSequence name, WWidget contents)inserts an item.WMenuItemWMenu. insertItem(int index, java.lang.CharSequence name, WWidget contents, ContentLoading policy)inserts an item.WMenuItemWMenu. insertItem(int index, java.lang.String iconPath, java.lang.CharSequence name, WWidget contents)inserts an item.WMenuItemWMenu. insertItem(int index, java.lang.String iconPath, java.lang.CharSequence name, WWidget contents, ContentLoading policy)inserts an item.WMenuItemWTabWidget. insertTab(int index, WWidget child, java.lang.CharSequence label)Inserts a new tab, with child as content, and the given label.WMenuItemWTabWidget. insertTab(int index, WWidget child, java.lang.CharSequence label, ContentLoading loadPolicy)Inserts a new tab, with child as content, and the given label.voidWBoxLayout. insertWidget(int index, WWidget widget)Inserts a widget in the layout.voidWBoxLayout. insertWidget(int index, WWidget widget, int stretch)Inserts a widget in the layout.voidWBoxLayout. insertWidget(int index, WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)Inserts a widget in the layout.voidWBoxLayout. insertWidget(int index, WWidget widget, int stretch, java.util.EnumSet<AlignmentFlag> alignment)Inserts a widget in the layout.voidWContainerWidget. insertWidget(int index, WWidget widget)Inserts a child widget in this container at given index.voidWStackedWidget. insertWidget(int index, WWidget widget)Insert a widget at a given index.protected booleanWApplication. isExposed(WWidget w)Returns whether a widget is exposed in the interface.booleanWWidget. isExposed(WWidget w)protected WWidgetWWebWidget. manageWidget(WWidget managed, WWidget w)protected voidWContainerWidget. parentResized(WWidget parent, java.util.EnumSet<Orientation> directions)protected voidWWebWidget. parentResized(WWidget parent, Orientation direction, Orientation... directions)protected voidWWebWidget. parentResized(WWidget parent, java.util.EnumSet<Orientation> directions)voidWPopupMenu. popup(WWidget location)Shows the popup besides a widget.voidWPopupMenu. popup(WWidget location, Orientation orientation)Shows the popup besides a widget.voidWDialog. positionAt(WWidget widget, Orientation orientation, java.util.EnumSet<Orientation> adjustOrientations)voidWWidget. positionAt(WWidget widget)Positions a widget next to another widget.voidWWidget. positionAt(WWidget widget, Orientation orientation)Positions a widget next to another widget.voidWWidget. positionAt(WWidget widget, Orientation orientation, Orientation adjustOrientation, Orientation... adjustOrientations)Positions a widget next to another widget.voidWWidget. positionAt(WWidget widget, Orientation orientation, java.util.EnumSet<Orientation> adjustOrientations)Positions a widget next to another widget.voidWApplication. removeGlobalWidget(WWidget w)WWidgetWTabWidget. removeTab(WWidget child)Removes a tab item.WWidgetWCompositeWidget. removeWidget(WWidget child)WWidgetWContainerWidget. removeWidget(WWidget widget)Removes a child widget from this container.WWidgetWLayout. removeWidget(WWidget w)Removes the given widget from the layout.WWidgetWStackedWidget. removeWidget(WWidget widget)WWidgetWTemplate. removeWidget(WWidget widget)Unbinds a widget by widget pointer.WWidgetWToolBar. removeWidget(WWidget widget)WWidgetWWidget. removeWidget(WWidget widget)Removes a child widget.protected WWidgetWCalendar. renderCell(WWidget widget, WDate date)Creates or updates a widget that renders a cell.voidWWidget. scheduleThemeStyleApply(WTheme theme, WWidget child, int role)Schedules a theme style to be applied at the next render.voidWAbstractMedia. setAlternativeContent(WWidget alternative)Content to be shown when media cannot be played.voidWFlashObject. setAlternativeContent(WWidget alternative)Sets content to be displayed if Flash is not available.voidWGLWidget. setAlternativeContent(WWidget alternative)Sets the content to be displayed when WebGL is not available.voidWPopupWidget. setAnchorWidget(WWidget anchorWidget)Sets an anchor widget.voidWPopupWidget. setAnchorWidget(WWidget anchorWidget, Orientation orientation)Sets an anchor widget.voidWPanel. setCentralWidget(WWidget w)Sets the central widget.voidWTreeTableNode. setColumnWidget(int column, WWidget widget)Sets a widget to be displayed in the given column for this node.voidWLeafletMap.AbstractOverlayItem. setContent(WWidget content)Set the content.voidWMenuItem. setContents(WWidget contents)Sets the contents widget for this item.voidWMenuItem. setContents(WWidget contents, ContentLoading policy)Sets the contents widget for this item.voidWMediaPlayer. setControlsWidget(WWidget controlsWidget)Sets the user-interface controls widget.voidWStackedWidget. setCurrentWidget(WWidget widget)Changes the current widget.voidWTabWidget. setCurrentWidget(WWidget widget)Activates the tab showing the given widgetvoidWInteractWidget. setDraggable(java.lang.String mimeType, WWidget dragWidget)Configure dragging for drag and drop.voidWInteractWidget. setDraggable(java.lang.String mimeType, WWidget dragWidget, boolean isDragWidgetOnly)Configure dragging for drag and drop.voidWInteractWidget. setDraggable(java.lang.String mimeType, WWidget dragWidget, boolean isDragWidgetOnly, WObject sourceObject)Configure dragging for drag and drop.voidWAbstractItemDelegate. setEditState(WWidget widget, WModelIndex anon2, java.lang.Object value)Sets the editor data from the editor state.voidWItemDelegate. setEditState(WWidget editor, WModelIndex index, java.lang.Object value)Sets the editor data from the editor state.voidWTemplateFormView. setFormWidget(java.lang.String field, WWidget formWidget)Sets the form widget for a given field.voidWTemplateFormView. setFormWidget(java.lang.String field, WWidget formWidget, java.lang.Runnable updateViewValue, java.lang.Runnable updateModelValue)Sets the form widget for a given field.protected voidWCompositeWidget. setImplementation(WWidget widget)Set the implementation widget.voidWBorderLayout. setParentWidget(WWidget parent)voidWBoxLayout. setParentWidget(WWidget parent)protected voidWCompositeWidget. setParentWidget(WWidget parent)voidWFitLayout. setParentWidget(WWidget parent)voidWGridLayout. setParentWidget(WWidget parent)voidWLayout. setParentWidget(WWidget parent)voidWLayoutItem. setParentWidget(WWidget parent)Internal method.protected voidWWebWidget. setParentWidget(WWidget parent)voidWWidgetItem. setParentWidget(WWidget parent)booleanWBoxLayout. setStretchFactor(WWidget widget, int stretch)Sets the stretch factor for a widget.WWidgetWAbstractItemDelegate. update(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags)Creates or updates a widget that renders an item.abstract WWidgetWAbstractItemDelegate. update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)Creates or updates a widget that renders an item.WWidgetWItemDelegate. update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)Creates or updates a widget that renders an item.voidWAbstractItemDelegate. updateModelIndex(WWidget widget, WModelIndex anon2)Updates the model index of a widget.voidWItemDelegate. updateModelIndex(WWidget widget, WModelIndex index)booleanWTemplateFormView. updateModelValue(WFormModel model, java.lang.String field, WWidget edit)Updates a value in the Model.booleanWTemplateFormView. updateViewValue(WFormModel model, java.lang.String field, WWidget edit)Updates the value in the View.java.lang.StringWTemplate. varName(WWidget w)protected voidWWebWidget. widgetAdded(WWidget child)protected voidWWebWidget. widgetRemoved(WWidget child, boolean renderRemove)Constructors in eu.webtoolkit.jwt with parameters of type WWidget Constructor Description AbstractOverlayItem(WLeafletMap.Coordinate pos, WWidget content)Constructor.JSlot(int nbArgs, WWidget parent)Constructs a JavaScript-only slot and set the number of arguments.JSlot(WWidget parent)Constructs a JavaScript-only slot within the parent scope.JSlot(java.lang.String javaScript, int nbArgs, WWidget parent)Constructs a JavaScript-only slot and sets the JavaScript code and a number of arguments.JSlot(java.lang.String javaScript, WWidget parent)Constructs a JavaScript-only slot and sets the JavaScript code.Popup(WLeafletMap.Coordinate pos, WWidget content)Create a popup with the given content and coordinates.Popup(WWidget content)Create a popup with the given content.Tooltip(WLeafletMap.Coordinate pos, WWidget content)Create a tooltip with the given content and coordinates.Tooltip(WWidget content)Create a tooltip with the given content.WCompositeWidget(WWidget implementation)Creates a WCompositeWidget with given implementation.WCompositeWidget(WWidget implementation, WContainerWidget parentContainer)Creates a WCompositeWidget with given implementation.WidgetMarker(WLeafletMap.Coordinate pos, WWidget widget)Create a newWLeafletMap.WidgetMarkerat the given position with the given widget.WMenuItem(java.lang.CharSequence text, WWidget contents)Creates a new item with given label.WMenuItem(java.lang.CharSequence text, WWidget contents, ContentLoading policy)Creates a new item with given label.WMenuItem(java.lang.String iconPath, java.lang.CharSequence text, WWidget contents)WMenuItem(java.lang.String iconPath, java.lang.CharSequence text, WWidget contents, ContentLoading policy)WPopupWidget(WWidget impl)Constructor.WWidgetItem(WWidget widget)Creates a new item for the given widget. -
Uses of WWidget in eu.webtoolkit.jwt.auth
Subclasses of WWidget in eu.webtoolkit.jwt.auth Modifier and Type Class Description classAuthWidgetAn authentication widget.classLostPasswordWidgetA widget which initiates a lost-password email.classPasswordPromptDialogA dialog that prompts for the user password.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 that return WWidget Modifier and Type Method Description protected WWidgetAuthWidget. createFormWidget(java.lang.String field)protected WWidgetRegistrationWidget. createFormWidget(java.lang.String field)protected WWidgetUpdatePasswordWidget. createFormWidget(java.lang.String field)WWidgetAuthWidget. createRegistrationView(Identity id)Creates a registration view.WWidgetAuthWidget. createUpdatePasswordView(User user, boolean promptPassword)Creates a view to update a user's password.WWidgetAuthWidget. getCreateLostPasswordView()Creates a lost password view.WWidgetAuthWidget. getCreateResendEmailVerificationView()Creates a view to resend the email verification email.Methods in eu.webtoolkit.jwt.auth with parameters of type WWidget Modifier and Type Method Description protected WDialogAuthWidget. showDialog(java.lang.CharSequence title, WWidget contents)Shows a dialog. -
Uses of WWidget in eu.webtoolkit.jwt.auth.mfa
Subclasses of WWidget 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 that return WWidget Modifier and Type Method Description abstract WWidgetAbstractMfaProcess. createInputView()Creates the view that displays the MFA input step.WWidgetTotpProcess. createInputView()Creates the view to input the TOTP code.abstract WWidgetAbstractMfaProcess. createSetupView()Creates the view that displays the MFA configuration step.WWidgetTotpProcess. createSetupView()Creates the view to manage the TOTP code. -
Uses of WWidget in eu.webtoolkit.jwt.chart
Subclasses of WWidget 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.Methods in eu.webtoolkit.jwt.chart that return WWidget Modifier and Type Method Description WWidgetWCartesianChart. createLegendItemWidget(int index)Creates a widget which renders the a legend item.WWidgetWPieChart. createLegendItemWidget(int index, LabelOption option, LabelOption... options)Creates a widget which renders the a legend item.WWidgetWPieChart. createLegendItemWidget(int index, java.util.EnumSet<LabelOption> options)Creates a widget which renders the a legend item.Methods in eu.webtoolkit.jwt.chart with parameters of type WWidget Modifier and Type Method Description WContainerWidgetWPieChart. createLabelWidget(WWidget textWidget, WPainter painter, WRectF rect, AlignmentFlag alignmentFlag, AlignmentFlag... alignmentFlags)createLabelWidget possition textWidget where the text would be rendered.WContainerWidgetWPieChart. createLabelWidget(WWidget textWidget, WPainter painter, WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags)createLabelWidget possition textWidget where the text would be rendered.
-