Uses of Class
org.dwcj.controls.textcombobox.TextComboBox
Packages that use TextComboBox
Package
Description
-
Uses of TextComboBox in org.dwcj.controls.textcombobox
Methods in org.dwcj.controls.textcombobox that return TextComboBoxModifier and TypeMethodDescriptionTextComboBox.addClassName(String selector) TextComboBox.closeList()TextComboBox.deselect()TextComboBox.insertItemAt(Object key, String item, Integer index) TextComboBox.insertItemsAt(Map<Object, String> items, Integer index) TextComboBox.onChange(Consumer<TextComboBoxChangeEvent> callback) TextComboBox.onClose(Consumer<TextComboBoxCloseEvent> callback) TextComboBox.onEditModify(Consumer<TextComboBoxEditModifyEvent> callback) TextComboBox.onOpen(Consumer<TextComboBoxOpenEvent> callback) TextComboBox.onSelect(Consumer<TextComboBoxSelectEvent> callback) TextComboBox.openList()TextComboBox.removeAllItems()TextComboBox.removeClassName(String selector) TextComboBox.selectIndex(Integer index) TextComboBox.setAttribute(String attribute, String value) TextComboBox.setEditText(String text) TextComboBox.setEnabled(Boolean enabled) TextComboBox.setExpanse(TextComboBox.Expanse expanse) TextComboBox.setFocusable(Boolean focusable) set the list of items into the ComboBoxEditTextComboBox.setMaximumRowCount(Integer max) TextComboBox.setReadOnly(Boolean readOnly) TextComboBox.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) TextComboBox.setTabTraversable(Boolean traversable) TextComboBox.setTextAlignment(TextAlignable.Alignment textAlignment) TextComboBox.setTheme(TextComboBox.Theme theme) TextComboBox.setTooltipText(String text) TextComboBox.setVisible(Boolean visible) -
Uses of TextComboBox in org.dwcj.controls.textcombobox.events
Methods in org.dwcj.controls.textcombobox.events that return TextComboBoxModifier and TypeMethodDescriptionTextComboBoxChangeEvent.getControl()TextComboBoxCloseEvent.getControl()TextComboBoxEditModifyEvent.getControl()TextComboBoxOpenEvent.getControl()TextComboBoxSelectEvent.getControl()Constructors in org.dwcj.controls.textcombobox.events with parameters of type TextComboBoxModifierConstructorDescriptionTextComboBoxChangeEvent(TextComboBox tComboBox) TextComboBoxCloseEvent(TextComboBox cTextComboBox) TextComboBoxEditModifyEvent(TextComboBox cTextComboBox) TextComboBoxOpenEvent(TextComboBox cTextComboBox) TextComboBoxSelectEvent(TextComboBox tComboBox) -
Uses of TextComboBox in org.dwcj.controls.textcombobox.sinks
Constructors in org.dwcj.controls.textcombobox.sinks with parameters of type TextComboBoxModifierConstructorDescriptionTextComboBoxChangeEventSink(TextComboBox cb, Consumer<TextComboBoxChangeEvent> callback) TextComboBoxCloseEventSink(TextComboBox cb, Consumer<TextComboBoxCloseEvent> callback) TextComboBoxOpenEventSink(TextComboBox cb, Consumer<TextComboBoxOpenEvent> callback) TextComboBoxSelectEventSink(TextComboBox cb, Consumer<TextComboBoxSelectEvent> callback)