Class AuthorTableInsertRowArguments
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableInsertRowArguments
Holds the arguments for
AuthorTableOperationsHandler.handlePasteRows(AuthorTableInsertRowArguments)
method.- Since:
- 21
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorTableInsertRowArguments
(AuthorAccess authorAccess, AuthorDocumentFragment[] rowFragments, int insertOffset) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
AuthorTableInsertRowArguments
public AuthorTableInsertRowArguments(AuthorAccess authorAccess, AuthorDocumentFragment[] rowFragments, int insertOffset) Constructor.- Parameters:
authorAccess
- The Author access.rowFragments
- The array containing the rows nodes that are insertedinsertOffset
- The offset where the rows are inserted.
-
-
Method Details
-
getAuthorAccess
- Returns:
- Returns the access to Author operation.
-
getRowFragments
- Returns:
- Returns the array containing the row nodes that are inserted.
-
getInsertOffset
public int getInsertOffset()- Returns:
- Returns the offset where the rows are inserted.
-