ListItemProvider
public
abstract
class
ListItemProvider
extends Object
Supplies data as ListItem
.
Summary
Nested classes |
class |
ListItemProvider.ListProvider<VH extends ListItem.ViewHolder>
A simple provider that wraps around a list.
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
ListItemProvider
public ListItemProvider ()
Public methods
get
public abstract ListItem<VH> get (int position)
Returns ListItem
at requested position.
size
public abstract int size ()
Returns |
int |
number of total items.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.