| Package | Description |
|---|---|
| org.dominokit.domino.ui.tag.store |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicLocalTagsStore
A dynamic store implementation that accepts any string value and add it to the store dynamically
|
class |
LocalTagsStore<V>
Deprecated.
use
OrderedLocalTagsStore A store implementation that accepts a list of items |
| Modifier and Type | Method and Description |
|---|---|
OrderedLocalTagsStore<V> |
OrderedLocalTagsStore.addItem(String displayValue,
V item)
Adds a new item with its display value
|
OrderedLocalTagsStore<V> |
OrderedLocalTagsStore.addItems(Map<String,V> items)
Adds a list of items with their display values
|
OrderedLocalTagsStore<V> |
OrderedLocalTagsStore.clear()
Clears the store
|
static <V> OrderedLocalTagsStore<V> |
OrderedLocalTagsStore.create() |
OrderedLocalTagsStore<V> |
OrderedLocalTagsStore.removeItem(V item)
Removes item from the store
|
Copyright © 2019–2022 Dominokit. All rights reserved.