public class BootstrapHelpBlock extends com.helger.html.hc.html.AbstractHCSpan<BootstrapHelpBlock>
| Constructor and Description |
|---|
BootstrapHelpBlock() |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapHelpBlock |
create(com.helger.html.hc.IHCNode... aChildren)
Create a new element with the passed child nodes
|
static BootstrapHelpBlock |
create(com.helger.html.hc.IHCNode aChild)
Create a new element with the passed child node
|
static BootstrapHelpBlock |
create(Iterable<? extends com.helger.html.hc.IHCNode> aChildren)
Create a new element with the passed child nodes
|
static BootstrapHelpBlock |
create(String... aChildren)
Create a new element with the passed child texts
|
static BootstrapHelpBlock |
create(String sChild)
Create a new element with the passed child text
|
addChild, addChild, addChild, addChild, addChildren, addChildren, addChildren, addChildrenaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, afterAddChild, afterRemoveChild, applyProperties, beforeAddChild, canConvertToNode, directGetChildren, getAllChildren, getAllChildrenAsNodeList, getChild, getChildAtIndex, getChildCount, getChildren, getChildrenFormEmitting, getFirstChild, getLastChild, getPlainText, hasChildren, internalBeforeConvertToNode, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildren, toStringaddClass, addClasses, addClasses, addClasses, addEventHandler, addStyle, addStyle, addStyles, addStyles, addStyles, containsClass, containsCustomAttr, containsDataAttr, containsEventHandler, containsStyle, createElement, ensureID, finishAfterApplyProperties, getAccessKey, getAllClasses, getAllClassesAsString, getAllClassNames, getAllCustomAttrs, getAllDataAttrs, getAllStyles, getAllStylesAsString, getAllStyleValues, getContentEditable, getContextMenu, getCustomAttrCount, getCustomAttrValue, getDataAttrValue, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getID, getLanguage, getRole, getStyleValue, getTabIndex, getTagName, getTitle, hasAnyClass, hasAnyStyle, hasCustomAttrs, hasDataAttrs, hasID, hasStyle, internalConvertToNode, isDataAttrName, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, makeDataAttrName, prependEventHandler, removeAllClasses, removeAllEventHandler, removeAllStyles, removeClass, removeCustomAttr, removeDataAttr, removeStyle, setAccessKey, setContentEditable, setContextMenu, setCustomAttr, setCustomAttr, setCustomAttr, setDataAttr, setDataAttr, setDataAttr, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusable, setUniqueID, thisAsTapplyCustomization, beforeConvertToNode, convertToNode, getAsConditionalCommentNode, getAsHTMLString, internalAfterConvertToNode, isConvertedToNode, isCustomized, onAdded, onRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEventHandler, containsCustomAttr, containsDataAttr, containsEventHandler, ensureID, getAccessKey, getAllCustomAttrs, getAllDataAttrs, getContentEditable, getContextMenu, getCustomAttrCount, getCustomAttrValue, getDataAttrValue, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getID, getLanguage, getRole, getTabIndex, getTagName, hasCustomAttrs, hasDataAttrs, hasID, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, prependEventHandler, removeAllEventHandler, removeCustomAttr, removeDataAttr, setAccessKey, setContentEditable, setContextMenu, setCustomAttr, setCustomAttr, setCustomAttr, setDataAttr, setDataAttr, setDataAttr, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusable, setUniqueIDaddStyle, addStyle, addStyles, addStyles, addStyles, containsStyle, getAllStyles, getAllStylesAsString, getAllStyleValues, getStyleValue, hasAnyStyle, hasStyle, removeAllStyles, removeStyleaddClass, addClasses, addClasses, addClasses, containsClass, getAllClasses, getAllClassesAsString, getAllClassNames, hasAnyClass, removeAllClasses, removeClassaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, getAllChildrenAsNodeList, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildrenapplyCustomization, beforeConvertToNode, canConvertToNode, convertToNode, getAsConditionalCommentNode, getAsHTMLString, isConvertedToNode, isCustomized, onAdded, onRemoved@Nonnull public static BootstrapHelpBlock create(@Nullable String sChild)
sChild - The child to be appended. May be nullnull@Nonnull public static BootstrapHelpBlock create(@Nullable String... aChildren)
aChildren - The child texts to be appended. May be nullnull@Nonnull public static BootstrapHelpBlock create(@Nullable com.helger.html.hc.IHCNode aChild)
aChild - The child node to be appended. May be nullnull@Nonnull public static BootstrapHelpBlock create(@Nullable com.helger.html.hc.IHCNode... aChildren)
aChildren - The child nodes to be appended. May be nullnull@Nonnull public static BootstrapHelpBlock create(@Nullable Iterable<? extends com.helger.html.hc.IHCNode> aChildren)
aChildren - The child nodes to be appended. May be nullnullCopyright © 2014–2015 Philip Helger. All rights reserved.