Package io.jmix.grapesjs.component
Interface GrapesJsHtmlEditor
- All Superinterfaces:
Component
,Component.BelongToFrame
,HasValue<String>
- All Known Subinterfaces:
GrapesJsNewsletterHtmlEditor
,GrapesJsWebpageHtmlEditor
- All Known Implementing Classes:
GrapesJsHtmlEditorImpl
,GrapesJsNewsletterHtmlEditorImpl
,GrapesJsWebpageHtmlEditorImpl
The GrapesJs HTML editor component
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.component.Component
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper
Nested classes/interfaces inherited from interface io.jmix.ui.component.HasValue
HasValue.ValueChangeEvent<V>
-
Field Summary
Fields inherited from interface io.jmix.ui.component.Component
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBlocks
(Collection<GjsBlock> blocks) void
addPlugins
(Collection<GjsPlugin> plugins) void
removeCustomBlocks
(Collection<GjsBlock> blocks) void
removePlugins
(Collection<GjsPlugin> plugins) void
runCommand
(String command) void
setCustomBlocks
(Collection<GjsBlock> blocks) void
setDisabledBlocks
(Collection<String> disabledBlocks) void
setPlugins
(Collection<GjsPlugin> plugins) void
stopCommand
(String command) Methods inherited from interface io.jmix.ui.component.Component
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
Methods inherited from interface io.jmix.ui.component.Component.BelongToFrame
getFrame, setFrame
Methods inherited from interface io.jmix.ui.component.HasValue
addValueChangeListener, clear, getEmptyValue, getValue, isEmpty, setValue
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
setDisabledBlocks
-
getDisabledBlocks
Collection<String> getDisabledBlocks() -
setPlugins
-
addPlugins
-
removePlugins
-
getPlugins
Collection<GjsPlugin> getPlugins() -
getCustomBlocks
Collection<GjsBlock> getCustomBlocks() -
setCustomBlocks
-
addBlocks
-
removeCustomBlocks
-
runCommand
-
stopCommand
-