Uses of Class
com.jbstrap.ui.components.list.ListBox
-
Uses of ListBox in com.jbstrap.ui.components
-
Uses of ListBox in com.jbstrap.ui.components.list
Modifier 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