Uses of Class
eu.webtoolkit.jwt.WFormWidget
Packages that use WFormWidget
-
Uses of WFormWidget in eu.webtoolkit.jwt
Subclasses of WFormWidget in eu.webtoolkit.jwtModifier and TypeClassDescriptionclassAn abstract spin box.classAn abstract base class for radio buttons and check boxes.classA user control that represents a check box.classA widget that provides a browser-native color picker.classA widget that provides a drop-down combo-box control.classA date edit.classAn input control for fixed point numbers.classA widget for inputting email addresses.classA widget that provides a single line edit.classA password edit.classA widget that represents a push button.classA user control that represents a radio button.classA selection box allows selection from a list of options.classA horizontal or vertical slider control.classAn input control for integer numbers.classA widget that provides a multi-line edit.classA rich-text XHTML editor.classA Time field editor.Methods in eu.webtoolkit.jwt that return WFormWidgetMethods in eu.webtoolkit.jwt that return types with arguments of type WFormWidgetModifier and TypeMethodDescriptionWSuggestionPopup.activated()Signal emitted when a suggestion was selected.Methods in eu.webtoolkit.jwt with parameters of type WFormWidgetModifier and TypeMethodDescriptionfinal voidWSuggestionPopup.forEdit(WFormWidget edit) Lets this suggestion popup assist in editing an edit field.final voidWSuggestionPopup.forEdit(WFormWidget edit, PopupTrigger trigger, PopupTrigger... triggers) Lets this suggestion popup assist in editing an edit field.voidWSuggestionPopup.forEdit(WFormWidget edit, EnumSet<PopupTrigger> triggers) Lets this suggestion popup assist in editing an edit field.voidWSuggestionPopup.removeEdit(WFormWidget edit) Removes the edit field from the list of assisted editors.voidWLabel.setBuddy(WFormWidget buddy) Sets the buddy of this label.voidWSuggestionPopup.showAt(WFormWidget edit) Shows the suggestion popup at an edit field.voidWTemplateFormView.updateModelValue(WFormModel model, String field, WFormWidget edit) Updates a value in the Model.voidWTemplateFormView.updateViewValue(WFormModel model, String field, WFormWidget edit) Updates the value in the View.