Class CookieBarApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.appcookiebar.CookieBarApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
void
setCheckbox_title
(boolean checkbox_title) void
setColor_background
(String color_background) void
setColor_button
(String color_button) void
setColor_buttonText
(String color_buttonText) void
setColor_text
(String color_text) void
setColor_title
(String color_title) void
setCookie_ButtonText
(String cookie_ButtonText) void
setCookie_ButtonTextDecline
(String cookie_ButtonTextDecline) void
setCookie_text
(String cookie_text) void
setCookie_title
(String cookie_title) void
setPadding_bottom
(int padding_bottom) void
setPadding_top
(int padding_top) void
setPosition
(String position) void
setShowLink
(boolean showLink) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
CookieBarApp
public CookieBarApp()
-
-
Method Details
-
isCheckbox_title
public boolean isCheckbox_title() -
getCookie_title
-
getCookie_text
-
getCookie_ButtonText
-
getCookie_ButtonTextDecline
-
isShowLink
public boolean isShowLink() -
getColor_background
-
getColor_title
-
getColor_text
-
getColor_button
-
getColor_buttonText
-
getPosition
-
getPadding_top
public int getPadding_top() -
getPadding_bottom
public int getPadding_bottom() -
setCheckbox_title
public void setCheckbox_title(boolean checkbox_title) -
setCookie_title
-
setCookie_text
-
setCookie_ButtonText
-
setCookie_ButtonTextDecline
-
setShowLink
public void setShowLink(boolean showLink) -
setColor_background
-
setColor_title
-
setColor_text
-
setColor_button
-
setColor_buttonText
-
setPosition
-
setPadding_top
public void setPadding_top(int padding_top) -
setPadding_bottom
public void setPadding_bottom(int padding_bottom)
-