public class DefaultIconDropDownItem<Type> extends java.lang.Object implements IconDropDownItem<Type>
| Constructor and Description |
|---|
DefaultIconDropDownItem(android.graphics.drawable.Drawable icon,
java.lang.String hint,
Type[] items,
Type selectedItem) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHint() |
android.graphics.drawable.Drawable |
getIcon() |
Type[] |
getItems() |
Type |
getSelectedItem() |
void |
setHint(java.lang.String hint) |
void |
setIcon(android.graphics.drawable.Drawable icon) |
void |
setItems(Type[] items) |
void |
setSelectedItem(Type selectedItem) |
public android.graphics.drawable.Drawable getIcon()
getIcon in interface IconDropDownItem<Type>public void setIcon(android.graphics.drawable.Drawable icon)
public java.lang.String getHint()
getHint in interface IconDropDownItem<Type>public void setHint(java.lang.String hint)
public Type[] getItems()
getItems in interface IconDropDownItem<Type>public void setItems(Type[] items)
public Type getSelectedItem()
getSelectedItem in interface IconDropDownItem<Type>public void setSelectedItem(Type selectedItem)