Package 

Class SwapViewKt

  • All Implemented Interfaces:

    
    public final class SwapViewKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      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.
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.

      • 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.