Methods Summary |
---|
public long | getContactId()Get the id of the contact associated with this chip.
|
public long | getDataId()Get the id of the data associated with this chip.
|
public java.lang.Long | getDirectoryId()Get the directory id of the contact associated with this chip.
|
public java.lang.CharSequence | getDisplay()Get the text displayed in the chip.
|
public com.android.ex.chips.RecipientEntry | getEntry()Get associated RecipientEntry.
|
public java.lang.String | getLookupKey()Get the directory lookup key associated with this chip, or null .
|
public java.lang.CharSequence | getOriginalText()Set the text in the edittextview originally associated with this chip
before any reverse lookups.
|
public java.lang.CharSequence | getValue()Get the text value this chip represents.
|
public boolean | isSelected()Return true if the chip is selected.
|
public void | setOriginalText(java.lang.String text)Set the text in the edittextview originally associated with this chip
before any reverse lookups.
|
public void | setSelected(boolean selected)Set the selected state of the chip.
|