Index

C D E G L O R T U W 
All Classes and Interfaces|All Packages|Serialized Form

C

com.flowingcode.vaadin.addons.litetemplate - package com.flowingcode.vaadin.addons.litetemplate
 

D

disableInterpolation() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Disable interpolation of template properties within the attributes and properties of this component and its children.
disableInterpolation() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Disable interpolation of template properties within the attributes and properties of the template components and their children.
disableInterpolation(Component) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Disable interpolation of template properties within the attributes and properties of the specified component and its children.

E

enableInterpolation() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Enable interpolation of template properties within the attributes and properties of this component and its children.
enableInterpolation(Component) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Enable interpolation of template properties within the attributes and properties of the specified component and its children.

G

getElement() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Unsupported operation.
getEventBus() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Unsupported operation.
getItem(ComponentEvent<?>, Class<T>) - Static method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Returns the item of an event fired on the template.

L

LiteComponent<COMPONENT extends Component> - Class in com.flowingcode.vaadin.addons.litetemplate
Wrapper around a Component that provides fluent methods for managing attributes, properties, and event listeners.
LiteRenderer<SOURCE> - Class in com.flowingcode.vaadin.addons.litetemplate
Renderer that uses a component instance as template.

O

of(C) - Static method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Returns an instance of LiteComponent for the given component.
of(Component, Component...) - Static method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Creates a new LiteRenderer using the specified template components.

R

render(Element, DataKeyMapper<SOURCE>, String) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
 

T

toString() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Returns a string representation of the object.

U

unwrap() - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Returns the wrapped component.

W

withAttribute(Component, String, ValueProvider<SOURCE, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Binds a dynamic attribute to a specified component inside the template..
withAttribute(Component, String, String) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Assigns a static attribute to a specified component in the template.
withAttribute(String, boolean) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets a boolean attribute on the component.
withAttribute(String, ValueProvider<SOURCE, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets a dynamic attribute on the component.
withAttribute(String, String) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets a string attribute on the component.
withElementProperty(String, boolean) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given boolean value.
withElementProperty(String, double) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given numeric value.
withElementProperty(String, ValueProvider<SOURCE, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets a dynamic element property.
withElementProperty(String, String) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given string value.
withElementPropertyBean(String, Object) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given bean, converted to a JSON object.
withElementPropertyJson(String, JsonValue) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given JSON value.
withElementPropertyList(String, List<?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given list of beans or primitive values, converted to a JSON array.
withElementPropertyMap(String, Map<String, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Sets an element property to the given map of beans or primitive values, converted to a JSON array.
withListener(Component, String, SerializableBiConsumer<SOURCE, JsonArray>, String...) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Registers an event listener for a DOM event on one of the child elements within the template component.
withListener(Component, String, SerializableConsumer<SOURCE>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Registers an event listener for a DOM event on one of the child elements within the template component.
withListener(String, SerializableBiConsumer<SOURCE, JsonArray>, String...) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Registers an event listener for a DOM event on one of the child elements within the template component.
withListener(String, SerializableConsumer<SOURCE>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteComponent
Registers an event listener for a DOM event on one of the child elements within the template component.
withProperty(Component, String, ValueProvider<SOURCE, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Binds a dynamic property with a specified component inside the template.
withProperty(String, ValueProvider<SOURCE, ?>) - Method in class com.flowingcode.vaadin.addons.litetemplate.LiteRenderer
Makes a Lit property available to the template component.
C D E G L O R T U W 
All Classes and Interfaces|All Packages|Serialized Form