Uses of Class
model.ComboBoxModel
Packages that use ComboBoxModel
-
Uses of ComboBoxModel in rpc.field
Methods in rpc.field that return ComboBoxModelModifier and TypeMethodDescriptionComboBoxRpcService.loadData()
ComboBoxRpcService.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) ComboBoxRpcService.loadDataWithFilter
(Object filterValue) ComboBoxRpcService.loadModelWithoutGraphConditions
(Object id, Object parentValue) -
Uses of ComboBoxModel in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom that return types with arguments of type ComboBoxModelModifier and TypeMethodDescriptionAccessLevelComboBoxServiceImpl.loadData()
AuthorityRoleBindComboBoxService.loadData()
OrgUnitComboBoxServiceImpl.loadData()
OrgUnitComboBoxServiceImpl.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) AuthorityRoleBindComboBoxService.loadDataWithFilter
(Object filterValue) OrgUnitComboBoxServiceImpl.loadDataWithFilter
(Object filterValue) -
Uses of ComboBoxModel in service.field
Methods in service.field that return ComboBoxModelModifier and TypeMethodDescriptionprotected ComboBoxModel
ComboBoxServiceImpl.convertToComboBoxModel
(TableRow row) default ComboBoxModel
ComboBoxService.loadModelWithoutGraphConditions
(Object id, Object parentValue) ComboBoxServiceImpl.loadModelWithoutGraphConditions
(Object id, Object parentValue) Methods in service.field that return types with arguments of type ComboBoxModelModifier and TypeMethodDescriptionComboBoxService.loadData()
ComboBoxServiceImpl.loadData()
FiasHouseServiceImpl.loadData()
default List<ComboBoxModel>
ComboBoxService.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) ComboBoxServiceImpl.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) FiasHouseServiceImpl.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) default List<ComboBoxModel>
ComboBoxService.loadDataWithFilter
(Object filterValue) ComboBoxServiceImpl.loadDataWithFilter
(Object filterValue) FiasHouseServiceImpl.loadDataWithFilter
(Object filterValue)