public class BootstrapInputGroup extends com.helger.html.hc.html.grouping.AbstractHCDiv<BootstrapInputGroup>
addChildPrefix(String), addChildPrefix(IHCNode),
addChildSuffix(String) and addChildSuffix(IHCNode) for the
prepends and appends. The API was reworked in 8.1.3 for correct parent/child
relationship management.| Constructor and Description |
|---|
BootstrapInputGroup() |
BootstrapInputGroup(EBootstrapInputGroupSize eSize) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapInputGroup |
addChildPrefix(com.helger.html.hc.IHCNode aNode) |
BootstrapInputGroup |
addChildPrefix(String sText) |
BootstrapInputGroup |
addChildSuffix(com.helger.html.hc.IHCNode aNode) |
BootstrapInputGroup |
addChildSuffix(String sText) |
com.helger.html.hc.html.grouping.HCDiv |
createGroupAppend() |
com.helger.html.hc.html.grouping.HCDiv |
createGroupPrepend() |
com.helger.html.hc.html.grouping.HCDiv |
getOrCreateGroupAppend() |
com.helger.html.hc.html.grouping.HCDiv |
getOrCreateGroupPrepend() |
EBootstrapInputGroupSize |
getSize() |
static com.helger.html.hc.IHCNode |
getWrapped(com.helger.html.hc.IHCNode aNode) |
static com.helger.html.hc.html.textlevel.HCSpan |
getWrapped(String sText) |
protected void |
onFinalizeNodeState(com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings,
com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode) |
BootstrapInputGroup |
setSize(EBootstrapInputGroupSize eSize) |
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, getLastChildpublic BootstrapInputGroup()
public BootstrapInputGroup(@Nonnull EBootstrapInputGroupSize eSize)
@Nonnull public final EBootstrapInputGroupSize getSize()
@Nonnull public final BootstrapInputGroup setSize(@Nonnull EBootstrapInputGroupSize eSize)
@Nonnull @OverrideOnDemand public com.helger.html.hc.html.grouping.HCDiv createGroupPrepend()
null.@Nonnull @OverrideOnDemand public com.helger.html.hc.html.grouping.HCDiv createGroupAppend()
null.@Nonnull public com.helger.html.hc.html.grouping.HCDiv getOrCreateGroupPrepend()
@Nonnull public com.helger.html.hc.html.grouping.HCDiv getOrCreateGroupAppend()
@Nonnull public static com.helger.html.hc.html.textlevel.HCSpan getWrapped(@Nonnull String sText)
@Nonnull public static com.helger.html.hc.IHCNode getWrapped(@Nonnull com.helger.html.hc.IHCNode aNode)
@Nonnull public final BootstrapInputGroup addChildPrefix(@Nullable String sText)
@Nonnull public final BootstrapInputGroup addChildPrefix(@Nullable com.helger.html.hc.IHCNode aNode)
@Nonnull public final BootstrapInputGroup addChildSuffix(@Nullable String sText)
@Nonnull public final BootstrapInputGroup addChildSuffix(@Nullable com.helger.html.hc.IHCNode aNode)
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<BootstrapInputGroup>Copyright © 2015–2020 Philip Helger. All rights reserved.