|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowOperationParameters | |
---|---|
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
Uses of RowOperationParameters in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api with parameters of type RowOperationParameters | |
---|---|
boolean |
TableHandle.canCopyRow(RowOperationParameters parameters)
Checks whether the copy operation can be done with the given parameters. |
boolean |
GridHandle.canCopyRow(RowOperationParameters parameters)
Checks whether the copy operation can be done with the given parameters. |
protected boolean |
RowBandInsertAction.canInsert(RowOperationParameters parameters)
Checks whether the insert operation can be done with the given slot id , group id , index and the operation flag. |
protected boolean |
RowBandInsertAndPasteAction.canInsertAndPaste(org.eclipse.birt.report.model.elements.TableRow clonedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given copied column band data, the column index and the operation flag. |
boolean |
TableHandle.canInsertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the inserting and paste table row to the given destination row with the given parameters. |
boolean |
GridHandle.canInsertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the insert and paste table row to the given destination row with the given parameters. |
boolean |
TableHandle.canInsertRow(RowOperationParameters parameters)
Checks whether inserting an empty table row can be done with the given parameters. |
boolean |
GridHandle.canInsertRow(RowOperationParameters parameters)
Checks whether the insert operation can be done with the given parameters. |
protected boolean |
RowBandPasteAction.canPaste(org.eclipse.birt.report.model.elements.TableRow clonedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given copied column band data, the column index and the operation flag. |
boolean |
TableHandle.canPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given parameters. |
boolean |
GridHandle.canPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Checks whether the paste operation can be done with the given parameters. |
protected boolean |
RowBandShiftAction.canShift(RowOperationParameters parameters)
Checks whether the shift operation can be done with the given parameters |
boolean |
TableHandle.canShiftRow(RowOperationParameters parameters)
Checks whether the shift operation can be done with the given the given parameters. |
boolean |
GridHandle.canShiftRow(RowOperationParameters parameters)
Checks whether the shift operation can be done with the given the given parameters. |
IDesignElement |
TableHandle.copyRow(RowOperationParameters parameters)
Copies table row with the given parameters. |
IDesignElement |
GridHandle.copyRow(RowOperationParameters parameters)
Copies table row with the given parameters. |
protected void |
RowBandInsertAction.doInsert(RowOperationParameters parameters)
Inserts source table row below or above target table row. |
protected void |
RowBandInsertAndPasteAction.doInsertAndPaste(org.eclipse.birt.report.model.elements.TableRow copiedRow,
RowOperationParameters parameters)
Pastes the given table row to target row with the given slot id , group id and destination index. |
protected void |
RowBandPasteAction.doPaste(org.eclipse.birt.report.model.elements.TableRow copiedRow,
RowOperationParameters parameters)
Pastes the given table row to target row with the given slot id , group id and destination index. |
protected void |
RowBandShiftAction.doShift(RowOperationParameters parameters)
Does shift operation with the given parameters. |
void |
TableHandle.insertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Inserts and paste table row to the given destination row with the given parameters. |
void |
GridHandle.insertAndPasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Inserts and paste table row to the given destination row with the given parameters. |
void |
TableHandle.insertRow(RowOperationParameters parameters)
Inserts table row to the given destination row with the given parameters. |
void |
GridHandle.insertRow(RowOperationParameters parameters)
Inserts table row to the given destination row with the given parameters. |
void |
TableHandle.pasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Pastes table row to destination row with the given parameters. |
void |
GridHandle.pasteRow(IDesignElement copiedRow,
RowOperationParameters parameters)
Pastes table row to destination row with the given parameters. |
void |
TableHandle.shiftRow(RowOperationParameters parameters)
Shifts table row to the given destination row with the given parameters. |
void |
GridHandle.shiftRow(RowOperationParameters parameters)
Shifts table row to the given destination row with the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |