Uses of Class
eu.webtoolkit.jwt.WAnimation
Packages that use WAnimation
-
Uses of WAnimation in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WAnimationMethods in eu.webtoolkit.jwt with parameters of type WAnimationModifier and TypeMethodDescriptionvoidWWidget.animateHide(WAnimation animation) Hides the widget using an animation.voidWWidget.animateShow(WAnimation animation) Shows the widget using an animation.booleanWAnimation.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.voidWPanel.setAnimation(WAnimation transition) Sets an animation.final voidWStackedWidget.setCurrentIndex(int index, WAnimation animation) Changes the current widget using a custom animation.voidWStackedWidget.setCurrentIndex(int index, WAnimation animation, boolean autoReverse) Changes the current widget using a custom animation.voidWCompositeWidget.setHidden(boolean hidden, WAnimation animation) voidWDateEdit.setHidden(boolean hidden, WAnimation animation) Hide/unhide the widget.voidWDatePicker.setHidden(boolean hidden, WAnimation animation) Deprecated.Hide/unhide the widget.voidWDialog.setHidden(boolean hidden, WAnimation animation) voidWFormWidget.setHidden(boolean hidden, WAnimation animation) Sets the hidden state of this widget.voidWMenuItem.setHidden(boolean hidden, WAnimation animation) voidWMessageBox.setHidden(boolean hidden, WAnimation animation) voidWPopupMenu.setHidden(boolean hidden, WAnimation animation) voidWPopupWidget.setHidden(boolean hidden, WAnimation animation) voidWTableView.setHidden(boolean hidden, WAnimation animation) voidWTimeEdit.setHidden(boolean hidden, WAnimation animation) voidWWebWidget.setHidden(boolean hidden, WAnimation animation) abstract voidWWidget.setHidden(boolean hidden, WAnimation animation) Hides or shows the widget.final voidWStackedWidget.setTransitionAnimation(WAnimation animation) Specifies an animation used during transitions.voidWStackedWidget.setTransitionAnimation(WAnimation animation, boolean autoReverse) Specifies an animation used during transitions.static StandardButtonWMessageBox.show(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons, WAnimation animation) Convenience method to show a message box, blocking the current thread.