Uses of Interface
eu.webtoolkit.jwt.WTemplate.Function
Packages that use WTemplate.Function
-
Uses of WTemplate.Function in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as WTemplate.FunctionModifier and TypeFieldDescriptionstatic final WTemplate.FunctionWTemplate.Functions.blockA function that renders a macro block.static final WTemplate.FunctionWTemplate.Functions.idA function that resolves the id of a bound widget.static final WTemplate.FunctionWTemplate.Functions.trA function that resolves to a localized string.static final WTemplate.FunctionWTemplate.Functions.while_fA function that renders a macro block as long as the given condition is true.Methods in eu.webtoolkit.jwt with parameters of type WTemplate.FunctionModifier and TypeMethodDescriptionvoidWTemplate.addFunction(String name, WTemplate.Function function) Binds a function.