Uses of Class
com.vaadin.flow.component.html.Param
-
Uses of Param in com.vaadin.flow.component.html
Constructors in com.vaadin.flow.component.html with parameters of type ParamModifierConstructorDescriptionHtmlObject(AbstractStreamResource data, Param... params) Deprecated, for removal: This API element is subject to removal in a future version.HtmlObject(AbstractStreamResource data, String type, Param... params) Deprecated, for removal: This API element is subject to removal in a future version.useHtmlObject(DownloadHandler,String, Param...)insteadHtmlObject(DownloadHandler data, Param... params) Creates a new<object>component with given data resource, type value and "param" components.HtmlObject(DownloadHandler 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.
HtmlObject(DownloadHandler,Param...)instead