JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
 
 
public interface LazyDrawerUpdateProvider  
Interface provides method which is executed after laze drawer is added. For example the ApllicationNavigatorWindow
 uses this interface to update listeners (ApplicationChangeListener).
 
 
 
 
Method Summary 
Methods    
Modifier and Type 
Method and Description 
 
void 
afterLazyDrawerLoaded  (View  view)
Executed after lazy drawer added to the drawer window.
 
 
void 
replaceHostedView  (View  oldView,
                 View  newView)
Notifies  hosted window about changes in the drawer model.
 
 
 
 
 
 
 
 
Method Detail 
 
 
replaceHostedView 
void replaceHostedView(View  oldView,
                     View  newView) 
Notifies  hosted window about changes in the drawer model.
Parameters: oldView - Old viewnewView - New view (replacing old view) 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2014, Oracle. All rights reserved.