| Modifier and Type | Class and Description |
|---|---|
class |
Chart |
class |
ChartHistogram |
class |
ChartHorizontalBar |
class |
ChartLine |
class |
ChartScatter |
class |
ChartStackedArea |
class |
ChartTimeline |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentDiv |
| Constructor and Description |
|---|
ComponentDiv(Style style,
Component... components) |
| Constructor and Description |
|---|
ComponentDiv(Style style,
Collection<Component> componentCollection) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorAccordion |
| Modifier and Type | Method and Description |
|---|---|
DecoratorAccordion.Builder |
DecoratorAccordion.Builder.addComponents(Component... innerComponents)
Components to show internally in the accordion element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTable |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentText |
| Modifier and Type | Method and Description |
|---|---|
static String |
StaticPageUtil.renderHTML(Component... components)
Given the specified components, render them to a stand-alone HTML page (which is returned as a String)
|
static String |
StaticPageUtil.renderHTMLContent(Component... components) |
static void |
StaticPageUtil.saveHTMLFile(File outputFile,
Component... components)
A version of
StaticPageUtil.renderHTML(Component...) that exports the resulting HTML to the specified File. |
static void |
StaticPageUtil.saveHTMLFile(String outputPath,
Component... components)
A version of
StaticPageUtil.renderHTML(Component...) that exports the resulting HTML to the specified path. |
| Modifier and Type | Method and Description |
|---|---|
static String |
StaticPageUtil.renderHTML(Collection<Component> components)
Given the specified components, render them to a stand-alone HTML page (which is returned as a String)
|
Copyright © 2021. All rights reserved.