public interface HtmlContentProvider
HtmlPopup and handles the navigation inside the HTML it provided.| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHTML()  | 
boolean | 
isError()
Error pages are not pushed on the navigation stack. 
 | 
void | 
navigate(HtmlPopupView popupView, java.lang.String href)
Navigates to one of the tags included in the HTML code. 
 | 
java.lang.String getHTML()
void navigate(HtmlPopupView popupView, java.lang.String href)
popupView - the view in which the HTML is currently displayed.href - The href part of the link.boolean isError()