Class AuthorTableDeleteColumnArguments
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteColumnArguments
Holds the arguments for
AuthorTableOperationsHandler.handleDeleteColumn(AuthorTableDeleteColumnArguments)
method.- Since:
- 14
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorTableDeleteColumnArguments(AuthorAccess authorAccess, List<ContentInterval> columnCellsIntervals) Constructor. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuthorTableDeleteColumnArguments
public AuthorTableDeleteColumnArguments(AuthorAccess authorAccess, List<ContentInterval> columnCellsIntervals) Constructor.- Parameters:
authorAccess- The Author access.columnCellsIntervals- The list of intervals of the cells that compose the deleted column. EachContentIntervalcontains the start and end offsets of the cells.
-
-
Method Details
-
getAuthorAccess
- Returns:
- Returns the access to Author operation.
-
getColumnCellsIntervals
- Returns:
- Returns the list of intervals of the cells that compose the deleted column.
-