Class BannerApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.banner.BannerApp
All Implemented Interfaces:
WebjetComponentInterface

public class BannerApp extends WebjetComponentAbstract
  • Constructor Details

    • BannerApp

      public BannerApp()
  • Method Details

    • getAppOptions

      public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.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
    • getGroup

      public String getGroup()
    • getStatus

      public String getStatus()
    • getDisplayMode

      public String getDisplayMode()
    • getBannerIndex

      public Integer getBannerIndex()
    • getExplain

      public String getExplain()
    • getVideoWrapperClass

      public String getVideoWrapperClass()
    • getJumbotronVideoClass

      public String getJumbotronVideoClass()
    • getShowInIframe

      public Boolean getShowInIframe()
    • getRefreshRate

      public Integer getRefreshRate()
    • getExplain2

      public String getExplain2()
    • getIframeWidth

      public Integer getIframeWidth()
    • getIframeHeight

      public Integer getIframeHeight()
    • getIframe

      public String getIframe()
    • getIframe2

      public String getIframe2()
    • setGroup

      public void setGroup(String group)
    • setStatus

      public void setStatus(String status)
    • setDisplayMode

      public void setDisplayMode(String displayMode)
    • setBannerIndex

      public void setBannerIndex(Integer bannerIndex)
    • setExplain

      public void setExplain(String explain)
    • setVideoWrapperClass

      public void setVideoWrapperClass(String videoWrapperClass)
    • setJumbotronVideoClass

      public void setJumbotronVideoClass(String jumbotronVideoClass)
    • setShowInIframe

      public void setShowInIframe(Boolean showInIframe)
    • setRefreshRate

      public void setRefreshRate(Integer refreshRate)
    • setExplain2

      public void setExplain2(String explain2)
    • setIframeWidth

      public void setIframeWidth(Integer iframeWidth)
    • setIframeHeight

      public void setIframeHeight(Integer iframeHeight)
    • setIframe

      public void setIframe(String iframe)
    • setIframe2

      public void setIframe2(String iframe2)