Interface NodeContainerView

  • All Superinterfaces:
    it.tidalwave.role.Identifiable
    All Known Subinterfaces:
    GalleryView

    public interface NodeContainerView
    extends it.tidalwave.role.Identifiable
    The container of a "screen" of the application, mapped to a SiteNode. This, for instance, is a page with a HTML rendering technology.
    Author:
    Fabrizio Giudici
    • Field Summary

      • Fields inherited from interface it.tidalwave.role.Identifiable

        _Identifiable_
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addAttribute​(java.lang.String string, java.lang.String property)  
      void setTemplate​(java.lang.String template)  
      • Methods inherited from interface it.tidalwave.role.Identifiable

        getId
    • Method Detail

      • addAttribute

        void addAttribute​(@Nonnull
                          java.lang.String string,
                          @Nonnull
                          java.lang.String property)
      • setTemplate

        void setTemplate​(@Nonnull
                         java.lang.String template)