public abstract class RuntimePreview<T> extends PreviewContent<T>
| Modifier and Type | Field and Description |
|---|---|
protected elemental2.dom.HTMLElement |
alertContainer |
protected elemental2.dom.HTMLElement |
alertIcon |
protected elemental2.dom.HTMLElement |
alertText |
protected Resources |
resources |
| Modifier | Constructor and Description |
|---|---|
protected |
RuntimePreview(String header,
String lead,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adminOnly(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
disconnected(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
error(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
needsReload(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
needsRestart(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
pending(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
running(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
starting(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
suspended(com.google.gwt.safehtml.shared.SafeHtml message) |
protected void |
unknown(com.google.gwt.safehtml.shared.SafeHtml message) |
asElements, attach, detach, getHeaderContainer, getLeadElement, previewBuilder, refreshLink, registerAttachable, updateprotected final Resources resources
protected elemental2.dom.HTMLElement alertContainer
protected elemental2.dom.HTMLElement alertIcon
protected elemental2.dom.HTMLElement alertText
protected void adminOnly(com.google.gwt.safehtml.shared.SafeHtml message)
protected void starting(com.google.gwt.safehtml.shared.SafeHtml message)
protected void pending(com.google.gwt.safehtml.shared.SafeHtml message)
protected void suspended(com.google.gwt.safehtml.shared.SafeHtml message)
protected void needsReload(com.google.gwt.safehtml.shared.SafeHtml message)
protected void needsRestart(com.google.gwt.safehtml.shared.SafeHtml message)
protected void running(com.google.gwt.safehtml.shared.SafeHtml message)
protected void unknown(com.google.gwt.safehtml.shared.SafeHtml message)
protected void disconnected(com.google.gwt.safehtml.shared.SafeHtml message)
protected void error(com.google.gwt.safehtml.shared.SafeHtml message)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.