public class BootstrapDropdownMenu
extends com.helger.html.hc.html.HCUL
| Constructor and Description |
|---|
BootstrapDropdownMenu() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapDropdownMenu |
addDivider() |
BootstrapDropdownMenu |
addHeader(String sHeaderText) |
BootstrapDropdownMenu |
addMenuItem(BootstrapDropdownMenuItem aItem) |
static void |
disableItem(com.helger.html.hc.html.HCLI aItem) |
static <IMPLTYPE extends com.helger.html.hc.IHCElementWithChildren<?>> |
makeDropdownToggle(IMPLTYPE aElement)
Call this method to convert an element to a dropdown toggle.
|
protected void |
onAddItem(com.helger.html.hc.html.HCLI aItem) |
applyProperties, getType, setType, toStringaddAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, getFirstItem, getLastItemaddAndReturnChild, 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, onRemovedprotected void onAddItem(@Nonnull com.helger.html.hc.html.HCLI aItem)
onAddItem in class com.helger.html.hc.html.AbstractHCList<com.helger.html.hc.html.HCUL>@Nonnull public BootstrapDropdownMenu addMenuItem(@Nonnull BootstrapDropdownMenuItem aItem)
@Nonnull public BootstrapDropdownMenu addDivider()
@Nonnull public BootstrapDropdownMenu addHeader(@Nullable String sHeaderText)
public static void disableItem(@Nonnull com.helger.html.hc.html.HCLI aItem)
@Nonnull public static <IMPLTYPE extends com.helger.html.hc.IHCElementWithChildren<?>> IMPLTYPE makeDropdownToggle(@Nonnull IMPLTYPE aElement)
IMPLTYPE - Implementation typeaElement - The element to use. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.