Uses of Class
com.jbstrap.ui.components.list.ListBox
Packages that use ListBox
-
Uses of ListBox in com.jbstrap.ui.components
Fields in com.jbstrap.ui.components declared as ListBox -
Uses of ListBox in com.jbstrap.ui.components.list
Methods in com.jbstrap.ui.components.list that return ListBoxModifier and TypeMethodDescriptionListBox.addComponent
(Component<?> component) ListBox.addItemList
(List<?> items) Adds multiple items to the list Items provided can be textual or components or of both typesListBox.addTextListItem
(String text) Adds a text component to the list as a list itemfinal ListBox
ListBox.clear()
Deletes all items of the listListBox.removeComponent
(Component<?> component) ListBox.setSorted
(boolean sorted) Sets if the list is ordered