| Package | Description |
|---|---|
| org.dominokit.domino.ui.cards | |
| org.dominokit.domino.ui.collapsible | |
| org.dominokit.domino.ui.tree | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.addExpandListener(Collapsible.ShowCompletedHandler listener)
Adds listener to be called when the body gets expanded.
|
Card |
Card.removeExpandListener(Collapsible.ShowCompletedHandler listener)
Removes expand listener.
|
| Modifier and Type | Method and Description |
|---|---|
Collapsible |
Collapsible.addShowHandler(Collapsible.ShowCompletedHandler handler)
Add handler to be called when ever the element changed state to visible
|
void |
Collapsible.removeShowHandler(Collapsible.ShowCompletedHandler handler)
removes the show handler
|
| Modifier and Type | Method and Description |
|---|---|
TreeItem<T> |
TreeItem.addShowListener(Collapsible.ShowCompletedHandler handler) |
TreeItem<T> |
TreeItem.removeShowListener(Collapsible.ShowCompletedHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDominoElement.addShowListener(Collapsible.ShowCompletedHandler handler) |
T |
BaseDominoElement.removeShowListener(Collapsible.ShowCompletedHandler handler) |
Copyright © 2019–2022 Dominokit. All rights reserved.