Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addContentChangeListener(SerializableConsumer<String>) - Method in class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent
-
Adds the specified listener for the content change event.
- AUTO - Enum constant in enum class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
B
- BaseMarkdownComponent - Class in com.flowingcode.vaadin.addons.markdown
-
Base class for Markdown based Components.
- BaseMarkdownComponent(String) - Constructor for class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent
-
Base constructor that receives the content of the markdown component.
- BaseMarkdownComponent.DataColorMode - Enum Class in com.flowingcode.vaadin.addons.markdown
-
Defines the color schemes for the Markdown component.
C
- com.flowingcode.vaadin.addons.markdown - package com.flowingcode.vaadin.addons.markdown
D
- DARK - Enum constant in enum class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
G
- getContent() - Method in class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent
-
Sets the content of the Markdown component.
- getMaxLength() - Method in class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Returns the configured maximum character count for the Markdown editor.
- getPlaceholder() - Method in class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Returns the placeholder text for the Markdown editor.
L
- LIGTH - Enum constant in enum class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
M
- MarkdownEditor - Class in com.flowingcode.vaadin.addons.markdown
-
Markdown component that allows editing the contents.
- MarkdownEditor() - Constructor for class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Constructor with empty content.
- MarkdownEditor(String) - Constructor for class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Constructor with default content.
- MarkdownViewer - Class in com.flowingcode.vaadin.addons.markdown
-
Component for displaying Markdown text
- MarkdownViewer() - Constructor for class com.flowingcode.vaadin.addons.markdown.MarkdownViewer
-
Constructor with empty content.
- MarkdownViewer(String) - Constructor for class com.flowingcode.vaadin.addons.markdown.MarkdownViewer
-
Constructor that receives the default content.
S
- setContent(String) - Method in class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent
-
Gets the content of the Markdown component.
- setDataColorMode(BaseMarkdownComponent.DataColorMode) - Method in class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent
-
Sets the color mode of the Markdown component.
- setMaxLength(int) - Method in class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Sets the maximum character count for the Markdown editor.
- setPlaceholder(String) - Method in class com.flowingcode.vaadin.addons.markdown.MarkdownEditor
-
Sets the placeholder text for the Markdown editor.
V
- valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form