JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.zopim.android.sdk.ui.view
Interface ViewBinder
All Known Implementing Classes:
AgentMessageView
,
AgentTypingView
,
ChatEventView
,
ChatMemberEventView
,
VisitorMessageView
public interface
ViewBinder
Binder interface used to allow binding of
RowItem
to the view.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
bind
(
RowItem
item)
Binds row item values to the view
Method Detail
bind
void bind(
RowItem
item)
Binds row item values to the view
Parameters:
item
- to bind to
See Also:
RowItem
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method