| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.components.builder | |
| com.foreach.across.modules.bootstrapui.ui.factories |
| Modifier and Type | Method and Description |
|---|---|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.dropDownWither(com.foreach.across.modules.web.ui.ViewElement.WitherSetter<com.foreach.across.modules.web.ui.elements.HtmlViewElement> dropDownWither)
Configure a wither method to be added to each dropdown item being generated.
|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.navbar()
Render menu as navbar links.
|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.pills()
Render menu as pills.
|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.replaceGroupBySelectedItem()
Shorthand for
replaceGroupBySelectedItem(true). |
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.replaceGroupBySelectedItem(boolean replaceGroup)
If
true, whenever a group has one of its items selected,
the link text for the group will be replaced by the text of the selected item. |
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.simple()
Render menu with no specific nav style.
|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.stacked()
Render menu as stacked pills, with a dropright.
|
DefaultNavComponentBuilder |
DefaultNavComponentBuilder.tabs()
Render menu as tabs.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultNavComponentBuilder |
BootstrapViewElementBuilders.nav() |
DefaultNavComponentBuilder |
BootstrapViewElementBuilders.nav(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
Copyright © 2020. All rights reserved.