Class SplitLeftRightOperation
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
-
- ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
-
- ro.sync.ecss.extensions.tei.table.SplitLeftRightOperation
-
- All Implemented Interfaces:
AuthorOperation
,Extension
,TEIConstants
@API(type=INTERNAL, src=PUBLIC) public class SplitLeftRightOperation extends SplitLeftRightOperationBase implements TEIConstants
Operation used to split a table cell. The new cell resulting from the split operation will be positioned to the left or to the right of the original cell. TEI implementation.
-
-
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 Constructor Description SplitLeftRightOperation()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
getAttributesSkippedAtCopy()
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
doOperationInternal, getArguments, getDescription
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
createEmptyCell, doOperation, findCellInsertionOffset, getElementAncestor, isElement, isTableElement
-
-
-
-
Method Detail
-
getAttributesSkippedAtCopy
protected java.lang.String[] getAttributesSkippedAtCopy()
- Specified by:
getAttributesSkippedAtCopy
in classSplitLeftRightOperationBase
- Returns:
- The attributes which should be skipped when creating a copy of the split cell.
- See Also:
SplitLeftRightOperationBase.getAttributesSkippedAtCopy()
-
-