Package sk.iway.iwcm.components.inquiry
Class InquiryApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.inquiry.InquiryApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetColor()
String[]
getGroup()
int
getOrder()
getStyle()
getWidth()
void
void
setDisplayVoteResults
(Boolean displayVoteResults) void
void
void
setImagesLength
(int imagesLength) void
void
setOrderBy
(String orderBy) void
setPercentageFormat
(String percentageFormat) void
void
void
setTotalClicks
(Boolean totalClicks) void
Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
InquiryApp
public InquiryApp()
-
-
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
-
getGroup
-
getImagesLength
public int getImagesLength() -
getPercentageFormat
-
getOrderBy
-
getOrder
-
getWidth
-
getRandom
-
getTotalClicks
-
getDisplayVoteResults
-
getStyle
-
getColor
-
getIframe
-
setGroup
-
setImagesLength
public void setImagesLength(int imagesLength) -
setPercentageFormat
-
setOrderBy
-
setOrder
-
setWidth
-
setRandom
-
setTotalClicks
-
setDisplayVoteResults
-
setStyle
-
setColor
-
setIframe
-