Scout Eclipse在表格单元格中包装文本

时间:2015-11-30 09:46:01

标签: layout textwrapping eclipse-scout

我在scout应用程序中有一个表,在一列中我有很多文本。 (评论栏)。

我想将文本换行到单元格边界。

我发现了一些代表该属性的属性。

 @Override
 protected boolean getConfiguredMultilineText() {

    return true;
}

在表格和列中:

@Override
protected boolean getConfiguredTextWrap() {

    return true;
}

但是列中的文本保留在一行中并且不会被包装。该应用程序在RAP上运行。

enter image description here

1 个答案:

答案 0 :(得分:0)

使用Mars Scout的Mars版本,此功能似乎仅适用于Swing客户端: Eclipse Scout Table with Multiline Text - SWING

使用Rap,它不起作用: Eclipse Scout Table with Multiline Text - RAP

如果我没记错,这是RAP / SWT限制。

如果网络界面对您很重要,我建议您考虑切换到Neon版本的里程碑版本: Eclipse Scout Table with Multiline Text - HTML (Neon.M3 version)