T - this is the same type that is implementing this interface for fluent API.public interface IsGroup<T>
| Modifier and Type | Method and Description |
|---|---|
T |
appendChild(Button button)
Appends a button to the buttons group
|
T |
appendChild(DropdownButton dropDown)
Appends a dropdown button to the buttons group
|
T |
horizontalAlign()
sets the buttons group as a horizontal buttons group aligning the buttons horizontally
|
T |
verticalAlign()
sets the buttons group as a vertical buttons group aligning the buttons vertically
|
T appendChild(Button button)
button - ButtonT appendChild(DropdownButton dropDown)
dropDown - DropdownButtonT verticalAlign()
T horizontalAlign()
Copyright © 2019–2022 Dominokit. All rights reserved.