public static class RepeaterField.RepeaterEntry extends Form
Form with new position and
 old position.| Modifier and Type | Field and Description | 
|---|---|
private int | 
_position  | 
private int | 
_previousPosition  | 
| Constructor and Description | 
|---|
RepeaterEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPosition()
Retrieves the new position. 
 | 
int | 
getPreviousPosition()
Retrieves the previous position. 
 | 
void | 
setPosition(int position)
Set the new position. 
 | 
void | 
setPreviousPosition(int position)
Set the previous position. 
 | 
getBinaryField, getBooleanArray, getCommentArray, getCompositeField, getContentArray, getDateArray, getDoubleArray, getExternalizableField, getField, getFieldNames, getLongArray, getMultilingualStringArray, getReferenceField, getRepeaterField, getRichTextField, getStringArray, getSubContentField, getUserArray, setCommentsField, setCompositeField, setField, toStringprivate int _position
private int _previousPosition
public RepeaterEntry()
public void setPosition(int position)
position - the new position.public int getPosition()
public void setPreviousPosition(int position)
position - the previous position.public int getPreviousPosition()
-1
         if this is a new entry.