public class IconDropDownRow extends DataBindingComponent<IconDropDownItem>
Modifier and Type | Field and Description |
---|---|
static RowFactory |
FACTORY |
Constructor and Description |
---|
IconDropDownRow(android.view.ViewGroup parent) |
Modifier and Type | Method and Description |
---|---|
void |
bind(IconDropDownItem data) |
DropDown |
getDropDown() |
java.lang.Object |
getSelectedItem() |
void |
setSelectedItem(java.lang.Object item) |
getBinding, getData, getView
public static final RowFactory FACTORY
public void bind(IconDropDownItem data)
bind
in interface Component<IconDropDownItem>
bind
in class DataBindingComponent<IconDropDownItem>
public DropDown getDropDown()
public java.lang.Object getSelectedItem()
public void setSelectedItem(java.lang.Object item)