-
- All Implemented Interfaces:
public final class SwapViewKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, SOURCE extends Observable<T>> SOURCEshowIn(SOURCE $self, SwapView swapView, TransitionTriple transition, Function1<T, View> makeView)Displays the Observable's view generator as the content of this view. final static <T extends ViewGenerator, SOURCE extends Observable<T>> SOURCEshowIn(SOURCE $self, SwapView swapView, ActivityAccess dependency, TransitionTriple transition)Displays the Observable's view generator as the content of this view. final static <T extends ViewGenerator, SOURCE extends Observable<List<T>>> SOURCEshowStackIn(SOURCE $self, SwapView swapView, ActivityAccess dependency, StackTransition stackTransition)Displays the view generator at the top of the stack in the observable as the content of this view Picks a default animation based on the change in stack size. -
-
Method Detail
-
showIn
final static <T extends Any, SOURCE extends Observable<T>> SOURCE showIn(SOURCE $self, SwapView swapView, TransitionTriple transition, Function1<T, View> makeView)
Displays the Observable's view generator as the content of this view. Uses a single animation.
-
showIn
final static <T extends ViewGenerator, SOURCE extends Observable<T>> SOURCE showIn(SOURCE $self, SwapView swapView, ActivityAccess dependency, TransitionTriple transition)
Displays the Observable's view generator as the content of this view. Uses a single animation.
-
showStackIn
final static <T extends ViewGenerator, SOURCE extends Observable<List<T>>> SOURCE showStackIn(SOURCE $self, SwapView swapView, ActivityAccess dependency, StackTransition stackTransition)
Displays the view generator at the top of the stack in the observable as the content of this view Picks a default animation based on the change in stack size.
-
-
-
-