Element<R,U>
public class Text<R,U,Z extends Element> extends AbstractElement<Text,Z>
attrs, binderMethod, children, name, parent
Constructor | Description |
---|---|
Text(Z parent,
String text) |
|
Text(Z parent,
java.util.function.Function<R,U> textFunction) |
Modifier and Type | Method | Description |
---|---|---|
void |
accept(ElementVisitor visitor) |
|
Text |
addAttr(Attribute var1) |
|
Text |
addChild(Element var1) |
|
Text<R,U,Z> |
cloneElem() |
|
String |
getValue() |
|
U |
getValue(R model) |
|
Text |
self() |
binder, bindTo, clone, find, getAttributes, getChildren, getName, isBound, ยบ
public Text(Z parent, java.util.function.Function<R,U> textFunction)
Copyright © 2018. All rights reserved.