Class Theme.File

Theme XSL file description Description of a single XSL file included a theme.

Synopsis

VERSION@

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.web.Theme.File

Theme.File(String)

Parameters

name

Name of the file.

Create new file.

getName()

Parameters

return

Name of the file.

Get name of the file. The file name is relative and unique within a theme.

supports(WebBrowser)

Parameters

return

Always returns true.

Does this file support the given terminal. Single file requirements are not supported and therefore this always returns true.

toString()

See Also
java.lang.Object.toString