Uses of Enum Class
eu.webtoolkit.jwt.WPopupMenu.AutoHideBehaviour
Packages that use WPopupMenu.AutoHideBehaviour
-
Uses of WPopupMenu.AutoHideBehaviour in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WPopupMenu.AutoHideBehaviourModifier and TypeMethodDescriptionWPopupMenu.getAutoHideBehaviour()Returns the auto-hide behaviour.static WPopupMenu.AutoHideBehaviourReturns the enum constant of this class with the specified name.static WPopupMenu.AutoHideBehaviour[]WPopupMenu.AutoHideBehaviour.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 WPopupMenu.AutoHideBehaviourModifier and TypeMethodDescriptionvoidWPopupMenu.setAutoHideBehaviour(WPopupMenu.AutoHideBehaviour behaviour) Configures auto-hide behaviour.