| Interface | Description |
|---|---|
| CollapseStrategy |
The implementation of this interface are used to change the behavior used in
Collapsible
to show and hide the element. |
| Collapsible.HideCompletedHandler |
A callback interface to attach some listener when finish hiding the element
|
| Collapsible.ShowCompletedHandler |
A callback interface to attach some listener when showing an element.
|
| Class | Description |
|---|---|
| Accordion |
A drawer like component that allow you to show and hide content.
|
| AccordionPanel |
A component to show/hide content inside an
Accordion |
| AnimationCollapseStrategy |
An implementation of
CollapseStrategy that uses the css display property to hide/show the
collapsible element |
| Collapsible |
A component to show and hide element
|
| CollapsibleStyles |
CSS style names for
Accordion and AccordionPanel |
| DisplayCollapseStrategy |
An implementation of
CollapseStrategy that uses the css display property to hide/show the
collapsible element |
| HeightCollapseStrategy |
An implementation of
CollapseStrategy that uses the css display property to hide/show the
collapsible element |
| TreeHeightCollapseStrategy |
An implementation of
CollapseStrategy that uses the css display property to hide/show the
collapsible element |
| Enum | Description |
|---|---|
| CollapseDuration |
Copyright © 2019–2022 Dominokit. All rights reserved.