balvi / cuba-component-declarative-controllers

CUBA component that allows to write generic features for a Controller and use them in a declarative way
5 stars 6 forks source link

Annotate an EntityCombinedScreen #3

Open Zynde opened 6 years ago

Zynde commented 6 years ago

Is it possible to Annotate an EntityCombinedScreen?

If not possible, what would be involved in that. It appears that the EntityCombinedScreen extends the AbstractLookup so it might be pretty easy to do.

bresche commented 6 years ago

Currently it is'nt possible to annotate an EntityCombinedScreen.

The declarative controller component has to provide an AnnotatableAbstractEntityCombinedScreen like the AnnotatableAbstractLookup.

But I think it is quite easy to implement it.

Do you need it? Are you able to implement and send a pull request?

Zynde commented 6 years ago

Hi @bresche

Yes I'd like to have have it as your component has worked well and I'd like to use what I have done on some CombinedScreens.

I'm not an expert in CUBA at least not yet but I'll give it a shot. I think it should be pretty similar to the AbstractLookup version

genthalili commented 6 years ago

+1