Interface Theme.Requirement

Generic requirement. Interface implemented by reuirements introducing method for checking compability with given terminal.

Synopsis

VERSION@

Since

3.0

Inheritance Path.  com.itmill.toolkit.terminal.web.Theme.Requirement

isMet(WebBrowser)

Parameters

terminal

type of the web browser.

return

True if terminal is compatible with this rule. False otherwise.

Check that this requirement is met by given type of browser.