| Package | Description |
|---|---|
| com.helger.photon.bootstrap4.button | |
| com.helger.photon.bootstrap4.modal |
| Modifier and Type | Field and Description |
|---|---|
static EBootstrapButtonType |
EBootstrapButtonType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
EBootstrapButtonType |
BootstrapButton.getButtonType() |
EBootstrapButtonType |
BootstrapLinkButton.getButtonType() |
static EBootstrapButtonType |
EBootstrapButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapButtonType[] |
EBootstrapButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapButton |
BootstrapButton.setButtonType(EBootstrapButtonType eButtonType) |
BootstrapLinkButton |
BootstrapLinkButton.setButtonType(EBootstrapButtonType eButtonType) |
| Constructor and Description |
|---|
BootstrapButton(EBootstrapButtonType eButtonType) |
BootstrapButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
BootstrapLinkButton(EBootstrapButtonType eButtonType) |
BootstrapLinkButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
BootstrapResetButton(EBootstrapButtonType eButtonType) |
BootstrapResetButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
BootstrapSubmitButton(EBootstrapButtonType eButtonType) |
BootstrapSubmitButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
| Constructor and Description |
|---|
BootstrapModalCloseButton(EBootstrapButtonType eButtonType) |
BootstrapModalCloseButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
Copyright © 2015–2020 Philip Helger. All rights reserved.