Index

C E I L N O S 
All Classes and Interfaces|All Packages|Serialized Form

C

com.storedobject.helper - package com.storedobject.helper
 

E

executeJS(String, Serializable...) - Method in class com.storedobject.helper.LitComponent
Execute Javascript function with the parameter passed.

I

ID - Class in com.storedobject.helper
A unique id generator that can be used to set a unique id for components.

L

LitComponent - Class in com.storedobject.helper
This is a simple base component to create a Vaadin component from a LitElement that supports easy execution of JavaScript.
LitComponent() - Constructor for class com.storedobject.helper.LitComponent
 
LitComponentWithSize - Class in com.storedobject.helper
A component that extends the functionality of LitComponent and implements the HasSize interface to support setting size-related properties such as width, height, minimum size, and maximum size.
LitComponentWithSize() - Constructor for class com.storedobject.helper.LitComponentWithSize
 

N

newID() - Static method in class com.storedobject.helper.ID
Get a new id.

O

onDetach(DetachEvent) - Method in class com.storedobject.helper.LitComponent
 

S

set(Component) - Static method in class com.storedobject.helper.ID
Set a unique id for the given component if it doesn't have an id now.
setHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMaxHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMaxWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMinHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMinWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setSize(String, String) - Method in class com.storedobject.helper.LitComponentWithSize
Set the size.
setWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
C E I L N O S 
All Classes and Interfaces|All Packages|Serialized Form