【问题标题】:NatTable: How can you access column header of a particular column?NatTable:如何访问特定列的列标题?
【发布时间】:2021-02-19 21:24:39
【问题描述】:

在下面的例子中,

configRegistry.registerConfigAttribute(
                CellConfigAttributes.CELL_PAINTER,
                new BeveledBorderDecorator(
                        new VerticalTextPainter(false, true, true)),
                DisplayMode.NORMAL,
                GridRegion.COLUMN_HEADER);

列标题文本垂直对齐,如何将此样式应用于特定列而不是所有列,寻求指导。 提前致谢

【问题讨论】:

    标签: eclipse nattable nebula


    【解决方案1】:

    您需要通过配置标签配置条件样式。请查看我们的入门教程,了解如何做到这一点。

    https://www.vogella.com/tutorials/NatTable/article.html#architecture_labels

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-04-30
      • 2017-12-08
      • 1970-01-01
      • 2016-05-12
      • 2019-11-09
      • 2016-12-02
      • 2020-01-18
      相关资源
      最近更新 更多