Class PreviewAttributes<T extends ModelNode>

  • All Implemented Interfaces:
    Iterable<elemental2.dom.HTMLElement>

    public class PreviewAttributes<T extends ModelNode>
    extends Object
    implements Iterable<elemental2.dom.HTMLElement>
    Element to show the basic attributes of a resource inside the preview pane.
    • Constructor Detail

      • PreviewAttributes

        public PreviewAttributes​(T model)
      • PreviewAttributes

        public PreviewAttributes​(T model,
                                 String header)
      • PreviewAttributes

        public PreviewAttributes​(T model,
                                 List<String> attributes)
      • PreviewAttributes

        public PreviewAttributes​(T model,
                                 String header,
                                 List<String> attributes)
      • PreviewAttributes

        public PreviewAttributes​(T model,
                                 String header,
                                 String description,
                                 List<String> attributes)