Package sk.iway.iwcm.components.gallery
Class GalleryApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.gallery.GalleryApp
- 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 webpagegetDir()
int
Integer[]
getStyle()
void
initAppEditor
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Initialization method for app editor in webpageboolean
isAuthor()
boolean
boolean
boolean
boolean
void
setAuthor
(boolean author) void
void
void
setItemsOnPage
(int itemsOnPage) void
setLongDescription
(boolean longDescription) void
setOrderBy
(String orderBy) void
setOrderDirection
(String orderDirection) void
setPerexGroup
(Integer[] perexGroup) void
setRecursive
(boolean recursive) void
setShortDescription
(boolean shortDescription) void
void
setThumbsShortDescription
(boolean thumbsShortDescription) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getViewFolder, init, init, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
GalleryApp
public GalleryApp()
-
-
Method Details
-
initAppEditor
public void initAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstract
Initialization method for app editor in webpage- Specified by:
initAppEditor
in interfaceWebjetComponentInterface
- Overrides:
initAppEditor
in classWebjetComponentAbstract
-
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
-
getStyle
-
getDir
-
isRecursive
public boolean isRecursive() -
getItemsOnPage
public int getItemsOnPage() -
getOrderBy
-
getOrderDirection
-
isThumbsShortDescription
public boolean isThumbsShortDescription() -
isShortDescription
public boolean isShortDescription() -
isLongDescription
public boolean isLongDescription() -
isAuthor
public boolean isAuthor() -
getPerexGroup
-
getIframe
-
setStyle
-
setDir
-
setRecursive
public void setRecursive(boolean recursive) -
setItemsOnPage
public void setItemsOnPage(int itemsOnPage) -
setOrderBy
-
setOrderDirection
-
setThumbsShortDescription
public void setThumbsShortDescription(boolean thumbsShortDescription) -
setShortDescription
public void setShortDescription(boolean shortDescription) -
setLongDescription
public void setLongDescription(boolean longDescription) -
setAuthor
public void setAuthor(boolean author) -
setPerexGroup
-
setIframe
-