Uses of Enum Class
eu.webtoolkit.jwt.Property
-
Uses of Property in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionstatic Property
Returns the enum constant of this class with the specified name.static Property[]
Property.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDomElement.getProperties()
Returns all properties currently set.Modifier and TypeMethodDescriptionvoid
DomElement.addPropertyWord
(Property property, String value) Adds a 'word' to a property.static String
DomElement.cssJavaScriptName
(Property property) Returns the name for a JavaScript DOM style property, as a string.static String
Returns the name for a CSS property, as a string.DomElement.getProperty
(Property property) Returns a property value set.void
DomElement.removeProperty
(Property property) Removes a property.void
DomElement.setProperty
(Property property, String value) Sets a property.Modifier and TypeMethodDescriptionvoid
DomElement.setProperties
(SortedMap<Property, String> properties) Sets a whole map of properties.