Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.adf.view.page.editor.event
Class ResequenceEvent.ComponentIndex

java.lang.Object
  extended by oracle.adf.view.page.editor.event.ResequenceEvent.ComponentIndex

Enclosing class:
ResequenceEvent

public static class ResequenceEvent.ComponentIndex
extends java.lang.Object

Constructor Summary
ResequenceEvent.ComponentIndex(javax.faces.component.UIComponent reSeqComponent, int targetIndex, int sourceIndex)
           

 

Method Summary
 javax.faces.component.UIComponent getReSeqComponent()
          Return the Re-sequenced Component.
 int getSourceIndex()
          Returns a index(0-based) the component is present in the source container's children list.
 int getTargetIndex()
          Returns the index(0-based) that the component is placed in the target container's children list.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResequenceEvent.ComponentIndex

public ResequenceEvent.ComponentIndex(javax.faces.component.UIComponent reSeqComponent,
                                      int targetIndex,
                                      int sourceIndex)

Method Detail

getReSeqComponent

public javax.faces.component.UIComponent getReSeqComponent()
Return the Re-sequenced Component.

getTargetIndex

public int getTargetIndex()
Returns the index(0-based) that the component is placed in the target container's children list.

getSourceIndex

public int getSourceIndex()
Returns a index(0-based) the component is present in the source container's children list.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.