ADF how to convert column name to attribute anme

妖精的绣舞 提交于 2019-12-25 04:58:40

问题


I am new to ADF ,now I get the column Name of table just like USER_NAME ,in the ADF EO VO the attibute name will be converted to another pattern like UserName,but the attribute name can change to any name the user want ,So is there any method which can get the attribute name of VO according to the column name?


回答1:


You go to the VO.xml property and set hints. Navigate to the overview section and select the attribute and goto edit. Set a hint which in this case would be the label. On the ui you would access it as :

label=#{bindings.sampleAttribute.hints.label}


来源:https://stackoverflow.com/questions/10749824/adf-how-to-convert-column-name-to-attribute-anme

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!