Uses of Enum Class
com.vaadin.copilot.javarewriter.JavaStyleRewriter.StylingResult
Packages that use JavaStyleRewriter.StylingResult
-
Uses of JavaStyleRewriter.StylingResult in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaStyleRewriter.StylingResultModifier and TypeMethodDescriptionJavaStyleRewriter.setStyle(ComponentInfo componentInfo, String dashSeparatedProperty, String value, boolean allowNullValue) Sets the given inline style on the given component, replacing an existing style property if present.Returns the enum constant of this class with the specified name.static JavaStyleRewriter.StylingResult[]JavaStyleRewriter.StylingResult.values()Returns an array containing the constants of this enum class, in the order they are declared.