IMPLTYPE - Implementation type@NotThreadSafe public abstract class AbstractBootstrapDiv<IMPLTYPE extends AbstractBootstrapDiv<IMPLTYPE>> extends com.helger.html.hc.html.grouping.AbstractHCDiv<IMPLTYPE>
| Constructor and Description |
|---|
AbstractBootstrapDiv() |
| Modifier and Type | Method and Description |
|---|---|
EBootstrapBackgroundType |
getBackground() |
BootstrapBorderBuilder |
getBorder() |
BootstrapDisplayBuilder |
getDisplay() |
BootstrapSpacingBuilder |
getMargin() |
BootstrapSpacingBuilder |
getPadding() |
EBootstrapTextAlignType |
getTextAlign() |
protected void |
onFinalizeNodeState(com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings,
com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode) |
IMPLTYPE |
setBackground(EBootstrapBackgroundType eBackground) |
IMPLTYPE |
setBorder(BootstrapBorderBuilder aBorder) |
IMPLTYPE |
setDisplay(BootstrapDisplayBuilder aDisplay) |
IMPLTYPE |
setMargin(BootstrapSpacingBuilder aMargin) |
IMPLTYPE |
setPadding(BootstrapSpacingBuilder aPadding) |
IMPLTYPE |
setTextAlign(EBootstrapTextAlignType eTextAlign) |
fillMicroElement, 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@Nullable public final BootstrapSpacingBuilder getPadding()
@Nonnull public final IMPLTYPE setPadding(@Nullable BootstrapSpacingBuilder aPadding)
@Nullable public final BootstrapSpacingBuilder getMargin()
@Nonnull public final IMPLTYPE setMargin(@Nullable BootstrapSpacingBuilder aMargin)
@Nullable public final BootstrapDisplayBuilder getDisplay()
@Nonnull public final IMPLTYPE setDisplay(@Nullable BootstrapDisplayBuilder aDisplay)
@Nullable public final BootstrapBorderBuilder getBorder()
@Nonnull public final IMPLTYPE setBorder(@Nullable BootstrapBorderBuilder aBorder)
@Nullable public final EBootstrapTextAlignType getTextAlign()
@Nonnull public final IMPLTYPE setTextAlign(@Nullable EBootstrapTextAlignType eTextAlign)
@Nullable public final EBootstrapBackgroundType getBackground()
@Nonnull public final IMPLTYPE setBackground(@Nullable EBootstrapBackgroundType eBackground)
@OverrideOnDemand @OverridingMethodsMustInvokeSuper 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 com.helger.html.hc.html.AbstractHCElement<IMPLTYPE extends AbstractBootstrapDiv<IMPLTYPE>>Copyright © 2015–2020 Philip Helger. All rights reserved.