Uses of Class
eu.webtoolkit.jwt.WAnimation
-
Uses of WAnimation in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionvoid
WWidget.animateHide
(WAnimation animation) Hides the widget using an animation.void
WWidget.animateShow
(WAnimation animation) Shows the widget using an animation.boolean
WAnimation.equals
(WAnimation animation) Indicates whether some other object is "equal to" this one.WDialog.exec
(WAnimation animation) Executes the dialog in a recursive event loop.void
WPanel.setAnimation
(WAnimation transition) Sets an animation.final void
WStackedWidget.setCurrentIndex
(int index, WAnimation animation) Changes the current widget using a custom animation.void
WStackedWidget.setCurrentIndex
(int index, WAnimation animation, boolean autoReverse) Changes the current widget using a custom animation.void
WCompositeWidget.setHidden
(boolean hidden, WAnimation animation) void
WDateEdit.setHidden
(boolean hidden, WAnimation animation) Hide/unhide the widget.void
WDatePicker.setHidden
(boolean hidden, WAnimation animation) Deprecated.Hide/unhide the widget.void
WDialog.setHidden
(boolean hidden, WAnimation animation) void
WFormWidget.setHidden
(boolean hidden, WAnimation animation) Sets the hidden state of this widget.void
WMenuItem.setHidden
(boolean hidden, WAnimation animation) void
WMessageBox.setHidden
(boolean hidden, WAnimation animation) void
WPopupMenu.setHidden
(boolean hidden, WAnimation animation) void
WPopupWidget.setHidden
(boolean hidden, WAnimation animation) void
WTableView.setHidden
(boolean hidden, WAnimation animation) void
WTimeEdit.setHidden
(boolean hidden, WAnimation animation) void
WWebWidget.setHidden
(boolean hidden, WAnimation animation) abstract void
WWidget.setHidden
(boolean hidden, WAnimation animation) Hides or shows the widget.final void
WStackedWidget.setTransitionAnimation
(WAnimation animation) Specifies an animation used during transitions.void
WStackedWidget.setTransitionAnimation
(WAnimation animation, boolean autoReverse) Specifies an animation used during transitions.static StandardButton
WMessageBox.show
(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons, WAnimation animation) Convenience method to show a message box, blocking the current thread.