public interface IItem
ItemHierarchy
.Modifier and Type | Method and Description |
---|---|
int |
getLayoutResource()
Get the Android resource ID for locating the layout for this item.
|
boolean |
isEnabled() |
void |
onBindView(View view)
Called by items framework to display the data specified by this item.
|
int getLayoutResource()
onBindView(android.view.View)
.void onBindView(View view)
view
to reflect its data.view
- A view inflated from getLayoutResource()
, which should be updated to
display data from this item. This view may be recycled from other items with the
same layout resource.boolean isEnabled()