Uses of Enum Class
eu.webtoolkit.jwt.ContentLoading
Packages that use ContentLoading
-
Uses of ContentLoading in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return ContentLoadingModifier and TypeMethodDescriptionstatic ContentLoading
Returns the enum constant of this class with the specified name.static ContentLoading[]
ContentLoading.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 ContentLoadingModifier and TypeMethodDescriptionWMenu.addItem
(CharSequence name, WWidget contents, ContentLoading policy) Adds an item.WMenu.addItem
(String iconPath, CharSequence name, WWidget contents, ContentLoading policy) Adds an item.WTabWidget.addTab
(WWidget child, CharSequence label, ContentLoading loadPolicy) Adds a new tab, with child as content, and the given label.WMenu.insertItem
(int index, CharSequence name, WWidget contents, ContentLoading policy) inserts an item.WMenu.insertItem
(int index, String iconPath, CharSequence name, WWidget contents, ContentLoading policy) inserts an item.WTabWidget.insertTab
(int index, WWidget child, CharSequence label, ContentLoading loadPolicy) Inserts a new tab, with child as content, and the given label.void
WMenuItem.setContents
(WWidget contents, ContentLoading policy) Sets the contents widget for this item.void
WTreeNode.setLoadPolicy
(ContentLoading loadPolicy) Sets the load policy for this tree.Constructors in eu.webtoolkit.jwt with parameters of type ContentLoadingModifierConstructorDescriptionWMenuItem
(CharSequence text, WWidget contents, ContentLoading policy) Creates a new item with given label.WMenuItem
(String iconPath, CharSequence text, WWidget contents, ContentLoading policy)