public static class DialogsListAdapter.DialogViewHolder<DIALOG extends IDialog> extends DialogsListAdapter.BaseDialogViewHolder<DIALOG>
| Modifier and Type | Field | Description |
|---|---|---|
protected android.view.ViewGroup |
container |
|
protected com.stfalcon.chatkit.dialogs.DialogListStyle |
dialogStyle |
|
protected android.view.View |
divider |
|
protected android.view.ViewGroup |
dividerContainer |
|
protected android.widget.ImageView |
ivAvatar |
|
protected android.widget.ImageView |
ivLastMessageUser |
|
protected android.view.ViewGroup |
root |
|
protected android.widget.TextView |
tvBubble |
|
protected android.widget.TextView |
tvDate |
|
protected android.widget.TextView |
tvLastMessage |
|
protected android.widget.TextView |
tvName |
datesFormatter, imageLoader, onDialogClickListener, onDialogViewClickListener, onDialogViewLongClickListener, onLongItemClickListener| Constructor | Description |
|---|---|
DialogViewHolder(android.view.View itemView) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getDateString(java.util.Date date) |
|
protected com.stfalcon.chatkit.dialogs.DialogListStyle |
getDialogStyle() |
|
void |
onBind(DIALOG dialog) |
|
protected void |
setDialogStyle(com.stfalcon.chatkit.dialogs.DialogListStyle dialogStyle) |
setDatesFormatter, setOnDialogClickListener, setOnDialogViewClickListener, setOnDialogViewLongClickListener, setOnLongItemClickListenerprotected com.stfalcon.chatkit.dialogs.DialogListStyle dialogStyle
protected android.view.ViewGroup container
protected android.view.ViewGroup root
protected android.widget.TextView tvName
protected android.widget.TextView tvDate
protected android.widget.ImageView ivAvatar
protected android.widget.ImageView ivLastMessageUser
protected android.widget.TextView tvLastMessage
protected android.widget.TextView tvBubble
protected android.view.ViewGroup dividerContainer
protected android.view.View divider
public void onBind(DIALOG dialog)
onBind in class ViewHolder<DIALOG extends IDialog>protected java.lang.String getDateString(java.util.Date date)
protected com.stfalcon.chatkit.dialogs.DialogListStyle getDialogStyle()
protected void setDialogStyle(com.stfalcon.chatkit.dialogs.DialogListStyle dialogStyle)