Class Theme.Fileset

A recursive set of files sharing the same requirements.

Synopsis

VERSION@

Since

3.0

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

Theme.Fileset(String)

Parameters

name

Name of the fileset.

Create new empty fileset.

getFileNames()

Parameters

return

list of filenames.

Get list of all files in this theme.

getFileNames(WebBrowser, String)

Parameters

return

list of filenames supporting the given terminal.

Get list of file names matching WebBrowserType.

supports(WebBrowser)

Parameters

return

True if fileset supports the given browser. False otherwise.

Does this file support the given terminal.

toString()

See Also
java.lang.Object.toString