Uses of Enum Class
eu.webtoolkit.jwt.ViewItemRenderFlag
Packages that use ViewItemRenderFlag
-
Uses of ViewItemRenderFlag in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return ViewItemRenderFlagModifier and TypeMethodDescriptionstatic ViewItemRenderFlag
Returns the enum constant of this class with the specified name.static ViewItemRenderFlag[]
ViewItemRenderFlag.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 ViewItemRenderFlagModifier and TypeMethodDescriptionprotected final WWidget
WItemDelegate.createEditor
(WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates an editor for a data item.final WWidget
WAbstractItemDelegate.update
(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates or updates a widget that renders an item.Method parameters in eu.webtoolkit.jwt with type arguments of type ViewItemRenderFlagModifier and TypeMethodDescriptionprotected WWidget
WItemDelegate.createEditor
(WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates an editor for a data item.abstract WWidget
WAbstractItemDelegate.update
(WWidget widget, WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates or updates a widget that renders an item.WItemDelegate.update
(WWidget widget, WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates or updates a widget that renders an item.