| Package | Description |
|---|---|
| org.dominokit.domino.ui.layout |
| Modifier and Type | Method and Description |
|---|---|
static Footer |
Footer.create() |
Footer |
Footer.fixed()
Make the footer fixed at the bottom of the visible area of the browser while the content scroll
behind it so it is always visible
|
Footer |
Layout.getFooter() |
Footer |
Footer.setAutoUnFixForSmallScreens(boolean autoUnFixForSmallScreens) |
Footer |
Footer.unfixed()
Make the footer move down when the content exceeds the visible browser area and the user need
to scroll to the bottom to see the footer
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.footer(Consumer<Footer> footerConsumer)
Deprecated.
not needed, use
BaseDominoElement.apply(ElementHandler) |
Copyright © 2019–2022 Dominokit. All rights reserved.