Uses of Interface
ch.nolix.systemapi.webatomiccontrol.textbox.ITextbox
Packages that use ITextbox
Package
Description
-
Uses of ITextbox in ch.nolix.system.webatomiccontrol.textbox
Classes in ch.nolix.system.webatomiccontrol.textbox that implement ITextboxSubclasses with type arguments of type ITextbox in ch.nolix.system.webatomiccontrol.textboxClasses in ch.nolix.system.webatomiccontrol.textbox that implement interfaces with type arguments of type ITextboxMethods in ch.nolix.system.webatomiccontrol.textbox with parameters of type ITextboxModifier and TypeMethodDescriptionTextboxHtmlBuilder.createHtmlElementForControl(ITextbox textbox) -
Uses of ITextbox in ch.nolix.systemapi.webatomiccontrol.textbox
Subinterfaces with type arguments of type ITextbox in ch.nolix.systemapi.webatomiccontrol.textboxMethods in ch.nolix.systemapi.webatomiccontrol.textbox that return ITextboxModifier and TypeMethodDescriptionITextbox.setTextMode(TextMode textMode) ITextbox.setUpdateTextAction(Runnable updateTextAction) ITextbox.setUpdateTextAction(Consumer<String> updateTextAction) -
Uses of ITextbox in ch.nolix.template.webgui.dialog
Methods in ch.nolix.template.webgui.dialog with parameters of type ITextboxModifier and TypeMethodDescriptionstatic voidEnterValueDialogBuilderHelper.confirmNewValue(ITextbox valueTextbox, Consumer<String> valueTaker)