public interface LeadItem
Modifier and Type | Method and Description |
---|---|
boolean |
isLeadItem()
Tells if this item is leading item
|
void |
setLeadItem(boolean lead)
Configures this item as leading item
|
@NonNull boolean isLeadItem()
void setLeadItem(boolean lead)
lead
- true if leading, false otherwise