Class AutoTranslateMergeModel.AutoTranslateComponent

    • Constructor Detail

      • AutoTranslateComponent

        public AutoTranslateComponent​(String componentPath)
    • Method Detail

      • getComponentName

        public String getComponentName()
      • getComponentTitle

        public String getComponentTitle()
      • getComponentPath

        public String getComponentPath()
      • getComponentId

        public int getComponentId()
        An unique id to identify the component in the HTML.
      • getCancelPropertyName

        public String getCancelPropertyName()
        For pages properties are cancelled individually. If it's a page we return the property name here, else nothing.
      • getComponentPathInPage

        public String getComponentPathInPage()
      • getLinkToComponent

        public String getLinkToComponent()
      • isCancelled

        public boolean isCancelled()
      • cancelledClass

        public String cancelledClass()
      • getCalculatedComponentRowspan

        public int getCalculatedComponentRowspan()
        Size of getCheckableProperties() times 3 + 1 since HTL cannot calculate :-(