ChatListHeaderComponent

This class creates and executes the view corresponding to the header area.

Author

RC

Since

1.0

Constructors

Link copied to clipboard
public void ChatListHeaderComponent(Context context)
public void ChatListHeaderComponent(Context context, AttributeSet attrs)

Functions

Link copied to clipboard
public void addCenterView(View view, int index)
Adds to the middle container of the current view.
Link copied to clipboard
public void addLeftView(View view, int index)
Add to the left container of the current view
Link copied to clipboard
public void addRightView(View view, int index)
Add to the right container of the current view
Link copied to clipboard
public void notifyConnectStatus(ConnectStatus status)
Link copied to clipboard
public View onCreateView(Context context, LayoutInflater layoutInflater, ViewGroup parent, AttributeSet attrs)
Link copied to clipboard
public void removeCenterView(int index)
Remove the child View from the current view-middle container
Link copied to clipboard
public void removeLeftView(int index)
Removes the child view from the left container of the current view
Link copied to clipboard
public void removeRightView(int index)
Add to the right container of the current view
Link copied to clipboard
public void setSearchClickListener(OnClickListener listener)