@API(type=INTERNAL,
     src=PUBLIC)
public class InsertColumnOperation
extends InsertColumnOperationBase
implements ReltableConstants
POSITION_ARGUMENT, POSITION_ARGUMENT_DESCRIPTORtableHelperATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_TYPE, ELEMENT_NAME_ENTRY, ELEMENT_NAME_HEADER, ELEMENT_NAME_HEADER_ENTRY, ELEMENT_NAME_ROW, ELEMENT_NAME_TABLENAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR| Modifier | Constructor and Description | 
|---|---|
  | 
InsertColumnOperation()
Constructor. 
 | 
protected  | 
InsertColumnOperation(AuthorTableHelper documentTypeHelper)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
getCellElementName(AuthorElement rowElement,
                  int newColumnIndex)
Get the name of the element that will be inserted as a cell into the table. 
 | 
doOperation, getArguments, getDefaultContentForEmptyCells, getDescription, performInsertColumn, performInsertColumn, updateColumnCellsSpancreateEmptyCell, findCellInsertionOffset, getElementAncestor, isElement, isTableElementpublic InsertColumnOperation()
protected InsertColumnOperation(AuthorTableHelper documentTypeHelper)
documentTypeHelper - Document type helper, has methods specific to a document type.protected java.lang.String getCellElementName(AuthorElement rowElement, int newColumnIndex)
InsertColumnOperationBasegetCellElementName in class InsertColumnOperationBaserowElement - The row element where the new cell will be inserted.newColumnIndex - The new column index. 0 based.InsertColumnOperationBase.getCellElementName(ro.sync.ecss.extensions.api.node.AuthorElement, int)© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.