| Package | Description |
|---|---|
| org.teavm.flavour.components.attributes | |
| org.teavm.flavour.components.events | |
| org.teavm.flavour.components.html | |
| org.teavm.flavour.components.standard |
| Modifier and Type | Method and Description |
|---|---|
void |
ComputedAttribute.setValue(java.util.function.Supplier<?> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEventBinder.setHandler(java.util.function.Consumer<T> handler) |
void |
BaseAsyncEventBinder.setHandler(java.util.function.Consumer<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposeElementComponent.setElementConsumer(ElementConsumer elementConsumer) |
void |
CheckedChangeBinder.setListener(ValueChangeListener<Boolean> listener) |
void |
BidirectionalCheckedBinder.setListener(ValueChangeListener<Boolean> listener) |
void |
ValueChangeBinder.setListener(ValueChangeListener<String> listener) |
void |
BidirectionalValueBinder.setListener(ValueChangeListener<String> listener) |
void |
LinkComponent.setPath(java.util.function.Consumer<java.util.function.Consumer<String>> path) |
void |
EnabledBinder.setValue(java.util.function.Supplier<Boolean> value) |
void |
BidirectionalCheckedBinder.setValue(java.util.function.Supplier<Boolean> value) |
void |
CheckedBinder.setValue(java.util.function.Supplier<Boolean> value) |
void |
BidirectionalValueBinder.setValue(java.util.function.Supplier<T> value) |
void |
ValueBinder.setValue(java.util.function.Supplier<T> value) |
| 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) |
Copyright © 2019. All rights reserved.