| Constructor and Description |
|---|
HtmlObject(AbstractStreamResource data,
Param... params)
Creates a new
<object> component with given data
resource value and "param" components. |
HtmlObject(AbstractStreamResource data,
String type,
Param... params)
Creates a new
<object> component with given data
resource, type value and "param" components. |
HtmlObject(String data,
Param... params)
Creates a new
<object> component with given data and
"param" components. |
HtmlObject(String data,
String type,
Param... params)
Creates a new
<object> component with given data, type
attribute values and and "param" components. |
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.