Closed lukelast closed 3 years ago
Override GWT's (add | set | remove)StyleName methods to redirect them to the *ClassNameBaseVal instead. Otherwise calling them will trigger a runtime exception.
This would be a great addition to the codebase; it aligns with GWT API design, and would avoid a confusing runtime error.
Override GWT's (add | set | remove)StyleName methods to redirect them to the *ClassNameBaseVal instead. Otherwise calling them will trigger a runtime exception.