Uses of Class
tools.dynamia.zk.ui.model.SimpleItem
-
Packages that use SimpleItem Package Description tools.dynamia.zk.ui tools.dynamia.zk.ui.model -
-
Uses of SimpleItem in tools.dynamia.zk.ui
Methods in tools.dynamia.zk.ui that return types with arguments of type SimpleItem Modifier and Type Method Description List<SimpleItem>SimpleCombobox. getSimpleModel()Methods in tools.dynamia.zk.ui with parameters of type SimpleItem Modifier and Type Method Description voidSimpleCombobox. setSelected(SimpleItem selected)Method parameters in tools.dynamia.zk.ui with type arguments of type SimpleItem Modifier and Type Method Description voidSimpleCombobox. setSimpleModel(List<SimpleItem> simpleModel) -
Uses of SimpleItem in tools.dynamia.zk.ui.model
Methods in tools.dynamia.zk.ui.model that return types with arguments of type SimpleItem Modifier and Type Method Description static List<SimpleItem>SimpleItem. parse(Map<String,Object> map)
-