Class GalleryApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.gallery.GalleryApp
All Implemented Interfaces:
WebjetComponentInterface

public class GalleryApp extends WebjetComponentAbstract
  • 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 interface WebjetComponentInterface
      Overrides:
      initAppEditor in class WebjetComponentAbstract
    • 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 interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • getStyle

      public String getStyle()
    • getDir

      public String getDir()
    • isRecursive

      public boolean isRecursive()
    • getItemsOnPage

      public int getItemsOnPage()
    • getOrderBy

      public String getOrderBy()
    • getOrderDirection

      public String getOrderDirection()
    • isThumbsShortDescription

      public boolean isThumbsShortDescription()
    • isShortDescription

      public boolean isShortDescription()
    • isLongDescription

      public boolean isLongDescription()
    • isAuthor

      public boolean isAuthor()
    • getPerexGroup

      public Integer[] getPerexGroup()
    • getIframe

      public String getIframe()
    • setStyle

      public void setStyle(String style)
    • setDir

      public void setDir(String dir)
    • setRecursive

      public void setRecursive(boolean recursive)
    • setItemsOnPage

      public void setItemsOnPage(int itemsOnPage)
    • setOrderBy

      public void setOrderBy(String orderBy)
    • setOrderDirection

      public void setOrderDirection(String orderDirection)
    • 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

      public void setPerexGroup(Integer[] perexGroup)
    • setIframe

      public void setIframe(String iframe)