Class Theme.NotRequirement

Logical NOT requirement. Requirement implementing logical NOT operation. Wraps an another requirement and negates the meaning of it.

Synopsis

VERSION@

Since

3.0

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

Theme.NotRequirement(Theme.Requirement)

Parameters

requirement

The requirement to ne negated.

Create new NOT requirement based on another 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.

toString()

See Also
java.lang.Object.toString