ItemBridgeAdapter.Wrapper

abstract class ItemBridgeAdapter.Wrapper

Known direct subclasses
ItemBridgeAdapterShadowOverlayWrapper

A wrapper class working with ItemBridgeAdapter to wrap item view in a ShadowOverlayContainer.


Interface for wrapping a view created by a Presenter into another view. The wrapper must be the immediate parent of the wrapped view.

Summary

Public constructors

Public functions

abstract View!
abstract Unit
wrap(wrapper: View!, wrapped: View!)

Public constructors

Wrapper

Added in 1.1.0
Wrapper()

Public functions

createWrapper

Added in 1.1.0
abstract fun createWrapper(root: View!): View!

wrap

Added in 1.1.0
abstract fun wrap(wrapper: View!, wrapped: View!): Unit