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
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanvoidsetCheckbox_title(boolean checkbox_title) voidsetColor_background(String color_background) voidsetColor_button(String color_button) voidsetColor_buttonText(String color_buttonText) voidsetColor_text(String color_text) voidsetColor_title(String color_title) voidsetCookie_ButtonText(String cookie_ButtonText) voidsetCookie_ButtonTextDecline(String cookie_ButtonTextDecline) voidsetCookie_text(String cookie_text) voidsetCookie_title(String cookie_title) voidsetPadding_bottom(int padding_bottom) voidsetPadding_top(int padding_top) voidsetPosition(String position) voidsetShowLink(boolean showLink) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, buildWrapperDiv, getAppHideFields, getAppOptions, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, initAppEditor, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
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)
-