Interface ViewSourceView
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
ViewSourceViewImpl
public interface ViewSourceView extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidsetContent(String content)
-
-
-
Method Detail
-
setContent
void setContent(String content)
-
clear
void clear()
-
-