-
- All Implemented Interfaces:
public abstract class ListViewItem
-
-
Constructor Summary
Constructors Constructor Description ListViewItem(String id, Integer itemType)
-
Method Summary
Modifier and Type Method Description final StringgetId()final IntegergetItemType()BooleanareContentsTheSame(ListViewItem other)IntegergetChangePayloadMask(ListViewItem oldItem)Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getItemType
final Integer getItemType()
-
areContentsTheSame
Boolean areContentsTheSame(ListViewItem other)
-
getChangePayloadMask
Integer getChangePayloadMask(ListViewItem oldItem)
-
-
-
-