博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SelectItem and LinkedHashMap
阅读量:4051 次
发布时间:2019-05-25

本文共 290 字,大约阅读时间需要 1 分钟。

I want to populate a select item, but it doesn't work. At last, I found that:

 

in the API, there is the method.

public void setValueMap(java.util.LinkedHashMap valueMap)

 

Notice:

In SmartGwt 1.3, you must set the LinkedHashMap<String, String>. The hash key must be String.  then it works well.

 

转载地址:http://vhici.baihongyu.com/

你可能感兴趣的文章
几个常用的Javascript字符串处理函数 spilt(),join(),substring()和indexof()
查看>>
javascript传参字符串 与引号的嵌套调用
查看>>
swiper插件的的使用
查看>>
layui插件的使用
查看>>
JS牛客网编译环境的使用
查看>>
9、VUE面经
查看>>
关于进制转换的具体实现代码
查看>>
Golang 数据可视化利器 go-echarts ,实际使用
查看>>
mysql 跨机器查询,使用dblink
查看>>
mysql5.6.34 升级到mysql5.7.32
查看>>
dba 常用查询
查看>>
Oracle 异机恢复
查看>>
Oracle 12C DG 搭建(RAC-RAC/RAC-单机)
查看>>
Truncate 表之恢复
查看>>
Oracle DG failover 后恢复
查看>>
mysql 主从同步配置
查看>>
为什么很多程序员都选择跳槽?
查看>>
mongdb介绍
查看>>
mongdb在java中的应用
查看>>
区块链技术让Yotta企业云盘为行政事业服务助力
查看>>