Class MdeRepeatingDerivedContentModel


public class MdeRepeatingDerivedContentModel extends MdeRepeatingNode
Render MetadataEditor inputs for all complexType elements at a given xpath, as well as a controller for adding a sibling.
Author:
ostwald

  • Constructor Details

    • MdeRepeatingDerivedContentModel

      public MdeRepeatingDerivedContentModel(RendererImpl renderer)
  • Method Details

    • render

      public void render()
      Identical to SimpleJspRenderer.renderRepeatingElement, but adds a controller for deleting items`
      Specified by:
      render in class MdeRepeatingNode
    • getRepeatingContent

      protected org.dom4j.Element getRepeatingContent()
      Renders the contents of this node, which are in turn rendered inside an iteration element.
      Returns:
      The repeatingContent value
    • setDebug

      public static void setDebug(boolean bool)
    • prtln

      protected void prtln(String s)
      Description copied from class: MdeRepeatingNode
      NOT YET DOCUMENTED
      Overrides:
      prtln in class MdeRepeatingNode
      Parameters:
      s - NOT YET DOCUMENTED