@API(type=INTERNAL, src=PUBLIC) public abstract class JoinCellAboveBelowOperationBase extends AbstractTableOperation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JOIN_ABOVE
Possible value of
Join direction argument. |
static java.lang.String |
JOIN_BELOW
Possible value of
Join direction argument. |
TABLE_INFO_ARGUMENT_DESCRIPTOR, TABLE_INFO_ARGUMENT_NAME, tableHelper
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
Constructor and Description |
---|
JoinCellAboveBelowOperationBase(AuthorTableHelper tableHelper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DeleteRowOperationBase |
createDeleteRowOperation()
Create a delete row operation necessary to delete the row which will now be empty.
|
protected void |
doOperationInternal(AuthorAccess authorAccess,
ArgumentsMap args)
Perform the actual operation.
|
ArgumentDescriptor[] |
getArguments() |
java.lang.String |
getDescription() |
createEmptyCell, doOperation, findCellInsertionOffset, getElementAncestor, isElement, isTableElement
public static final java.lang.String JOIN_ABOVE
Join direction
argument.public static final java.lang.String JOIN_BELOW
Join direction
argument.public JoinCellAboveBelowOperationBase(AuthorTableHelper tableHelper)
tableHelper
- The document type specific table helper.protected void doOperationInternal(AuthorAccess authorAccess, ArgumentsMap args) throws java.lang.IllegalArgumentException, AuthorOperationException
AbstractTableOperation
doOperationInternal
in class AbstractTableOperation
authorAccess
- The author access.
Provides access to specific informations and actions for
editor, document, workspace, tables, change tracking, utility a.s.o.args
- The map of arguments. All the arguments defined by method
AuthorOperation.getArguments()
must be present in the map of arguments.java.lang.IllegalArgumentException
- Thrown when one or more arguments are illegal.AuthorOperationException
- Thrown when the operation fails.AbstractTableOperation.doOperationInternal(ro.sync.ecss.extensions.api.AuthorAccess, ro.sync.ecss.extensions.api.ArgumentsMap)
protected DeleteRowOperationBase createDeleteRowOperation()
public ArgumentDescriptor[] getArguments()
ArgumentDescriptor
representing
the arguments this operation uses.AuthorOperation.getArguments()
public java.lang.String getDescription()
Extension.getDescription()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.