Class CmsClientTemplateBean

java.lang.Object
org.opencms.gwt.shared.property.CmsClientTemplateBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

Since:
8.0
  • Constructor Details

  • Method Details

    • getNullTemplate

      Returns a dummy template object which represents an empty selection.

      Returns:
      a dummy template object
    • getDescription

      Returns the description.

      Returns:
      the description
    • getImgPath

      public String getImgPath()
      Returns the image path.

      Returns:
      the image path
    • getSitePath

      public String getSitePath()
      Returns the site path.

      Returns:
      the site path
    • getTitle

      public 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