Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] Check Box and Radio Button for custom fields

Hi all,
I'm adding in my fusionforge plugin the custom fields.
At moment, I have added with successful select box, multiselect box, text field and textarea fields.
In this case I have used setType() method with TYPE_SINGLE_SELECT, TYPE_MULTI_SELECT, TYPE_SHORT_TEXT and TYPE_LONG_TEXT respectively.

Now, I want to add a check box and radio buttons fields.
How can I do it?
What kind of TYPE must I use?
Can you help me?

BR
pasquale

Back to the top