JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
All Superinterfaces: 
oracle.bali.ewt.shuttle.Reorderable, oracle.bali.ewt.shuttle.Reorderable2 
 
 
 
public interface Reorderable 
extends oracle.bali.ewt.shuttle.Reorderable2 
An interface to abstract the reordering communication between a reorderable
 Component and the controller (ReorderableBar) that reorders it. This extends 
 from JEWT's Reorderable2 interface and adds selection listener to update 
 the reorderable buttons based on selection change.
 
 
 
 
Method Summary 
All Methods   Instance Methods   Abstract Methods    
Modifier and Type 
Method and Description 
 
void 
addSelectionListener  (javax.swing.event.ListSelectionListener listener)
Adds the selection listener to the reorderable component.
 
 
void 
removeSelectionListener  (javax.swing.event.ListSelectionListener listener)
Removed the selection listener attached from the reorderable selection 
 model.
 
 
 
Methods inherited from interface oracle.bali.ewt.shuttle.Reorderable2 
isSelectionBottomMobile, isSelectionTopMobile, moveSelectionBottom, moveSelectionTop 
 
 
Methods inherited from interface oracle.bali.ewt.shuttle.Reorderable 
isSelectionDownwardlyMobile, isSelectionUpwardlyMobile, moveSelectionDown, moveSelectionUp 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2016, Oracle. All rights reserved.