Link elements
A LinkViewElement
writes an <a>
tag to the output.
Element and builder
The ViewElement
implementation for a a
element is a LinkViewElement
and has a corresponding LinkViewElementBuilder
.
A LinkViewElement
can also be created via the BootstrapUiBuilders.bootstrap.builders.link
factory method.
Examples
Creating a link
import static com.foreach.across.modules.bootstrapui.ui.factories.BootstrapViewElements.bootstrap;
bootstrap.builders.link().build();