【问题标题】:How to set listgrid filter button properties?? - Smartgwt如何设置listgrid过滤器按钮属性? -Smartgwt
【发布时间】:2013-12-13 20:22:33
【问题描述】:

使用 smartgwt(版本:v9.0_2013-07-03/LGPL 仅限开发) 我需要一个关于如何为列表网格的过滤器设置自定义按钮的示例。 我只是使用 new Button() 但它看起来远离网格,与默认过滤器按钮不在同一个位置。

我的代码:(“this”指的是我的列表网格)

this.setShowFilterEditor(showFilter);
this.setFilterOnKeypress(showFilter);
this.setFetchDelay(2000);
Button filterBtn = new Button();
filterBtn.setWidth(15);
filterBtn.setTitle("");
this.setFilterButtonProperties(filterBtn);

我没有给按钮添加任何特别的东西。

【问题讨论】:

  • 你能发布你的代码吗?
  • 你有没有尝试过?如果没有尝试回复具体问题,我可以,然后显示您的代码。

标签: java smartgwt listgrid


【解决方案1】:

这似乎是一个错误。 I've postet a TestCase in the SmartClient-Forum. 这是唯一可以输入错误报告的地方。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-05-11
    • 1970-01-01
    • 2014-12-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多