| Package | Description |
|---|---|
| com.helger.bootstrap3.well |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapWell |
BootstrapWell.create(com.helger.html.hc.IHCNode... aChildren)
Create a new element with the passed child nodes
|
static BootstrapWell |
BootstrapWell.create(com.helger.html.hc.IHCNode aChild)
Create a new element with the passed child node
|
static BootstrapWell |
BootstrapWell.create(Iterable<? extends com.helger.html.hc.IHCNode> aChildren)
Create a new element with the passed child nodes
|
static BootstrapWell |
BootstrapWell.create(String... aChildren)
Create a new element with the passed child texts
|
static BootstrapWell |
BootstrapWell.create(String sChild)
Create a new element with the passed child text
|
Copyright © 2014–2015 Philip Helger. All rights reserved.