| Package | Description |
|---|---|
| org.dominokit.domino.ui.collapsible | |
| org.dominokit.domino.ui.tree | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
Collapsible |
Collapsible.addHideHandler(Collapsible.HideCompletedHandler handler)
Add handler to be called when ever the element changed state to hidden
|
Collapsible |
Collapsible.addShowHandler(Collapsible.ShowCompletedHandler handler)
Add handler to be called when ever the element changed state to visible
|
static Collapsible |
Collapsible.create(elemental2.dom.HTMLElement element)
A factory to create a collapsible wrapping the element
|
static Collapsible |
Collapsible.create(org.jboss.elemento.IsElement<?> isElement)
A factory to create a collapsible wrapping the element
|
Collapsible |
Collapsible.hide()
Make the element hidden and call any attached hide handlers
|
Collapsible |
Collapsible.setForceHidden(boolean forceHidden)
Disable/Enable force hidden
|
Collapsible |
Collapsible.setStrategy(CollapseStrategy strategy) |
Collapsible |
Collapsible.show()
Make the element visible and call any attached show handlers
|
Collapsible |
Collapsible.toggleDisplay()
toggle the element visibility, if its visible it hides it, otherwise it make it visible
|
Collapsible |
Collapsible.toggleDisplay(boolean state)
toggle the element visibility based on the flag.
|
| Modifier and Type | Method and Description |
|---|---|
Collapsible |
TreeItem.getCollapsible() |
| Modifier and Type | Method and Description |
|---|---|
Collapsible |
BaseDominoElement.getCollapsible() |
Copyright © 2019–2022 Dominokit. All rights reserved.