Class TestimonialsApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.apptestimonials.TestimonialsApp
All Implemented Interfaces:
WebjetComponentInterface

public class TestimonialsApp extends WebjetComponentAbstract
  • Constructor Details

    • TestimonialsApp

      public TestimonialsApp()
  • Method Details

    • getAppOptions

      public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request)
      Description copied from class: WebjetComponentAbstract
      Returns list of options for app editor in webpage
      Specified by:
      getAppOptions in interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • getStyle

      public String getStyle()
    • getShowPhoto

      public Boolean getShowPhoto()
    • getShowName

      public Boolean getShowName()
    • getNameColor

      public String getNameColor()
    • getTextColor

      public String getTextColor()
    • getBackgroundColor

      public String getBackgroundColor()
    • getEditorData

      public String getEditorData()
    • setStyle

      public void setStyle(String style)
    • setShowPhoto

      public void setShowPhoto(Boolean showPhoto)
    • setShowName

      public void setShowName(Boolean showName)
    • setNameColor

      public void setNameColor(String nameColor)
    • setTextColor

      public void setTextColor(String textColor)
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • setEditorData

      public void setEditorData(String editorData)