Curl Global Community

Full Version: ExCheckButtonColumnの質問です。
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ExCheckButtonColumn のSTYLEをcommandButton に変更したいのですが
以下ように書けないでしょうか?

{ExCheckButtonColumn "name",
header-label = "ラベル",
width = 60px,
read-only? = false,
halign = "center",
cell-spec = ExCheckButtonfomat,
enabled-proc = row-disable}

{define-class public ExCheckButtonfomat{inherits ExCheckButton}
{constructor public {default}
{construct-super}
set self.style = "command-button-standard"
}
}
ExCheckButtonColumn てなんですか?
BaseRecordGridColumn中で実装したいのでExCheckButtonColumn を使おうと思ってたんですが。

実現できないでしょうか?

ExCheckButtonColumn 以外どういたものなら実現できそうですか?
ExCheckButtonColumnなるものはCurlの標準APIにもメジャーなOSSライブラリにも存在しないので、ここには誰も分かる人はいないと思います。。