public static interface HistoryWidget.Adapter<T>
Modifier and Type | Method and Description |
---|---|
int |
compare(T record,
String key)
If record is newer than the key, return a positive number.
|
String |
getKey(T record) |
String |
getNextKey(String key) |
boolean |
isBuilding(T record) |
Copyright © 2004–2019. All rights reserved.