Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在主从 SAPUI5 拆分应用程序中,我想根据布尔标志的条件更改主列表中 ObjectListItem 的“数字”属性......我该怎么做?请帮忙。如何根据标志控制“路径”值?
您可以为此使用表达式绑定。
所以像这样
<numberValue = {=${bolleanValueInModel}? 'OutputAsPerTrue' : 'OutputAsPerFalse'} >
如果您想在 value 为 true 时进行更复杂的评估,我建议使用 Formatter 来保持 XML 代码干净