Uses of Class
org.dwcj.controls.listbox.ListBox
Packages that use ListBox
Package
Description
-
Uses of ListBox in org.dwcj.controls.listbox
Methods in org.dwcj.controls.listbox that return ListBoxModifier and TypeMethodDescriptionListBox.addClassName(String selector) Add an item into the listBoxListBox.deselectAll()ListBox.deselectIndex(int index) ListBox.insertItemAt(Object key, String item, Integer index) ListBox.insertItemsAt(Map<Object, String> items, Integer index) ListBox.onDoubleClick(Consumer<ListBoxDoubleClickEvent> callback) ListBox.onSelect(Consumer<ListBoxSelectEvent> callback) Function that takes another function as parameter which allows functionality to be written when an item is selected within the boxListBox.removeAllItems()Sets whether or not it is possible to select multiple items within the boxListBox.removeClassName(String selector) ListBox.removeItemAt(Integer idx) ListBox.selectIndex(Integer idx) ListBox.setAttribute(String attribute, String value) ListBox.setEnabled(Boolean enabled) ListBox.setExpanse(ListBox.Expanse expanse) ListBox.setFocusable(Boolean focusable) ListBox.setHorizontalScrollBarPosition(Integer position) Allows you to pass in a map of objects which will replace the objects currently in the ListBoxListBox.setMultipleSelection(Boolean multipleSelection) ListBox.setReadOnly(Boolean editable) ListBox.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) ListBox.setTabTraversable(Boolean traversable) ListBox.setTextAlignment(TextAlignable.Alignment alignment) ListBox.setTooltipText(String text) ListBox.setVerticalScrollBarPosition(Integer position) ListBox.setVisible(Boolean visible) -
Uses of ListBox in org.dwcj.controls.listbox.events
Methods in org.dwcj.controls.listbox.events that return ListBoxModifier and TypeMethodDescriptionListBoxDoubleClickEvent.getControl()ListBoxSelectEvent.getControl()Constructors in org.dwcj.controls.listbox.events with parameters of type ListBoxModifierConstructorDescriptionListBoxDoubleClickEvent(ListBox clistBox) ListBoxSelectEvent(ListBox clistBox) -
Uses of ListBox in org.dwcj.controls.listbox.sinks
Constructors in org.dwcj.controls.listbox.sinks with parameters of type ListBoxModifierConstructorDescriptionListBoxDoubleClickEventSink(ListBox listBox) ListBoxDoubleClickEventSink(ListBox listBox, Consumer<ListBoxDoubleClickEvent> callback) ListBoxSelectEventSink(ListBox listBox) ListBoxSelectEventSink(ListBox listBox, Consumer<ListBoxSelectEvent> callback)