Uses of Enum Class
eu.webtoolkit.jwt.Property
Packages that use Property
-
Uses of Property in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return PropertyModifier 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.Methods in eu.webtoolkit.jwt that return types with arguments of type PropertyModifier and TypeMethodDescriptionDomElement.getProperties()
Returns all properties currently set.Methods in eu.webtoolkit.jwt with parameters of type PropertyModifier 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.Method parameters in eu.webtoolkit.jwt with type arguments of type PropertyModifier and TypeMethodDescriptionvoid
DomElement.setProperties
(SortedMap<Property, String> properties) Sets a whole map of properties.