public class BootstrapRow extends AbstractBootstrapDiv<BootstrapRow>
| Constructor and Description |
|---|
BootstrapRow() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapCol |
createColumn(BootstrapGridSpec aGridSpec) |
BootstrapCol |
createColumn(EBootstrapGridXS eXS,
EBootstrapGridSM eSM,
EBootstrapGridMD eMD,
EBootstrapGridLG eLG,
EBootstrapGridXL eXL) |
BootstrapCol |
createColumn(int nParts) |
BootstrapCol |
createColumn(int nPartsXS,
int nPartsSM,
int nPartsMD,
int nPartsLG,
int nPartsXL) |
com.helger.html.hc.html.grouping.HCDiv |
createNewLine() |
static BootstrapRow |
createRowWithOneColumn(BootstrapGridSpec aParts,
com.helger.html.hc.IHCNode aCtrl) |
static BootstrapRow |
createRowWithOneColumn(int nParts,
com.helger.html.hc.IHCNode aCtrl) |
static BootstrapRow |
createRowWithOneColumn(int nPartsXS,
int nPartsSM,
int nPartsMD,
int nPartsLG,
int nPartsXL,
com.helger.html.hc.IHCNode aCtrl) |
BootstrapCol |
getColumnAtIndex(int nIndex) |
BootstrapCol |
getFirstColumn() |
BootstrapCol |
getLastColumn() |
EBootstrapRowVerticalAlign |
getVertAlign() |
boolean |
isWithPadding() |
protected void |
onFinalizeNodeState(com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings,
com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode) |
BootstrapRow |
setVerticalAlign(EBootstrapRowVerticalAlign eVertAlign) |
BootstrapRow |
setWithPadding(boolean bWithPadding) |
getBackground, getBorder, getDisplay, getMargin, getPadding, getTextAlign, setBackground, setBorder, setDisplay, setMargin, setPadding, setTextAlignfillMicroElement, getName, setName, toStringaddChild, addChildAt, afterAddChild, afterRemoveChild, beforeAddChild, canConvertToMicroNode, children, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getAllChildrenAsNodeList, getChildAtIndex, getChildCount, getChildren, getChildrenFormEmitting, getFirstChild, getLastChild, getPlainText, hasChildren, removeAllChildren, removeChild, removeChildAt, sortAllChildrenaddClass, addEventHandler, addStyle, containsClass, containsEventHandler, containsStyle, createMicroElement, customAttrs, finishMicroElement, getAccessKey, getAllClasses, getAllClassesAsString, getAllClassNames, getAllStyles, getAllStylesAsString, getAllStyleValues, getContentEditable, getContextMenu, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getEventMap, getID, getLanguage, getRole, getStyleValue, getTabIndex, getTagName, getTitle, getTranslate, hasAnyClass, hasAnyStyle, hasStyle, internalConvertToMicroNode, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, isValidID, onConsistencyCheck, prependEventHandler, removeAllClasses, removeAllEventHandler, removeAllStyles, removeClass, removeStyle, setAccessKey, setContentEditable, setContextMenu, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setID, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setUnfocusableconsistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, internalSetNodeState, onCustomizeNode, onRegisterExternalResources, registerExternalResourcesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrecursiveContainsChildWithTagNameaddEventHandler, containsEventHandler, customAttrs, getAccessKey, getContentEditable, getContextMenu, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getEventMap, getLanguage, getRole, getTabIndex, getTagName, getTitle, getTranslate, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, prependEventHandler, removeAllEventHandler, setAccessKey, setContentEditable, setContextMenu, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusableensureID, getID, hasID, hasNoID, setID, setUniqueIDaddStyle, addStyle, addStyles, addStyles, addStyles, containsStyle, getAllStyles, getAllStylesAsString, getAllStyleValues, getStyleValue, hasAnyStyle, hasStyle, removeAllStyles, removeStyleaddClass, addClasses, addClasses, addClasses, containsClass, getAllClasses, getAllClassesAsString, getAllClassNames, hasAnyClass, removeAllClasses, removeClassaddChild, addChildAt, addChildren, addChildren, setChildaddAndReturnChild, addAndReturnChildAt, addChild, addChildAt, addChildren, addChildren, addChildren, addChildrenAt, addChildrenAt, getAllChildrenAsNodeList, removeAllChildren, removeChild, removeChildAt, setChild, sortAllChildrencanConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, getPlainText, registerExternalResourcesfindFirstChild, findFirstChildMapped, getAllChildren, getChildAtIndex, getFirstChild, getLastChild@Nonnull public BootstrapRow setVerticalAlign(@Nullable EBootstrapRowVerticalAlign eVertAlign)
@Nullable public EBootstrapRowVerticalAlign getVertAlign()
@Nonnull public BootstrapRow setWithPadding(boolean bWithPadding)
public boolean isWithPadding()
@Nonnull public BootstrapCol createColumn(int nParts)
@Nonnull public BootstrapCol createColumn(int nPartsXS, int nPartsSM, int nPartsMD, int nPartsLG, int nPartsXL)
@Nonnull public BootstrapCol createColumn(@Nullable EBootstrapGridXS eXS, @Nullable EBootstrapGridSM eSM, @Nullable EBootstrapGridMD eMD, @Nullable EBootstrapGridLG eLG, @Nullable EBootstrapGridXL eXL)
@Nonnull public BootstrapCol createColumn(@Nonnull BootstrapGridSpec aGridSpec)
@Nonnull public com.helger.html.hc.html.grouping.HCDiv createNewLine()
@Nullable public BootstrapCol getFirstColumn()
@Nullable public BootstrapCol getColumnAtIndex(@Nonnegative int nIndex)
@Nullable public BootstrapCol getLastColumn()
protected void onFinalizeNodeState(@Nonnull com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings, @Nonnull com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode)
onFinalizeNodeState in class AbstractBootstrapDiv<BootstrapRow>@Nonnull @ReturnsMutableCopy public static BootstrapRow createRowWithOneColumn(int nParts, @Nonnull com.helger.html.hc.IHCNode aCtrl)
@Nonnull @ReturnsMutableCopy public static BootstrapRow createRowWithOneColumn(int nPartsXS, int nPartsSM, int nPartsMD, int nPartsLG, int nPartsXL, @Nonnull com.helger.html.hc.IHCNode aCtrl)
@Nonnull @ReturnsMutableCopy public static BootstrapRow createRowWithOneColumn(@Nonnull BootstrapGridSpec aParts, @Nonnull com.helger.html.hc.IHCNode aCtrl)
Copyright © 2015–2020 Philip Helger. All rights reserved.