Class PmoBasedSectionFactory

    • Constructor Detail

      • PmoBasedSectionFactory

        public PmoBasedSectionFactory()
    • Method Detail

      • createSection

        public LinkkiSection createSection​(Object pmo,
                                           BindingContext bindingContext)
        Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO. If the given PMO is a ContainerPmo, a table section is created.
      • createBaseSection

        public BaseSection createBaseSection​(Object pmo,
                                             BindingContext bindingContext)
        Creates a new base section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.
      • createAndBindSection

        public static LinkkiSection createAndBindSection​(Object pmo,
                                                         BindingContext bindingContext)
        Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO. If the given PMO is a ContainerPmo, a table section is created.