Class ThemeResource

Theme resource is a named theme dependant resource provided and managed by a theme. The actual resource contents are dynamically resolved to comply with the used theme by the terminal adapter. This is commonly used to provide static images, flash, java-applets, etc for the terminals.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.ThemeResource

ThemeResource(String)

Create a resource.

equals(Object)

Parameters

obj

the object to be tested for equality

return

true if the given object equals this Icon, false if not

See Also
java.lang.Object.equals

Tests if the given object equals this Resource.

getMIMEType()

Description copied from interface: getMIMEType

Get the MIME type of the resource.

getResourceId()

Get the resource id

hashCode()

See Also
java.lang.Object.hashCode