public class BootstrapButtonGroup extends com.helger.html.hc.html.AbstractHCDiv<BootstrapButtonGroup>
| Constructor and Description |
|---|
BootstrapButtonGroup() |
BootstrapButtonGroup(EBootstrapButtonGroupSize eSize) |
BootstrapButtonGroup(EBootstrapButtonGroupType eType) |
BootstrapButtonGroup(EBootstrapButtonGroupType eType,
EBootstrapButtonGroupSize eSize) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapDropdownMenu |
addButtonAsDropDownMenu(BootstrapButton aButton)
Add a button and convert it to a dropdown menu
|
BootstrapDropdownMenu |
addButtonAsDropDownMenuWithSeparateCaret(BootstrapButton aButton)
Add a button and convert it to a dropdown menu
|
BootstrapDropdownMenu |
addDropDownMenu() |
EBootstrapButtonGroupSize |
getSize() |
EBootstrapButtonGroupType |
getType() |
applyProperties, getName, setName, toStringaddChild, addChild, addChild, addChild, addChildren, addChildren, addChildren, addChildrenaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, afterAddChild, afterRemoveChild, beforeAddChild, canConvertToNode, directGetChildren, getAllChildren, getAllChildrenAsNodeList, getChild, getChildAtIndex, getChildCount, getChildren, getChildrenFormEmitting, getFirstChild, getLastChild, getPlainText, hasChildren, internalBeforeConvertToNode, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildrenaddClass, 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, waitaddChild, addChild, addChild, addChild, addChildren, addChildren, addChildren, addChildrenaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, getAllChildrenAsNodeList, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildrenapplyCustomization, beforeConvertToNode, canConvertToNode, convertToNode, getAsConditionalCommentNode, getAsHTMLString, isConvertedToNode, isCustomized, onAdded, onRemovedgetAllChildren, getChildAtIndexaddEventHandler, 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, setUniqueIDpublic BootstrapButtonGroup()
public BootstrapButtonGroup(@Nonnull EBootstrapButtonGroupType eType)
public BootstrapButtonGroup(@Nonnull EBootstrapButtonGroupSize eSize)
public BootstrapButtonGroup(@Nonnull EBootstrapButtonGroupType eType, @Nonnull EBootstrapButtonGroupSize eSize)
@Nonnull public EBootstrapButtonGroupType getType()
@Nonnull public EBootstrapButtonGroupSize getSize()
@Nonnull public BootstrapDropdownMenu addDropDownMenu()
@Nonnull public BootstrapDropdownMenu addButtonAsDropDownMenu(@Nonnull BootstrapButton aButton)
aButton - The button to be added. May not be null.@Nonnull public BootstrapDropdownMenu addButtonAsDropDownMenuWithSeparateCaret(@Nonnull BootstrapButton aButton)
aButton - The button to be added. May not be null.Copyright © 2014–2015 Philip Helger. All rights reserved.