| Package | Description |
|---|---|
| org.dominokit.domino.ui.tag.store |
| Modifier and Type | Method and Description |
|---|---|
SimpleLocalTagsStore<V> |
SimpleLocalTagsStore.addItem(String displayValue,
V item)
Adds a new item with its display value
|
SimpleLocalTagsStore<V> |
SimpleLocalTagsStore.addItems(Map<String,V> items)
Adds a list of items with their display values
|
SimpleLocalTagsStore<V> |
SimpleLocalTagsStore.clear()
Clears the store
|
static <V> SimpleLocalTagsStore<V> |
SimpleLocalTagsStore.create() |
SimpleLocalTagsStore<V> |
SimpleLocalTagsStore.removeItem(V item)
Removes item from the store
|
Copyright © 2019–2022 Dominokit. All rights reserved.