Class CarouselSliderApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.carouselslider.CarouselSliderApp
All Implemented Interfaces:
WebjetComponentInterface

public class CarouselSliderApp extends WebjetComponentAbstract
  • Constructor Details

    • CarouselSliderApp

      public CarouselSliderApp()
  • Method Details

    • getSkin

      public String getSkin()
    • getStyleImageIMG

      public String getStyleImageIMG()
    • getLabel

      public String getLabel()
    • getCarouselWidth

      public Integer getCarouselWidth()
    • getCarouselHeight

      public Integer getCarouselHeight()
    • getLabel2

      public String getLabel2()
    • getImageWidth

      public Integer getImageWidth()
    • getImageHeight

      public Integer getImageHeight()
    • getImgPerSlide

      public Integer getImgPerSlide()
    • getDirection

      public String getDirection()
    • isShowLightbox

      public boolean isShowLightbox()
    • getRowNumber

      public Integer getRowNumber()
    • getNav_style

      public String getNav_style()
    • getArrow_style

      public String getArrow_style()
    • isTouch_swipe

      public boolean isTouch_swipe()
    • isRandom_play

      public boolean isRandom_play()
    • isAutoplay

      public boolean isAutoplay()
    • isPause_on_mouse_over

      public boolean isPause_on_mouse_over()
    • isCircular

      public boolean isCircular()
    • isShow_shadow_bottom

      public boolean isShow_shadow_bottom()
    • getDisplay_mode

      public String getDisplay_mode()
    • getLoop_number

      public Integer getLoop_number()
    • getAutoplay_interval

      public Integer getAutoplay_interval()
    • getEditorData

      public String getEditorData()
    • setSkin

      public void setSkin(String skin)
    • setStyleImageIMG

      public void setStyleImageIMG(String styleImageIMG)
    • setLabel

      public void setLabel(String label)
    • setCarouselWidth

      public void setCarouselWidth(Integer carouselWidth)
    • setCarouselHeight

      public void setCarouselHeight(Integer carouselHeight)
    • setLabel2

      public void setLabel2(String label2)
    • setImageWidth

      public void setImageWidth(Integer imageWidth)
    • setImageHeight

      public void setImageHeight(Integer imageHeight)
    • setImgPerSlide

      public void setImgPerSlide(Integer imgPerSlide)
    • setDirection

      public void setDirection(String direction)
    • setShowLightbox

      public void setShowLightbox(boolean showLightbox)
    • setRowNumber

      public void setRowNumber(Integer rowNumber)
    • setNav_style

      public void setNav_style(String nav_style)
    • setArrow_style

      public void setArrow_style(String arrow_style)
    • setTouch_swipe

      public void setTouch_swipe(boolean touch_swipe)
    • setRandom_play

      public void setRandom_play(boolean random_play)
    • setAutoplay

      public void setAutoplay(boolean autoplay)
    • setPause_on_mouse_over

      public void setPause_on_mouse_over(boolean pause_on_mouse_over)
    • setCircular

      public void setCircular(boolean circular)
    • setShow_shadow_bottom

      public void setShow_shadow_bottom(boolean show_shadow_bottom)
    • setDisplay_mode

      public void setDisplay_mode(String display_mode)
    • setLoop_number

      public void setLoop_number(Integer loop_number)
    • setAutoplay_interval

      public void setAutoplay_interval(Integer autoplay_interval)
    • setEditorData

      public void setEditorData(String editorData)