| Package | Description |
|---|---|
| org.ujorm.tools.web |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExceptionProvider |
Element.next(@NotNull Consumer<Element> builder)
Add nested elements to the element.
|
@NotNull ExceptionProvider |
HtmlElement.next(@NotNull Consumer<HtmlElement> builder)
Add nested elements to the element.
|
static @NotNull ExceptionProvider |
ExceptionProvider.of()
A factory method
|
static @NotNull ExceptionProvider |
ExceptionProvider.of(@NotNull Throwable e)
A factory method
|
@NotNull ExceptionProvider |
Element.then(@NotNull Consumer<Element> builder)
Deprecated.
Use the method
Element.next(Consumer) rather. |
@NotNull ExceptionProvider |
HtmlElement.then(@NotNull Consumer<HtmlElement> builder)
Deprecated.
Use the method
HtmlElement.next(Consumer) rather. |
Copyright 2015, Pavel Ponec