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