public class BootstrapBorderBuilder extends Object implements Serializable
| Constructor and Description |
|---|
BootstrapBorderBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(com.helger.html.hc.html.IHCHasCSSClasses<?> aObj) |
BootstrapBorderBuilder |
color(EBootstrapBorderColorType eColor)
Set the border color.
|
BootstrapBorderBuilder |
radius(EBootstrapBorderRadiusType eRadius)
Set the border radius.
|
BootstrapBorderBuilder |
type(EBootstrapBorderType eType)
Set the border type.
|
@Nonnull public BootstrapBorderBuilder type(@Nonnull EBootstrapBorderType eType)
eType - Border type. May not be null.@Nonnull public BootstrapBorderBuilder color(@Nullable EBootstrapBorderColorType eColor)
1px solid #e9ecef !importanteColor - Color to use. May be null.@Nonnull public BootstrapBorderBuilder radius(@Nonnull EBootstrapBorderRadiusType eRadius)
eRadius - Border type. May not be null.public void applyTo(@Nonnull com.helger.html.hc.html.IHCHasCSSClasses<?> aObj)
Copyright © 2015–2020 Philip Helger. All rights reserved.