Class CmsClientTemplateBean

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsClientTemplateBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Sitemap initialization data.

    Since:
    8.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsClientTemplateBean()
      Constructor.
      CmsClientTemplateBean​(java.lang.String title, java.lang.String description, java.lang.String sitePath, java.lang.String imgPath)
      Constructor.
    • Constructor Detail

      • CmsClientTemplateBean

        public CmsClientTemplateBean​(java.lang.String title,
                                     java.lang.String description,
                                     java.lang.String sitePath,
                                     java.lang.String imgPath)
        Constructor.

        Parameters:
        title - the title
        description - the description
        sitePath - the site path
        imgPath - the image path
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getImgPath

        public java.lang.String getImgPath()
        Returns the image path.

        Returns:
        the image path
      • getSitePath

        public java.lang.String getSitePath()
        Returns the site path.

        Returns:
        the site path
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title
      • isShowWeakText

        public boolean isShowWeakText()
        Returns true if the template should be shown with weak text.

        Returns:
        true if the template should be shown with weak text
      • setShowWeakText

        public void setShowWeakText​(boolean showWeakText)
        Sets the display of weak text to true or false.

        Parameters:
        showWeakText - if true, the template should be displayed with weak text