| Package | Description |
|---|---|
| org.fujion.component |
| Modifier and Type | Method and Description |
|---|---|
Comboitem |
Combobox.getSelectedItem()
Returns the currently selected item, if any.
|
| Modifier and Type | Method and Description |
|---|---|
IModelAndView<Comboitem,?> |
Combobox.getModelAndView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Combobox._updateSelected(Comboitem item)
Update the selected item to the specified value.
|
int |
Comboitem.compareTo(Comboitem o)
Compares two combo items by comparing the label and value properties, respectively.
|
void |
Combobox.setSelectedItem(Comboitem item)
Sets the currently selected item.
|
Copyright © 2018 Fujion Framework. All rights reserved.