Uploaded image for project: 'Blossom'
  1. Blossom
  2. BLOSSOM-46

Add dynamic tab creation for DialogFactory.

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 1.2.2
    • None

      @DialogFactory works great if you know exactly how many tabs you are going to set in you dialog, but in @Template you have the little extra that you can define everything (even the number of tabs, that are dynamically created) in the method annotated with @DialogFactory.
      There should be a way to do the same even with classes annotated with the @DialogFactory, outside @Template. Hypothesis:

      @DialogFactories
      public class MyDialogFactories {
      @DialogFactory
      public void bannerDialog(...) {}
      }

      IMHO the cleanest way should be to have an annotation at class level (which works for paragraphs and as standalone) and an annotation at level method for initialization (which works on templates, paragraphs and classes annotated with the other annotation).

        Acceptance criteria

              tmattsson Tobias Mattsson
              dfghi Danilo Ghirardelli
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: