Uses of Enum Class
eu.webtoolkit.jwt.DomElementType
Packages that use DomElementType
-
Uses of DomElementType in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return DomElementTypeModifier and TypeMethodDescriptionDomElement.getType()Returns the element type.static DomElementTypeDomElement.parseTagName(String tag) Parses a tag name to a DOMElement type.static DomElementTypeReturns the enum constant of this class with the specified name.static DomElementType[]DomElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type DomElementTypeModifier and TypeMethodDescriptionstatic DomElementDomElement.createNew(DomElementType type) Creates a reference to a new element.static DomElementDomElement.getForUpdate(WObject object, DomElementType type) Creates a reference to an existing element, deriving the ID from an object.static DomElementDomElement.getForUpdate(String id, DomElementType type) Creates a reference to an existing element, using its ID.static booleanDomElement.isDefaultInline(DomElementType type) Returns whether a paritcular element is by default inline.static booleanDomElement.isSelfClosingTag(DomElementType element) Returns whether a tag is self-closing in HTML.voidDomElement.setType(DomElementType type) Sets the element type.static StringDomElement.tagName(DomElementType type) Returns the tag name for a DOMElement type.static DomElementDomElement.updateGiven(String var, DomElementType type) Creates a reference to an existing element, using an expression to access the element.Constructors in eu.webtoolkit.jwt with parameters of type DomElementType -
Uses of DomElementType in eu.webtoolkit.jwt.render
Methods in eu.webtoolkit.jwt.render that return DomElementType