Class SliderApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.appslider.SliderApp
- 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 TypeMethodDescriptiongetAppOptions
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetSkin()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setArrow_style
(String arrow_style) void
setAutoplay
(boolean autoplay) void
setAutoplay_countdown_color
(String autoplay_countdown_color) void
setAutoplay_interval
(Integer autoplay_interval) void
setCountdown_position
(String countdown_position) void
setDisplay_mode
(String display_mode) void
setEditorData
(String editorData) void
setFullWidthSlider
(boolean fullWidthSlider) void
setKen_burns_on_slide
(boolean ken_burns_on_slide) void
setLoop_number
(Integer loop_number) void
setNav_style
(String nav_style) void
setPause_on_mousover
(boolean pause_on_mousover) void
setRandom_play
(boolean random_play) void
setShow_countdown
(boolean show_countdown) void
setShow_numbering
(boolean show_numbering) void
setShow_shadow_bottom
(boolean show_shadow_bottom) void
setShow_thumbnails
(boolean show_thumbnails) void
void
setSliderHeight
(Integer sliderHeight) void
setSliderWidth
(Integer sliderWidth) void
setStyleImageIMG
(String styleImageIMG) void
setTouch_swipe
(boolean touch_swipe) void
setTransition_on_first_slide
(boolean transition_on_first_slide) void
setTransitions_all
(String transitions_all) void
setTransitionStyleGif
(String transitionStyleGif) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
Constructor Details
-
SliderApp
public SliderApp()
-
-
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 interfaceWebjetComponentInterface
- Overrides:
getAppOptions
in classWebjetComponentAbstract
-
getSkin
-
getStyleImageIMG
-
isFullWidthSlider
public boolean isFullWidthSlider() -
getSliderWidth
-
getSliderHeight
-
getArrow_style
-
isKen_burns_on_slide
public boolean isKen_burns_on_slide() -
isShow_thumbnails
public boolean isShow_thumbnails() -
isTouch_swipe
public boolean isTouch_swipe() -
isRandom_play
public boolean isRandom_play() -
isAutoplay
public boolean isAutoplay() -
getDisplay_mode
-
getLoop_number
-
getAutoplay_interval
-
isShow_countdown
public boolean isShow_countdown() -
getAutoplay_countdown_color
-
getCountdown_position
-
isTransition_on_first_slide
public boolean isTransition_on_first_slide() -
isPause_on_mousover
public boolean isPause_on_mousover() -
isShow_numbering
public boolean isShow_numbering() -
isShow_shadow_bottom
public boolean isShow_shadow_bottom() -
getTransitions_all
-
getTransitionStyleGif
-
getEditorData
-
setSkin
-
setStyleImageIMG
-
setFullWidthSlider
public void setFullWidthSlider(boolean fullWidthSlider) -
setSliderWidth
-
setSliderHeight
-
setArrow_style
-
setKen_burns_on_slide
public void setKen_burns_on_slide(boolean ken_burns_on_slide) -
setShow_thumbnails
public void setShow_thumbnails(boolean show_thumbnails) -
setTouch_swipe
public void setTouch_swipe(boolean touch_swipe) -
setRandom_play
public void setRandom_play(boolean random_play) -
setAutoplay
public void setAutoplay(boolean autoplay) -
setDisplay_mode
-
setLoop_number
-
setAutoplay_interval
-
setShow_countdown
public void setShow_countdown(boolean show_countdown) -
setAutoplay_countdown_color
-
setCountdown_position
-
setTransition_on_first_slide
public void setTransition_on_first_slide(boolean transition_on_first_slide) -
setPause_on_mousover
public void setPause_on_mousover(boolean pause_on_mousover) -
setShow_numbering
public void setShow_numbering(boolean show_numbering) -
setShow_shadow_bottom
public void setShow_shadow_bottom(boolean show_shadow_bottom) -
setTransitions_all
-
setTransitionStyleGif
-
setEditorData
-