| Modifier and Type | Method and Description |
|---|---|
static Transition |
Transition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transition[] |
Transition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Animation |
Animation.transition(Transition transition)
sets the transition type for this animation.
|
| Constructor and Description |
|---|
AnimationCollapseStrategy(Transition transition,
CollapseDuration duration) |
AnimationCollapseStrategy(Transition showTransition,
Transition hideTransition,
CollapseDuration duration) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.inTransition(Transition inTransition)
Defines the animation transition to be applied to show up the notification when
Notification.show() is called. |
Notification |
Notification.outTransition(Transition outTransition)
Defines the animation transition to be applied to close up the notification when
Notification.close() is called, or the duration ends. |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Stepper.getActivateStepTransition() |
Transition |
Stepper.getDeactivateStepTransition() |
| Modifier and Type | Method and Description |
|---|---|
Stepper |
Stepper.setActivateStepTransition(Transition activateStepTransition) |
Stepper |
Stepper.setDeactivateStepTransition(Transition deactivateStepTransition) |
| Modifier and Type | Method and Description |
|---|---|
VerticalTabsPanel |
VerticalTabsPanel.setTransition(Transition transition) |
TabsPanel |
TabsPanel.setTransition(Transition transition) |
Copyright © 2019–2022 Dominokit. All rights reserved.