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.
我需要在我的视图中以只读方式显示所有项目,除了一个字段,并且在所有字段之间有一个参考字段,我想在 openxava 中隐藏该字段的参考搜索操作。我该怎么做?如果不可能,那么如何模拟呢?
使用@ReadOnly 注释您想要只读的所有元素。您还可以使用 getView().setEditable("memberName", false) 从 on-init 操作以编程方式执行此操作