Closed vaadin-miki closed 11 months ago
Check existing boolean mixins (i.e. mixins that have a method with a boolean parameter) and add two default methods:
boolean
withXyz()
withXyz(true)
withoutXyz()
withXyz(false)
Check existing boolean mixins (i.e. mixins that have a method with a
boolean
parameter) and add two default methods:withXyz()
that callswithXyz(true)
withoutXyz()
that callswithXyz(false)