@BindElement(name="text") public class TextComponent<T> extends AbstractComponent
| Constructor and Description |
|---|
TextComponent(Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
render() |
void |
setValue(java.util.function.Supplier<T> value) |
destroy, getSlotpublic TextComponent(Slot slot)
@BindAttribute(name="value") public void setValue(java.util.function.Supplier<T> value)
public void render()
Copyright © 2019. All rights reserved.