Package sk.iway.iwcm.components.calendar
Class NewsCalendarApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.calendar.NewsCalendarApp
- 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 webpageInteger[]
boolean
void
setExpandGroupIds
(boolean expandGroupIds) void
setGroupIds
(List<GroupDetails> groupIds) void
setPerexGroup
(Integer[] perexGroup) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
NewsCalendarApp
public NewsCalendarApp()
-
-
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
-
getGroupIds
-
isExpandGroupIds
public boolean isExpandGroupIds() -
getPerexGroup
-
setGroupIds
-
setExpandGroupIds
public void setExpandGroupIds(boolean expandGroupIds) -
setPerexGroup
-