public class Page extends Object
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
b(Renderable... childrenElements) |
static Renderable |
b(String text) |
static Renderable |
br() |
static List<Renderable> |
content(Renderable... childrenElements) |
static Renderable |
h1(Renderable... childrenElements) |
static Renderable |
h1(String title) |
static Renderable |
html(Renderable... childrenElements) |
static Renderable |
img(List<ImgProp> props,
List<Renderable> childrenElements) |
static Renderable |
img(Renderable... childrenElements) |
static Text |
text(String content) |
static Renderable |
wrap(Renderable... childrenElements) |
public static Renderable wrap(Renderable... childrenElements)
public static Renderable html(Renderable... childrenElements)
public static Renderable img(Renderable... childrenElements)
public static Renderable img(List<ImgProp> props, List<Renderable> childrenElements)
public static Renderable h1(Renderable... childrenElements)
public static Renderable h1(String title)
public static Renderable b(Renderable... childrenElements)
public static Renderable b(String text)
public static Renderable br()
public static List<Renderable> content(Renderable... childrenElements)
Copyright © 2016. All rights reserved.