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.


Nested Class Summary
static interface ListItem.OnClickAction
           
 
Field Summary
static String TAG
           
 
Method Summary
 ListItem.OnClickAction getOnClickAction()
           
 ListItem.OnClickAction getOnLongClickAction()
           
 
Methods inherited from interface org.solovyev.android.view.UpdatableViewBuilder
updateView
 
Methods inherited from interface org.solovyev.android.view.ViewBuilder
build
 

Field Detail

TAG

static final String TAG
See Also:
Constant Field Values
Method Detail

getOnClickAction

@Nullable
ListItem.OnClickAction getOnClickAction()

getOnLongClickAction

@Nullable
ListItem.OnClickAction getOnLongClickAction()


Copyright © 2014 se.solovyev. All Rights Reserved.