public class StaticHtmlContentProvider extends java.lang.Object implements HtmlContentProvider
| Constructor and Description | 
|---|
StaticHtmlContentProvider(java.lang.String html)  | 
StaticHtmlContentProvider(java.lang.String html,
                         boolean isError)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHTML()  | 
boolean | 
isError()
Error pages are not pushed on the navigation stack. 
 | 
void | 
navigate(HtmlPopupView htmlPopupView,
        java.lang.String reference)
Navigates to one of the tags included in the HTML code. 
 | 
public StaticHtmlContentProvider(java.lang.String html)
public StaticHtmlContentProvider(java.lang.String html,
                                 boolean isError)
public java.lang.String getHTML()
getHTML in interface HtmlContentProviderpublic void navigate(HtmlPopupView htmlPopupView, java.lang.String reference)
HtmlContentProvidernavigate in interface HtmlContentProviderhtmlPopupView - the view in which the HTML is currently displayed.reference - The href part of the link.public boolean isError()
HtmlContentProviderisError in interface HtmlContentProvider