public class BootstrapDropdownMenuItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_ACTIVE |
| Constructor and Description |
|---|
BootstrapDropdownMenuItem() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.html.hc.html.AbstractHCA<?> |
createLink() |
com.helger.html.hc.IHCNode |
getLabel() |
com.helger.html.hc.html.HC_Target |
getTarget() |
boolean |
isActive() |
BootstrapDropdownMenuItem |
setActive(boolean bActive) |
BootstrapDropdownMenuItem |
setLabel(com.helger.html.hc.IHCNode... aLabels) |
BootstrapDropdownMenuItem |
setLabel(com.helger.html.hc.IHCNode aLabel) |
BootstrapDropdownMenuItem |
setLabel(Iterable<? extends com.helger.html.hc.IHCNode> aLabels) |
BootstrapDropdownMenuItem |
setLabel(String sText) |
BootstrapDropdownMenuItem |
setLinkAction(com.helger.html.js.provider.IJSCodeProviderWithSettings aJSCode) |
BootstrapDropdownMenuItem |
setLinkAction(com.helger.commons.url.ISimpleURL aURL) |
BootstrapDropdownMenuItem |
setTarget(com.helger.html.hc.html.HC_Target aTarget) |
public static final boolean DEFAULT_ACTIVE
@Nonnull public BootstrapDropdownMenuItem setLinkAction(@Nonnull com.helger.commons.url.ISimpleURL aURL)
@Nonnull public BootstrapDropdownMenuItem setLinkAction(@Nonnull com.helger.html.js.provider.IJSCodeProviderWithSettings aJSCode)
@Nonnull public BootstrapDropdownMenuItem setLabel(@Nullable String sText)
@Nonnull public BootstrapDropdownMenuItem setLabel(@Nullable com.helger.html.hc.IHCNode aLabel)
@Nonnull public BootstrapDropdownMenuItem setLabel(@Nullable com.helger.html.hc.IHCNode... aLabels)
@Nonnull public BootstrapDropdownMenuItem setLabel(@Nullable Iterable<? extends com.helger.html.hc.IHCNode> aLabels)
@Nullable public com.helger.html.hc.IHCNode getLabel()
@Nonnull public BootstrapDropdownMenuItem setTarget(@Nullable com.helger.html.hc.html.HC_Target aTarget)
@Nullable public com.helger.html.hc.html.HC_Target getTarget()
@Nonnull public BootstrapDropdownMenuItem setActive(boolean bActive)
public boolean isActive()
@Nonnull public com.helger.html.hc.html.AbstractHCA<?> createLink()
Copyright © 2014–2015 Philip Helger. All rights reserved.