| Package | Description |
|---|---|
| com.helger.bootstrap3.button | |
| com.helger.bootstrap3.modal |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapResetButton
Bootstrap3 reset button.
|
class |
BootstrapSubmitButton
Bootstrap3 submit button.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapButton |
BootstrapButtonToolbar.addAndReturnButton(String sCaption,
com.helger.html.js.IJSCodeProvider aJSCode,
com.helger.webctrls.custom.IIcon aIcon) |
BootstrapButton |
BootstrapButtonToolbar.addAndReturnSubmitButton(String sCaption,
com.helger.html.js.IJSCodeProvider aOnClick,
com.helger.webctrls.custom.IIcon aIcon) |
BootstrapButton |
BootstrapButton.setButtonSize(EBootstrapButtonSize eButtonSize) |
BootstrapButton |
BootstrapButton.setButtonType(EBootstrapButtonType eButtonType) |
BootstrapButton |
BootstrapButton.setIcon(com.helger.webctrls.custom.EDefaultIcon eIcon) |
BootstrapButton |
BootstrapButton.setIcon(com.helger.webctrls.custom.IIcon aIcon) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapDropdownMenu |
BootstrapButtonGroup.addButtonAsDropDownMenu(BootstrapButton aButton)
Add a button and convert it to a dropdown menu
|
BootstrapDropdownMenu |
BootstrapButtonGroup.addButtonAsDropDownMenuWithSeparateCaret(BootstrapButton aButton)
Add a button and convert it to a dropdown menu
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapModalCloseButton
A special button that closes the current modal.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.