@API(type=INTERNAL,
     src=PUBLIC)
public class InsertRowOperation
extends InsertRowOperationBase
implements TEIConstants
tableHelperATTRIBUTE_NAME_COLS, ATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_ROWS, ATTRIBUTE_NAME_XML_ID, ELEMENT_NAME_CELL, ELEMENT_NAME_ROW, ELEMENT_NAME_TABLENAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR| Constructor and Description | 
|---|
InsertRowOperation()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
getCellElementName(AuthorElement tableElement,
                  int columnIndex)
Get the name of the element that represents a cell. 
 | 
protected java.lang.String | 
getRowElementName(AuthorElement tableElement)
Get the name of the element that represents a row. 
 | 
protected boolean | 
useCurrentRowTemplateOnInsert()  | 
createCellXMLFragment, doOperation, getArguments, getDefaultContentForEmptyCells, getDescription, getOperationArguments, getRowXMLFragment, getRowXMLFragmentcreateEmptyCell, findCellInsertionOffset, getElementAncestor, isElement, isTableElementprotected java.lang.String getCellElementName(AuthorElement tableElement, int columnIndex)
InsertRowOperationBasegetCellElementName in class InsertRowOperationBasetableElement - The table elementcolumnIndex - The column index.InsertRowOperationBase.getCellElementName(AuthorElement, int)protected java.lang.String getRowElementName(AuthorElement tableElement)
InsertRowOperationBasegetRowElementName in class InsertRowOperationBasetableElement - The table parent element.InsertRowOperationBase.getRowElementName(AuthorElement)protected boolean useCurrentRowTemplateOnInsert()
useCurrentRowTemplateOnInsert in class InsertRowOperationBasetrue if the current row template should be used to create 
 the new row that must be inserted.
 Default: falseInsertRowOperationBase.useCurrentRowTemplateOnInsert()© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.