Package | Description |
---|---|
org.nasdanika.html.bootstrap | |
org.nasdanika.html.bootstrap.impl |
Modifier and Type | Method and Description |
---|---|
Button<H> |
Button.active() |
Button<H> |
Button.active(boolean active) |
Button<H> |
Button.block() |
Button<H> |
Button.block(boolean block) |
<H extends HTMLElement<?>> |
BootstrapFactory.button(H htmlElement,
Color color,
boolean outline)
Wraps HTML element into a Bootstrap button.
|
Button<H> |
Button.dataToggle() |
Button<H> |
Button.dataToggle(boolean dataToggle)
Sets data-toggle to button.
|
Button<H> |
Button.disabled() |
Button<H> |
Button.disabled(boolean disabled)
Sets disabled attribute for buttons, adds disabled class otherwise.
|
Button<H> |
Button.large() |
Button<H> |
Button.large(boolean large) |
Button<H> |
Button.small() |
Button<H> |
Button.small(boolean small) |
Modifier and Type | Method and Description |
---|---|
Dropdown |
BootstrapFactory.dropdown(Button<?> button,
boolean split,
Direction direction) |
Modifier and Type | Class and Description |
---|---|
class |
ButtonImpl<H extends HTMLElement<?>> |
Modifier and Type | Method and Description |
---|---|
Button<H> |
ButtonImpl.active() |
Button<H> |
ButtonImpl.active(boolean active) |
Button<H> |
ButtonImpl.block() |
Button<H> |
ButtonImpl.block(boolean block) |
<H extends HTMLElement<?>> |
DefaultBootstrapFactory.button(H htmlElement,
Color color,
boolean outline) |
Button<H> |
ButtonImpl.dataToggle() |
Button<H> |
ButtonImpl.dataToggle(boolean dataToggle) |
Button<H> |
ButtonImpl.disabled() |
Button<H> |
ButtonImpl.disabled(boolean disabled) |
Button<H> |
ButtonImpl.large() |
Button<H> |
ButtonImpl.large(boolean large) |
Button<H> |
ButtonImpl.small() |
Button<H> |
ButtonImpl.small(boolean small) |
Modifier and Type | Method and Description |
---|---|
Dropdown |
DefaultBootstrapFactory.dropdown(Button<?> button,
boolean split,
Direction direction) |
Constructor and Description |
---|
DropdownImpl(BootstrapFactory factory,
Button<?> button,
boolean split,
Direction direction) |
Copyright © 2020 Nasdanika LLC. All rights reserved.