Uses of Interface
com.vaadin.classic.v8.server.Resource
-
Packages that use Resource Package Description com.vaadin.classic.v8.event com.vaadin.classic.v8.server com.vaadin.classic.v8.ui -
-
Uses of Resource in com.vaadin.classic.v8.event
Methods in com.vaadin.classic.v8.event that return Resource Modifier and Type Method Description ResourceAction. getIcon()Deprecated.Methods in com.vaadin.classic.v8.event with parameters of type Resource Modifier and Type Method Description voidAction. setIcon(Resource icon)Deprecated.Constructors in com.vaadin.classic.v8.event with parameters of type Resource Constructor Description Action(java.lang.String caption, Resource icon)Deprecated.ShortcutAction(java.lang.String caption, Resource icon, int kc, int... m)Deprecated.ShortcutListener(java.lang.String caption, Resource icon, int keyCode, int... modifierKeys)Deprecated. -
Uses of Resource in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return Resource Modifier and Type Method Description protected ResourceAbstractClientConnector. getResource(java.lang.String key)Deprecated.not supported - calling this does nothing but logs a warning in development modeMethods in com.vaadin.classic.v8.server with parameters of type Resource Modifier and Type Method Description protected voidAbstractClientConnector. setResource(java.lang.String key, Resource resource)Deprecated.not supported - calling this does nothing but logs a warning in development mode -
Uses of Resource in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui that return Resource Modifier and Type Method Description ResourceAbstractComponent. getIcon()Deprecated.ResourcePanel. getIcon()Non-op method.Methods in com.vaadin.classic.v8.ui with parameters of type Resource Modifier and Type Method Description voidAbstractComponent. setIcon(Resource icon)Deprecated.
-