Uses of Class
com.google.gwt.dom.client.Style.WhiteSpace
-
Packages that use Style.WhiteSpace Package Description com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.safecss.shared Shared classes for creating safe CSS style content. -
-
Uses of Style.WhiteSpace in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return Style.WhiteSpace Modifier and Type Method Description static Style.WhiteSpace
Style.WhiteSpace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Style.WhiteSpace[]
Style.WhiteSpace. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.dom.client with parameters of type Style.WhiteSpace Modifier and Type Method Description void
Style. setWhiteSpace(Style.WhiteSpace value)
Set the 'white-space' CSS property. -
Uses of Style.WhiteSpace in com.google.gwt.safecss.shared
Methods in com.google.gwt.safecss.shared with parameters of type Style.WhiteSpace Modifier and Type Method Description static SafeStyles
SafeStylesUtils. forWhiteSpace(Style.WhiteSpace value)
Set the 'white-space' CSS property.SafeStylesBuilder
SafeStylesBuilder. whiteSpace(Style.WhiteSpace whiteSpace)
Append the 'white-space' CSS property.
-