Class CodeBlock

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement, CodeBlock>, ElementClassListMethods<HTMLDivElement, CodeBlock>, ElementConsumerMethods<HTMLDivElement, CodeBlock>, ElementContainerMethods<HTMLDivElement, CodeBlock>, ElementEventMethods<HTMLDivElement, CodeBlock>, ElementIdMethods<HTMLDivElement, CodeBlock>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, CodeBlock>, HTMLElementDataMethods<HTMLDivElement, CodeBlock>, HTMLElementStyleMethods<HTMLDivElement, CodeBlock>, HTMLElementVisibilityMethods<HTMLDivElement, CodeBlock>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, CodeBlock>, Component

public class CodeBlock extends BaseComponent<HTMLDivElement, CodeBlock> implements Attachable
A code block is a component that contains two or more lines of read-only code. The code in a code block can be copied to the clipboard.
See Also: