@BindElement(name="let") public class LetComponent extends AbstractComponent
| Constructor and Description |
|---|
LetComponent(Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
render() |
void |
setBody(LetBody body) |
void |
setDefinitions(List<LetDefinition<?>> definitions) |
getSlotpublic LetComponent(Slot slot)
@BindElement(name="var") public void setDefinitions(List<LetDefinition<?>> definitions)
@BindElement(name="in") public void setBody(LetBody body)
public void render()
public void destroy()
destroy in interface Renderabledestroy in class AbstractComponentCopyright © 2019. All rights reserved.