Uses of Class
cn.mapway.ui.client.mvc.attribute.Option
-
Packages that use Option Package Description cn.mapway.ui.client.mvc.attribute cn.mapway.ui.client.widget -
-
Uses of Option in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute that return Option Modifier and Type Method Description OptionOption. setInitSelected(boolean selected)OptionOption. setSelected(boolean selected)Methods in cn.mapway.ui.client.mvc.attribute that return types with arguments of type Option Modifier and Type Method Description List<Option>IOptionProvider. getOptions()List<Option>OptionProvider. getOptions()Method parameters in cn.mapway.ui.client.mvc.attribute with type arguments of type Option Modifier and Type Method Description voidIOptionProviderCallback. setOptions(List<Option> options) -
Uses of Option in cn.mapway.ui.client.widget
Method parameters in cn.mapway.ui.client.widget with type arguments of type Option Modifier and Type Method Description voidDropdown. setOptions(List<Option> options)voidMultipleDropdown. setOptions(List<Option> options)
-