Interface StudioPropertyGroups.CodeEditorComponent

All Superinterfaces:
StudioPropertyGroups.AlignSelf, StudioPropertyGroups.BaseComponent, StudioPropertyGroups.BaseFieldComponent, StudioPropertyGroups.BaseSizedComponent, StudioPropertyGroups.BaseSizedComponentWithClassNames, StudioPropertyGroups.BaseSizedEnabledComponentWithClassName, StudioPropertyGroups.ClassNames, StudioPropertyGroups.CollectionOrInstanceDataContainer, StudioPropertyGroups.Colspan, StudioPropertyGroups.Css, StudioPropertyGroups.Enabled, StudioPropertyGroups.ErrorMessage, StudioPropertyGroups.FocusShortcut, StudioPropertyGroups.HasFocusableAttributes, StudioPropertyGroups.HasHeightAttributes, StudioPropertyGroups.HasSizeAttributes, StudioPropertyGroups.HasWidthAttributes, StudioPropertyGroups.Height, StudioPropertyGroups.HelperText, StudioPropertyGroups.Id, StudioPropertyGroups.IdAndVisible, StudioPropertyGroups.JustifySelf, StudioPropertyGroups.Label, StudioPropertyGroups.MaxHeight, StudioPropertyGroups.MaxWidth, StudioPropertyGroups.MinAndMaxHeight, StudioPropertyGroups.MinAndMaxWidth, StudioPropertyGroups.MinHeight, StudioPropertyGroups.MinWidth, StudioPropertyGroups.Placeholder, StudioPropertyGroups.Property, StudioPropertyGroups.ReadOnly, StudioPropertyGroups.Required, StudioPropertyGroups.RequiredAttributes, StudioPropertyGroups.RequiredMessage, StudioPropertyGroups.TabIndex, StudioPropertyGroups.Title, StudioPropertyGroups.ValidatableBaseFieldComponent, StudioPropertyGroups.ValidationAttributes, StudioPropertyGroups.Visible, StudioPropertyGroups.Width
Enclosing class:
StudioPropertyGroups

@StudioProperty(xmlAttribute="defaultSuggestionsEnabled",type=BOOLEAN,category="General") @StudioProperty(xmlAttribute="fontSize",type=SIZE,category="Look & Feel",defaultValue="1rem") @StudioProperty(xmlAttribute="highlightActiveLine",type=BOOLEAN,category="Look & Feel",defaultValue="true") @StudioProperty(xmlAttribute="highlightGutterLine",type=BOOLEAN,category="Look & Feel",defaultValue="true") @StudioProperty(xmlAttribute="liveSuggestionsEnabled",type=BOOLEAN,category="General") @StudioProperty(xmlAttribute="mode",type=ENUMERATION,category="General",classFqn="io.jmix.flowui.kit.component.codeeditor.CodeEditorMode",options={"ABAP","ABC","ACTIONSCRIPT","ADA","ALDA","APACHE_CONF","APEX","APPLESCRIPT","AQL","ASCIIDOC","ASL","ASSEMBLY_X_86","AUTOHOTKEY","BATCHFILE","BIBTEX","C_9_SEARCH","C_CPP","CIRRU","CLOJURE","COBOL","COFFEE","COLDFUSION","CRYSTAL","CSHARP","CSOUND_DOCUMENT","CSOUND_ORCHESTRA","CSOUND_SCORE","CSP","CSS","CURLY","D","DART","DIFF","DJANGO","DOCKERFILE","DOT","DROOLS","EDIFACT","EIFFEL","EJS","ELIXIR","ELM","ERLANG","FORTH","FORTRAN","FSHARP","FSL","FTL","GCODE","GHERKIN","GITIGNORE","GLSL","GOBSTONES","GOLANG","GRAPHQLSCHEMA","GROOVY","HAML","HANDLEBARS","HASKELL","HASKELL_CABAL","HAXE","HJSON","HTML","HTML_ELIXIR","HTML_RUBY","INI","IO","ION","JACK","JADE","JAVA","JAVASCRIPT","JEXL","JSON","JSON_5","JSONIQ","JSP","JSSM","JSX","JULIA","KOTLIN","LATEX","LATTE","LESS","LIQUID","LISP","LIVESCRIPT","LOGIQL","LOGTALK","LSL","LUA","LUAPAGE","LUCENE","MAKEFILE","MARKDOWN","MASK","MATLAB","MAZE","MEDIAWIKI","MEL","MIPS","MIXAL","MUSHCODE","MYSQL","NGINX","NIM","NIX","NSIS","NUNJUCKS","OBJECTIVEC","OCAML","PARTIQL","PASCAL","PERL","PGSQL","PHP","PHP_LARAVEL_BLADE","PIG","PLAIN_TEXT","PLSQL","POWERSHELL","PRAAT","PRISMA","PROLOG","PROPERTIES","PROTOBUF","PUPPET","PYTHON","QML","R","RAKU","RAZOR","RDOC","RED","REDSHIFT","RHTML","ROBOT","RST","RUBY","RUST","SAC","SASS","SCAD","SCALA","SCHEME","SCRYPT","SCSS","SH","SJS","SLIM","SMARTY","SMITHY","SNIPPETS","SOY_TEMPLATE","SPACE","SPARQL","SQL","SQLSERVER","STYLUS","SVG","SWIFT","TCL","TERRAFORM","TEX","TEXT","TEXTILE","TOML","TSX","TURTLE","TWIG","TYPESCRIPT","VALA","VBSCRIPT","VELOCITY","VERILOG","VHDL","VISUALFORCE","WOLLOK","XML","XQUERY","YAML","ZEEK"}) @StudioProperty(xmlAttribute="printMarginColumn",type=INTEGER,category="Look & Feel",defaultValue="80") @StudioProperty(xmlAttribute="showGutter",type=BOOLEAN,category="Look & Feel",defaultValue="true") @StudioProperty(xmlAttribute="showLineNumbers",type=BOOLEAN,category="Look & Feel",defaultValue="true") @StudioProperty(xmlAttribute="showPrintMargin",type=BOOLEAN,category="Look & Feel",defaultValue="true") @StudioProperty(xmlAttribute="suggestOn",type=STRING,category="General") @StudioProperty(xmlAttribute="textWrap",type=BOOLEAN,category="General",defaultValue="false") @StudioProperty(xmlAttribute="tabSize",type=INTEGER,category="General",defaultValue="4") @StudioProperty(xmlAttribute="useSoftTabs",type=BOOLEAN,category="General",defaultValue="true") @StudioProperty(xmlAttribute="theme",type=ENUMERATION,category="Look & Feel",classFqn="io.jmix.flowui.kit.component.codeeditor.CodeEditorTheme",options={"AMBIANCE","CHAOS","CHROME","CLOUD_9_DAY","CLOUD_9_NIGHT","CLOUD_9_NIGHT_LOW_COLOR","CLOUDS","CLOUDS_MIDNIGHT","COBALT","CRIMSON_EDITOR","DAWN","DRACULA","DREAMWEAVER","ECLIPSE","GITHUB","GOB","GRUVBOX","GRUVBOX_DARK_HARD","GRUVBOX_LIGHT_HARD","IDLE_FINGERS","IPLASTIC","KATZENMILCH","KR_THEME","KUROIR","MERBIVORE","MERBIVORE_SOFT","MONO_INDUSTRIAL","MONOKAI","NORD_DARK","ONE_DARK","PASTEL_ON_DARK","SOLARIZED_DARK","SOLARIZED_LIGHT","SQLSERVER","TERMINAL","TEXTMATE","TOMORROW","TOMORROW_NIGHT","TOMORROW_NIGHT_BLUE","TOMORROW_NIGHT_BRIGHT","TOMORROW_NIGHT_EIGHTIES","TWILIGHT","VIBRANT_INK","XCODE"}) public static interface StudioPropertyGroups.CodeEditorComponent extends StudioPropertyGroups.ValidatableBaseFieldComponent, StudioPropertyGroups.RequiredAttributes, StudioPropertyGroups.HasFocusableAttributes, StudioPropertyGroups.Title, StudioPropertyGroups.Property, StudioPropertyGroups.Placeholder