Uses of Enum
com.google.gwt.dom.client.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
Modifier 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.Modifier and TypeMethodDescriptionfinal void
Style.setWhiteSpace
(Style.WhiteSpace value) Set the 'white-space' CSS property.