| Package | Description |
|---|---|
| org.dominokit.domino.ui.infoboxes |
| Modifier and Type | Method and Description |
|---|---|
static InfoBox |
InfoBox.create(BaseIcon<?> icon,
String title)
Creates info box with icon and title
|
static InfoBox |
InfoBox.create(BaseIcon<?> icon,
String title,
String value)
Creates info box with icon, title and value
|
static InfoBox |
InfoBox.create(elemental2.dom.HTMLElement icon,
String title)
Creates info box with icon and title
|
static InfoBox |
InfoBox.create(elemental2.dom.HTMLElement icon,
String title,
String value)
Creates info box with icon element, title and value
|
InfoBox |
InfoBox.flip()
Changes the position of the icon and title based on the current position; i.e.
|
InfoBox |
InfoBox.flipLeft()
Puts the icon on the left and the title on the right
|
InfoBox |
InfoBox.flipRight()
Puts the icon on the right and the title on the left
|
InfoBox |
InfoBox.removeHoverEffect()
Removes the hover effects
|
InfoBox |
InfoBox.removeShadow()
Removes the shadow of the box
|
InfoBox |
InfoBox.setBackground(Color background) |
InfoBox |
InfoBox.setHoverEffect(InfoBox.HoverEffect effect)
Sets the hover effect
|
InfoBox |
InfoBox.setIcon(BaseIcon<?> icon)
Sets the icon
|
InfoBox |
InfoBox.setIcon(elemental2.dom.HTMLElement element)
Sets the icon
|
InfoBox |
InfoBox.setIconBackground(Color background)
Sets the background of the icon element
|
InfoBox |
InfoBox.setIconColor(Color color)
Sets the color of the icon
|
InfoBox |
InfoBox.setTitle(String title)
Sets the title
|
InfoBox |
InfoBox.setValue(String value)
Sets the value
|
Copyright © 2019–2022 Dominokit. All rights reserved.