Uses of Enum Class
eu.webtoolkit.jwt.TemplateWidgetIdMode
Packages that use TemplateWidgetIdMode
-
Uses of TemplateWidgetIdMode in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return TemplateWidgetIdModeModifier and TypeMethodDescriptionWTemplate.getWidgetIdMode()Returns how the varName is reflected on a bound widget.static TemplateWidgetIdModeReturns the enum constant of this class with the specified name.static TemplateWidgetIdMode[]TemplateWidgetIdMode.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 TemplateWidgetIdModeModifier and TypeMethodDescriptionvoidWTemplate.setWidgetIdMode(TemplateWidgetIdMode mode) Sets how the varName should be reflected on bound widgets.