| Package | Description |
|---|---|
| org.teavm.flavour.components.standard | |
| org.teavm.flavour.templates | |
| org.teavm.flavour.templates.emitting |
| Modifier and Type | Method and Description |
|---|---|
void |
ForEachComponent.setBody(Fragment body) |
void |
IfComponent.setBody(Fragment body) |
void |
WithComponent.setContent(Fragment content) |
void |
ChooseClause.setContent(Fragment content) |
void |
LetBody.setContent(Fragment content) |
void |
OtherwiseClause.setContent(Fragment content) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertComponent.setFragment(java.util.function.Supplier<Fragment> fragment) |
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Templates.create(Object model) |
| Modifier and Type | Method and Description |
|---|---|
DomBuilder |
DomBuilder.add(Fragment fragment) |
| Modifier and Type | Method and Description |
|---|---|
org.teavm.metaprogramming.Value<Fragment> |
TemplateEmitter.emitTemplate(org.teavm.metaprogramming.Value<Object> model,
String sourceFileName,
List<TemplateNode> fragment) |
Copyright © 2019. All rights reserved.