Class InquiryApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.inquiry.InquiryApp
All Implemented Interfaces:
WebjetComponentInterface

public class InquiryApp extends WebjetComponentAbstract
  • 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 interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • getGroup

      public String[] getGroup()
    • getImagesLength

      public int getImagesLength()
    • getPercentageFormat

      public String getPercentageFormat()
    • getOrderBy

      public String getOrderBy()
    • getOrder

      public String getOrder()
    • getWidth

      public String getWidth()
    • getRandom

      public Boolean getRandom()
    • getTotalClicks

      public Boolean getTotalClicks()
    • getDisplayVoteResults

      public Boolean getDisplayVoteResults()
    • getStyle

      public String getStyle()
    • getColor

      public String getColor()
    • getIframe

      public String getIframe()
    • setGroup

      public void setGroup(String[] group)
    • setImagesLength

      public void setImagesLength(int imagesLength)
    • setPercentageFormat

      public void setPercentageFormat(String percentageFormat)
    • setOrderBy

      public void setOrderBy(String orderBy)
    • setOrder

      public void setOrder(String order)
    • setWidth

      public void setWidth(String width)
    • setRandom

      public void setRandom(Boolean random)
    • setTotalClicks

      public void setTotalClicks(Boolean totalClicks)
    • setDisplayVoteResults

      public void setDisplayVoteResults(Boolean displayVoteResults)
    • setStyle

      public void setStyle(String style)
    • setColor

      public void setColor(String color)
    • setIframe

      public void setIframe(String iframe)