开发者

SmartGwt DataSource field for Long type Variable

开发者 https://www.devze.com 2023-03-28 04:12 出处:网络
One of my property which i want to populate in l开发者_JAVA百科ist grid is of Long type. I am populating my list grid with the data source . But, we dont have any grid field Long type api in smartgwt.

One of my property which i want to populate in l开发者_JAVA百科ist grid is of Long type. I am populating my list grid with the data source . But, we dont have any grid field Long type api in smartgwt. plss help me out . Thank you


DataSourceIntegerField works with integers of any length, including Java's Longs. Yes, the naming is confusing.

0

精彩评论

暂无评论...
验证码 换一张
取 消