Class CreateDialogModel

  • All Implemented Interfaces:
    com.composum.pages.commons.model.Model, com.composum.sling.core.SlingBean

    public class CreateDialogModel
    extends com.composum.pages.commons.model.AbstractModel
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.composum.pages.commons.model.AbstractModel

        com.composum.pages.commons.model.AbstractModel.GenericInherited, com.composum.pages.commons.model.AbstractModel.GenericMap, com.composum.pages.commons.model.AbstractModel.GenericProperties
    • Constructor Detail

      • CreateDialogModel

        public CreateDialogModel()
    • Method Detail

      • getPredefinedPrompts

        public Map<String,​String> getPredefinedPrompts()
      • getIsRichText

        public Boolean getIsRichText()
        Whether it is field type rich or just text.
      • getText

        public String getText()
        For rendering as richtext widget - this is used as initial value for the text.
      • getHeight

        public String getHeight()
        For rendering as richttext widget - the height in the inline style. Possibly auto , max-content, fit-content or a specific height. Doing fit-content just adapts to the content and you can scroll the whole dialog, anyway.