public static class ResequenceEvent.ComponentIndex
extends java.lang.Object
| Constructor and Description | 
|---|
ComponentIndex(javax.faces.component.UIComponent reSeqComponent,
              int targetIndex,
              int sourceIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public ComponentIndex(javax.faces.component.UIComponent reSeqComponent,
                      int targetIndex,
                      int sourceIndex)
public javax.faces.component.UIComponent getReSeqComponent()
public int getTargetIndex()
public int getSourceIndex()