@Immutable public final class BootstrapGridSpec extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static BootstrapGridSpec |
EVENLY |
static BootstrapGridSpec |
NONE |
| Constructor and Description |
|---|
BootstrapGridSpec(EBootstrapGridXS eXS,
EBootstrapGridSM eSM,
EBootstrapGridMD eMD,
EBootstrapGridLG eLG,
EBootstrapGridXL eXL) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.helger.html.hc.html.IHCElement<T>> |
applyOffsetTo(T aElement) |
<T extends com.helger.html.hc.html.IHCElement<T>> |
applyTo(T aElement) |
static BootstrapGridSpec |
create(int nParts) |
static BootstrapGridSpec |
create(int nPartsXS,
int nPartsSM,
int nPartsMD,
int nPartsLG,
int nPartsXL) |
EBootstrapGridLG |
getLG() |
EBootstrapGridMD |
getMD() |
EBootstrapGridSM |
getSM() |
EBootstrapGridXL |
getXL() |
EBootstrapGridXS |
getXS() |
String |
toString() |
public static final BootstrapGridSpec NONE
public static final BootstrapGridSpec EVENLY
public BootstrapGridSpec(@Nullable EBootstrapGridXS eXS, @Nullable EBootstrapGridSM eSM, @Nullable EBootstrapGridMD eMD, @Nullable EBootstrapGridLG eLG, @Nullable EBootstrapGridXL eXL)
@Nullable public EBootstrapGridXS getXS()
@Nullable public EBootstrapGridSM getSM()
@Nullable public EBootstrapGridMD getMD()
@Nullable public EBootstrapGridLG getLG()
@Nullable public EBootstrapGridXL getXL()
@Nonnull public <T extends com.helger.html.hc.html.IHCElement<T>> T applyTo(@Nonnull T aElement)
@Nonnull public <T extends com.helger.html.hc.html.IHCElement<T>> T applyOffsetTo(@Nonnull T aElement)
@Nonnull public static BootstrapGridSpec create(int nParts)
@Nonnull public static BootstrapGridSpec create(int nPartsXS, int nPartsSM, int nPartsMD, int nPartsLG, int nPartsXL)
Copyright © 2015–2020 Philip Helger. All rights reserved.