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.commons.table.operations.xhtml.SplitLeftRightOperation
-
- All Implemented Interfaces:
AuthorOperation
,Extension
,XHTMLConstants
@API(type=INTERNAL, src=PUBLIC) public class SplitLeftRightOperation extends SplitLeftRightOperationBase implements XHTMLConstants
Operation for splitting a table cell to the left or to the right. XHTML 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.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 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.
-
-