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