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, showForLoggedUser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetDir()intInteger[]getStyle()voidinitAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Initialization method for app editor in webpagebooleanisAuthor()booleanbooleanbooleanbooleanvoidsetAuthor(boolean author) voidvoidvoidsetItemsOnPage(int itemsOnPage) voidsetLongDescription(boolean longDescription) voidsetOrderBy(String orderBy) voidsetOrderDirection(String orderDirection) voidsetPerexGroup(Integer[] perexGroup) voidsetRecursive(boolean recursive) voidsetShortDescription(boolean shortDescription) voidvoidsetThumbsShortDescription(boolean thumbsShortDescription) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
Constructor Details
-
GalleryApp
public GalleryApp()
-
-
Method Details
-
initAppEditor
public void initAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractInitialization method for app editor in webpage- Specified by:
initAppEditorin interfaceWebjetComponentInterface- Overrides:
initAppEditorin classWebjetComponentAbstract
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractReturns list of options for app editor in webpage- Specified by:
getAppOptionsin interfaceWebjetComponentInterface- Overrides:
getAppOptionsin 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
-