Element collection vs SelectItem
Posted: Fri Feb 15, 2013 3:59 am
Hello,
I would like to extend the CustomerImpl. And I add the field named businessType into it. This field is Collection String type. I use element collection on this field.
In my customer module ui, I want to show this field like a SelectItem in the dynamic form view. There are two or three business types (such as Retail shop, Hotel & Resort and Other) in SelectItem to choose. I want to choose one or more from SelectItem.
I don't want to extends CustomerPresenter and CustomerView. I want to change only in the Customer entity.
Is that possible? I have no idea how to do it. I would like to hear the idea for that.
I hope any idea.
Thanks
I would like to extend the CustomerImpl. And I add the field named businessType into it. This field is Collection String type. I use element collection on this field.
In my customer module ui, I want to show this field like a SelectItem in the dynamic form view. There are two or three business types (such as Retail shop, Hotel & Resort and Other) in SelectItem to choose. I want to choose one or more from SelectItem.
I don't want to extends CustomerPresenter and CustomerView. I want to change only in the Customer entity.
Is that possible? I have no idea how to do it. I would like to hear the idea for that.
I hope any idea.
Thanks