| Modifier and Type | Method and Description |
|---|---|
@NotNull HtmlConfig |
HtmlElement.getConfig()
Get config
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull Appendable writer,
@NotNull HtmlConfig myConfig)
Create root element for a required element name.
|
static @NotNull HtmlElement |
HtmlElement.of(@Nullable HtmlConfig config)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull RContext context,
@NotNull HtmlConfig myConfig)
Create root element for a required element name.
|
static @NotNull HtmlElement |
HtmlElement.ofServlet(@NotNull Object htmlServletResponse,
@Nullable HtmlConfig config)
Create new instance with empty html headers, The MAIN servlet factory method.
|
| Constructor and Description |
|---|
HtmlElement(@NotNull ApiElement root,
@NotNull HtmlConfig config,
@NotNull Appendable writer)
Create new instance with empty html headers
|
HtmlElement(@NotNull HtmlConfig config,
@NotNull Appendable writer)
Create new instance with empty html headers
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull HtmlConfig |
ReqestDispatcher.getAjaxConfig() |
| Constructor and Description |
|---|
ReqestDispatcher(@NotNull RContext context,
@NotNull HtmlConfig htmlConfig) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull JsonBuilder |
JsonBuilder.of(@NotNull Appendable writer,
@NotNull HtmlConfig config)
An object factory.
|
static @NotNull JsonBuilder |
JsonBuilder.of(@NotNull RContext context,
@NotNull HtmlConfig config)
An object factory
|
| Constructor and Description |
|---|
JsonBuilder(@NotNull Appendable writer,
HtmlConfig config)
Common constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull HtmlConfig |
ReportBuilderConfigImpl.config
HTML config
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull HtmlConfig |
ReportBuilderConfigImpl.getConfig() |
@NotNull HtmlConfig |
ReportBuilderConfig.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ReportBuilderConfigImpl |
ReportBuilderConfig.of(@NotNull HtmlConfig config)
Returns a default implementation
|
| Constructor and Description |
|---|
ReportBuilder(@NotNull HtmlConfig config) |
ReportBuilderConfigImpl(@NotNull HtmlConfig config) |
ReportBuilderConfigImpl(@NotNull HtmlConfig config,
@NotNull String cssLink,
@NotNull String jqueryLink,
@NotNull Duration idleDelay,
@NotNull HttpParameter ajaxRequestParam,
@NotNull HttpParameter sortRequestParam,
@NotNull String formId,
@NotNull String controlCss,
@NotNull String subtitleCss,
@NotNull List<CharSequence> tableCssClass,
@NotNull String sortableColumn,
@NotNull String sortableAsc,
@NotNull String sortableDesc,
@NotNull String sortableBoth,
boolean embeddedIcons,
@NotNull BiConsumer<Element,Boolean> cssWriter) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull HtmlConfig |
GridBuilderConfig.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull GridBuilderConfig |
GridBuilderConfig.of(@NotNull HtmlConfig config)
Returns a default implementation
|
| Constructor and Description |
|---|
GridBuilder(@NotNull HtmlConfig config) |
GridBuilderOld(HtmlConfig config)
Deprecated.
|
TableBuilder(HtmlConfig config)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> XmlPrinter |
XmlPrinter.forHtml(@Nullable Appendable out,
@NotNull HtmlConfig config)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forHtml(@NotNull Object httpServletResponse,
@NotNull HtmlConfig config)
Create XmlPrinter for UTF-8.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultHtmlConfig |
HtmlConfig.of(@NotNull HtmlConfig htmlConfig)
Clone config form another
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
| Constructor and Description |
|---|
DefaultHtmlConfig(@NotNull HtmlConfig htmlConfig) |
Copyright 2015, Pavel Ponec