| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.layout | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
ScreenMedia |
ColumnConfig.getHideOn() |
ScreenMedia |
ColumnConfig.getShowOn() |
| Modifier and Type | Method and Description |
|---|---|
ColumnConfig<T> |
ColumnConfig.hideOn(ScreenMedia hideOn) |
ColumnConfig<T> |
ColumnConfig.showOn(ScreenMedia showOn) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.hideNavBarExpandOn(ScreenMedia screenMedia)
Hide the menu toggle icon from the navigation bar on provided screens only
|
| Modifier and Type | Method and Description |
|---|---|
static ScreenMedia |
ScreenMedia.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenMedia[] |
ScreenMedia.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDominoElement.hideOn(ScreenMedia screenMedia)
hides the item for the provided
ScreenMedia |
T |
BaseDominoElement.showOn(ScreenMedia screenMedia)
show the item for the provided
ScreenMedia |
Copyright © 2019–2022 Dominokit. All rights reserved.