org.apache.cxf.management.web.browser.client.ui.browser
Interface BrowseView

All Superinterfaces:
View
All Known Implementing Classes:
BrowseViewImpl

public interface BrowseView
extends View


Nested Class Summary
static interface BrowseView.Presenter
           
 
Method Summary
 com.google.gwt.user.client.ui.HasWidgets getNaviagationHeaderSlot()
           
 com.google.gwt.user.client.ui.HasWidgets getNaviagationSidebarSlot()
           
 com.google.gwt.user.client.ui.HasWidgets getViewerSlot()
           
 
Methods inherited from interface org.apache.cxf.management.web.browser.client.ui.View
asWidget
 

Method Detail

getNaviagationHeaderSlot

com.google.gwt.user.client.ui.HasWidgets getNaviagationHeaderSlot()

getNaviagationSidebarSlot

com.google.gwt.user.client.ui.HasWidgets getNaviagationSidebarSlot()

getViewerSlot

com.google.gwt.user.client.ui.HasWidgets getViewerSlot()


Apache CXF