Example usage for Java com.vaadin.ui Flash fields, constructors, methods, implement or subclass
The text is from its open source code.
Flash() Creates a new empty Flash component. |
void | setHeight(float height, Unit unit) |
void | setHeight(String height) |
void | setParameter(String name, String value) Sets an object parameter. |
void | setSource(Resource source) Sets the object source resource. |
void | setWidth(float width, Unit unit) |
void | setWidth(String width) |