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.commons.table.operations.xhtml.DeleteRowOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
,XHTMLConstants
@API(type=INTERNAL,
src=PUBLIC)
public class DeleteRowOperation
extends DeleteRowOperationBase
implements XHTMLConstants
Operation used to delete an XHTML 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.commons.table.operations.xhtml.XHTMLConstants
ATTRIBUTE_NAME_COLSPAN, ATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_ROWSPAN, ATTRIBUTE_NAME_XML_ID, ELEMENT_NAME_INFORMALTABLE, ELEMENT_NAME_TABLE, ELEMENT_NAME_TD, ELEMENT_NAME_TH, ELEMENT_NAME_THEAD, ELEMENT_NAME_TR
-
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:
-