org.solovyev.android.list
Interface ListItem
- All Superinterfaces:
- UpdatableViewBuilder<android.view.View>, ViewBuilder<android.view.View>
public interface ListItem
- extends UpdatableViewBuilder<android.view.View>
One row of list in Adapter. Can build, update view and provide functionality on clicking and on long clicking.
TAG
static final String TAG
- See Also:
- Constant Field Values
getOnClickAction
@Nullable
ListItem.OnClickAction getOnClickAction()
getOnLongClickAction
@Nullable
ListItem.OnClickAction getOnLongClickAction()
Copyright © 2014 se.solovyev. All Rights Reserved.