|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.RowOperationParameters
public class RowOperationParameters
Prepares parameters for row operation , including copy , paste , insert and shift operation.
| Constructor Summary | |
|---|---|
RowOperationParameters()
Default Constructor |
|
RowOperationParameters(int slotId,
int groupId,
int destIndex)
Constructor |
|
| Method Summary | |
|---|---|
int |
getDestIndex()
Returns target index. |
int |
getGroupId()
Returns group id |
int |
getSlotId()
Returns slot id. |
int |
getSourceIndex()
Returns source index. |
void |
setDestIndex(int destIndex)
Sets target index |
void |
setGroupId(int groupId)
Sets group id |
void |
setSlotId(int slotId)
Sets slot id. |
void |
setSourceIndex(int sourceIndex)
Sets source index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowOperationParameters()
public RowOperationParameters(int slotId,
int groupId,
int destIndex)
slotId - slot idgroupId - group iddestIndex - destination index| Method Detail |
|---|
public int getDestIndex()
public void setDestIndex(int destIndex)
destIndex - target indexpublic int getGroupId()
public void setGroupId(int groupId)
groupId - groupd idpublic int getSlotId()
public void setSlotId(int slotId)
slotId - slot id.public int getSourceIndex()
public void setSourceIndex(int sourceIndex)
sourceIndex - source index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||