interface GeneratedModel<T : Any!>
Interface applied to generated models to allow the base adapter to interact with them.
abstract fun handlePostBind(objectToBind: T, position: Int): Unit
Called on the generated model immediately after the main model onBind method has been called. This let's the generated model handle binding of its own and dispatch calls to its onBind listener. |
|
abstract fun handlePreBind(holder: EpoxyViewHolder!, objectToBind: T, position: Int): Unit
Called on the generated model immediately before the main model onBind method has been called. This let's the generated model handle binding setup of its own |
open class CarouselModel_ : EpoxyModel<Carousel!>, GeneratedModel<Carousel!>, CarouselModelBuilder
Generated file. Do not modify! |
|
open class GroupModel_ : GroupModel, GeneratedModel<ModelGroupHolder!>, GroupModelBuilder
Generated file. Do not modify! |