Uses of Enum Class
eu.webtoolkit.jwt.LinkTarget
Packages that use LinkTarget
-
Uses of LinkTarget in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return LinkTargetModifier and TypeMethodDescriptionWLink.getTarget()
Returns the location where the linked content should be displayed.static LinkTarget
Returns the enum constant of this class with the specified name.static LinkTarget[]
LinkTarget.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 LinkTargetModifier and TypeMethodDescriptionvoid
WLink.setTarget
(LinkTarget target) Sets the location where the linked content should be displayed.