Interface HtmlFragmentView

  • All Superinterfaces:
    it.tidalwave.role.Identifiable

    public interface HtmlFragmentView
    extends it.tidalwave.role.Identifiable
    An HtmlFragmentView is a simple text.
    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 setClassName​(java.lang.String className)
      Sets the CSS class name.
      void setContent​(java.lang.String content)
      Sets the text content.
      • Methods inherited from interface it.tidalwave.role.Identifiable

        getId
    • Method Detail

      • setContent

        void setContent​(@Nonnull
                        java.lang.String content)
        Sets the text content.
        Parameters:
        content - the content
      • setClassName

        void setClassName​(@Nonnull
                          java.lang.String className)
        Sets the CSS class name.
        Parameters:
        className - the class name