public class BootstrapNav
extends com.helger.html.hc.html.HCUL
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_DISABLED
By default an item is not disabled
|
| Constructor and Description |
|---|
BootstrapNav() |
BootstrapNav(EBootstrapNavType eNavType) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapNav |
addDivider() |
BootstrapDropdownMenu |
addDropdownMenu(com.helger.html.hc.IHCNode aText) |
BootstrapDropdownMenu |
addDropdownMenu(String sText) |
BootstrapNav |
addHeader(String sHeaderText) |
BootstrapNav |
addItem(com.helger.html.hc.IHCElementWithChildren<?> aContent) |
BootstrapNav |
addItem(com.helger.html.hc.IHCElementWithChildren<?> aContent,
boolean bDisabled) |
BootstrapNav |
addItem(com.helger.html.hc.IHCElementWithChildren<?> aContent,
boolean bDisabled,
com.helger.webctrls.custom.IIcon aIcon) |
BootstrapNav |
addItem(String sText,
com.helger.commons.url.ISimpleURL aTarget) |
BootstrapNav |
addItem(String sText,
com.helger.commons.url.ISimpleURL aTarget,
boolean bDisabled) |
BootstrapNav |
addItem(String sText,
com.helger.commons.url.ISimpleURL aTarget,
boolean bDisabled,
com.helger.webctrls.custom.IIcon aIcon) |
BootstrapNav |
addItem(String sText,
com.helger.commons.url.ISimpleURL aTarget,
com.helger.webctrls.custom.IIcon aIcon) |
EBootstrapNavType |
getNavType() |
applyProperties, getType, setType, toStringaddAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addAndReturnItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, getFirstItem, getLastItem, onAddItemaddAndReturnChild, 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, onRemovedpublic static final boolean DEFAULT_DISABLED
public BootstrapNav()
public BootstrapNav(@Nonnull EBootstrapNavType eNavType)
@Nonnull public EBootstrapNavType getNavType()
@Nonnull public BootstrapNav addItem(@Nullable String sText, @Nonnull com.helger.commons.url.ISimpleURL aTarget)
@Nonnull public BootstrapNav addItem(@Nullable String sText, @Nonnull com.helger.commons.url.ISimpleURL aTarget, @Nullable com.helger.webctrls.custom.IIcon aIcon)
@Nonnull public BootstrapNav addItem(@Nullable String sText, @Nonnull com.helger.commons.url.ISimpleURL aTarget, boolean bDisabled)
@Nonnull public BootstrapNav addItem(@Nullable String sText, @Nonnull com.helger.commons.url.ISimpleURL aTarget, boolean bDisabled, @Nullable com.helger.webctrls.custom.IIcon aIcon)
@Nonnull public BootstrapNav addItem(@Nullable com.helger.html.hc.IHCElementWithChildren<?> aContent)
@Nonnull public BootstrapNav addItem(@Nullable com.helger.html.hc.IHCElementWithChildren<?> aContent, boolean bDisabled)
@Nonnull public BootstrapNav addItem(@Nullable com.helger.html.hc.IHCElementWithChildren<?> aContent, boolean bDisabled, @Nullable com.helger.webctrls.custom.IIcon aIcon)
@Nonnull public BootstrapNav addDivider()
@Nonnull public BootstrapNav addHeader(@Nullable String sHeaderText)
@Nonnull public BootstrapDropdownMenu addDropdownMenu(@Nullable String sText)
@Nonnull public BootstrapDropdownMenu addDropdownMenu(@Nullable com.helger.html.hc.IHCNode aText)
Copyright © 2014–2015 Philip Helger. All rights reserved.