| Package | Description |
|---|---|
| org.dominokit.domino.ui.button | |
| org.dominokit.domino.ui.button.group |
| Modifier and Type | Method and Description |
|---|---|
ButtonsToolbar |
ButtonsToolbar.addGroup(ButtonsGroup group)
Adds a a ButtonsGroup to the toolbar
|
| Modifier and Type | Method and Description |
|---|---|
ButtonsGroup |
ButtonsGroup.appendChild(Button button)
adds a Button to the ButtonsGroup
|
ButtonsGroup |
ButtonsGroup.appendChild(DropdownButton dropDown)
adds a DropdownButton to the ButtonsGroup
|
static ButtonsGroup |
ButtonsGroup.create() |
ButtonsGroup |
ButtonsGroup.horizontalAlign()
sets the buttons group as a horizontal buttons group aligning the buttons horizontally
|
ButtonsGroup |
ButtonsGroup.large()
set the size to large
|
ButtonsGroup |
ButtonsGroup.medium()
set the size to medium
|
ButtonsGroup |
ButtonsGroup.setSize(ButtonSize size)
Apply a size to all buttons in the ButtonsGroup
|
ButtonsGroup |
ButtonsGroup.small()
set the size to small
|
ButtonsGroup |
ButtonsGroup.verticalAlign()
sets the buttons group as a vertical buttons group aligning the buttons vertically
|
ButtonsGroup |
ButtonsGroup.xSmall()
set the size to xSmall
|
Copyright © 2019–2022 Dominokit. All rights reserved.