public abstract class RecyclerBinderViewHolder
extends RecyclerView.ViewHolder
RecyclerBinder
Constructor and Description |
---|
RecyclerBinderViewHolder(View itemView) |
Modifier and Type | Method and Description |
---|---|
abstract LithoView |
getLithoView()
Return the LithoView, which will be used to bind Components.
|
abstract void |
setLithoViewLayoutParams(LithoView lithoView,
int width,
int height,
int widthSpec,
int heightSpec,
boolean isFullSpan)
Overwrite the LayoutPrams of the LithoView, which is an optional step if there is no need to do
so.
|
public abstract LithoView getLithoView()
public abstract void setLithoViewLayoutParams(LithoView lithoView, int width, int height, int widthSpec, int heightSpec, boolean isFullSpan)