Class CarouselSliderApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.carouselslider.CarouselSliderApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device, showForLoggedUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getSkin()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setArrow_style
(String arrow_style) void
setAutoplay
(boolean autoplay) void
setAutoplay_interval
(Integer autoplay_interval) void
setCarouselHeight
(Integer carouselHeight) void
setCarouselWidth
(Integer carouselWidth) void
setCircular
(boolean circular) void
setDirection
(String direction) void
setDisplay_mode
(String display_mode) void
setEditorData
(String editorData) void
setImageHeight
(Integer imageHeight) void
setImageWidth
(Integer imageWidth) void
setImgPerSlide
(Integer imgPerSlide) void
void
void
setLoop_number
(Integer loop_number) void
setNav_style
(String nav_style) void
setPause_on_mouse_over
(boolean pause_on_mouse_over) void
setRandom_play
(boolean random_play) void
setRowNumber
(Integer rowNumber) void
setShow_shadow_bottom
(boolean show_shadow_bottom) void
setShowLightbox
(boolean showLightbox) void
void
setStyleImageIMG
(String styleImageIMG) void
setTouch_swipe
(boolean touch_swipe) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
Constructor Details
-
CarouselSliderApp
public CarouselSliderApp()
-
-
Method Details
-
getSkin
-
getStyleImageIMG
-
getLabel
-
getCarouselWidth
-
getCarouselHeight
-
getLabel2
-
getImageWidth
-
getImageHeight
-
getImgPerSlide
-
getDirection
-
isShowLightbox
public boolean isShowLightbox() -
getRowNumber
-
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
-
getLoop_number
-
getAutoplay_interval
-
getEditorData
-
setSkin
-
setStyleImageIMG
-
setLabel
-
setCarouselWidth
-
setCarouselHeight
-
setLabel2
-
setImageWidth
-
setImageHeight
-
setImgPerSlide
-
setDirection
-
setShowLightbox
public void setShowLightbox(boolean showLightbox) -
setRowNumber
-
setArrow_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
-
setLoop_number
-
setAutoplay_interval
-
setEditorData
-