| Package | Description |
|---|---|
| org.dominokit.domino.ui.tag | |
| org.dominokit.domino.ui.tag.store |
| Modifier and Type | Method and Description |
|---|---|
TagsStore<V> |
AbstractTagsInput.getTagsStore() |
| Modifier and Type | Method and Description |
|---|---|
static <V> TagsInput<V> |
TagsInput.create(String label,
TagsStore<V> store) |
static <V> TagsInput<V> |
TagsInput.create(TagsStore<V> store) |
T |
AbstractTagsInput.setTagsStore(TagsStore<V> store) |
| Constructor and Description |
|---|
AbstractTagsInput(String label,
TagsStore<V> store) |
TagsInput(String label,
TagsStore<V> 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 |
class |
OrderedLocalTagsStore<V>
A store implementation that accepts a list of items ordered by key
|
class |
SimpleLocalTagsStore<V>
A store implementation that accepts a list of items
|
| Modifier and Type | Method and Description |
|---|---|
TagsStore<V> |
TagsStore.addItem(String displayValue,
V item)
Adds a new item with its display value
|
TagsStore<V> |
TagsStore.addItems(Map<String,V> items)
Adds a list of items with their display values
|
TagsStore<V> |
TagsStore.clear()
Clears the store
|
TagsStore<V> |
TagsStore.removeItem(V item)
Removes item from the store
|
Copyright © 2019–2022 Dominokit. All rights reserved.