Uses of Interface
org.apache.cxf.management.web.browser.client.ui.View

Packages that use View
org.apache.cxf.management.web.browser.client.ui   
org.apache.cxf.management.web.browser.client.ui.browser   
org.apache.cxf.management.web.browser.client.ui.common   
org.apache.cxf.management.web.browser.client.ui.settings   
 

Uses of View in org.apache.cxf.management.web.browser.client.ui
 

Methods in org.apache.cxf.management.web.browser.client.ui with parameters of type View
 void PresenterWidget.bind(com.google.gwt.user.client.ui.HasWidgets container, View view)
           
 void DialogBindStrategyImpl.bind(com.google.gwt.user.client.ui.HasWidgets container, View view)
           
 void WidgetBindStrategyImpl.bind(com.google.gwt.user.client.ui.HasWidgets container, View view)
           
 void BindStrategy.bind(com.google.gwt.user.client.ui.HasWidgets container, View view)
           
 void DialogBindStrategyImpl.unbind(View view)
           
 void WidgetBindStrategyImpl.unbind(View view)
           
 void BindStrategy.unbind(View view)
           
 

Constructors in org.apache.cxf.management.web.browser.client.ui with parameters of type View
BasePresenter(EventBus eventBus, View view, BindStrategy bindStrategy)
           
 

Uses of View in org.apache.cxf.management.web.browser.client.ui.browser
 

Subinterfaces of View in org.apache.cxf.management.web.browser.client.ui.browser
 interface BrowseView
           
 interface EditCriteriaView
           
 interface NavigationSidebarView
           
 interface ViewerView
           
 

Classes in org.apache.cxf.management.web.browser.client.ui.browser that implement View
 class BrowseViewImpl
           
 class EditCriteriaViewImpl
           
 class NavigationSidebarViewImpl
           
 class ViewerViewImpl
           
 

Uses of View in org.apache.cxf.management.web.browser.client.ui.common
 

Subinterfaces of View in org.apache.cxf.management.web.browser.client.ui.common
 interface NavigationHeaderView
           
 

Classes in org.apache.cxf.management.web.browser.client.ui.common that implement View
 class NavigationHeaderViewImpl
           
 

Uses of View in org.apache.cxf.management.web.browser.client.ui.settings
 

Subinterfaces of View in org.apache.cxf.management.web.browser.client.ui.settings
 interface SettingsView
           
 

Classes in org.apache.cxf.management.web.browser.client.ui.settings that implement View
 class SettingsViewImpl
           
 



Apache CXF