javascript-Vaadin生成具有更改的列名的网格
作者:互联网
我刚刚完成了Vaardin Tutorial,才意识到生成的网格的列名是大写的,例如,“ Birth Date”被拆分而没有这样做.
也许有人知道这是为什么,在哪里?
代号:https://github.com/PIumpsKIo/vaadinTestApp.git
解决方法:
uppercase and for example “Birth Date” is split without doing so.
是的,这是默认行为.即,如果您的Bean中具有属性“ birthDate”,则标题中的默认标题为“出生日期”.如果您想在其中放置其他内容,则需要使用setCaption(“ My Caption”)方法.
标签:vaadin,css,javascript,java 来源: https://codeday.me/bug/20191108/2010385.html