Class DeleteRowOperation
java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
ro.sync.ecss.extensions.tei.table.DeleteRowOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
,TEIConstants
@API(type=INTERNAL,
src=PUBLIC)
public class DeleteRowOperation
extends DeleteRowOperationBase
implements TEIConstants
Operation used to delete a TEI table row.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
CHANGE_TRACKING_BEHAVIOR_ARGUMENT, TABLE_INFO_ARGUMENT_DESCRIPTOR, TABLE_INFO_ARGUMENT_NAME, tableHelper
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
Fields inherited from interface ro.sync.ecss.extensions.tei.table.TEIConstants
ATTRIBUTE_NAME_COLS, ATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_ROWS, ATTRIBUTE_NAME_XML_ID, ELEMENT_NAME_CELL, ELEMENT_NAME_ROW, ELEMENT_NAME_TABLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SplitCellAboveBelowOperationBase
Create the split cell operation.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
doOperationInternal, getArguments, getDescription, performDeleteRows, performDeleteRows
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
createEmptyCell, doOperation, findCellInsertionOffset, getElementAncestor, isElement, isTableElement
-
Constructor Details
-
DeleteRowOperation
public DeleteRowOperation()Constructor.
-
-
Method Details
-
createSplitCellOperation
Description copied from class:DeleteRowOperationBase
Create the split cell operation. The operation is needed to split the cells that span over multiple rows and start on the row to be deleted.- Specified by:
createSplitCellOperation
in classDeleteRowOperationBase
- Returns:
- The split cell operation.
- See Also:
-