Uses of Enum
com.google.gwt.dom.client.Style.WhiteSpace
Packages that use Style.WhiteSpace
Package
Description
Classes for low-level DOM programming.
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.WhiteSpaceModifier and TypeMethodDescriptionstatic Style.WhiteSpace
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.WhiteSpaceModifier and TypeMethodDescriptionfinal void
Style.setWhiteSpace
(Style.WhiteSpace value) Set the 'white-space' CSS property.