Class AuthorTableDeleteColumnArguments
- java.lang.Object
-
- ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteColumnArguments
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class AuthorTableDeleteColumnArguments extends java.lang.Object
Holds the arguments forAuthorTableOperationsHandler.handleDeleteColumn(AuthorTableDeleteColumnArguments)
method.- Since:
- 14
-
-
Constructor Summary
Constructors Constructor Description AuthorTableDeleteColumnArguments(AuthorAccess authorAccess, java.util.List<ContentInterval> columnCellsIntervals)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorAccess
getAuthorAccess()
java.util.List<ContentInterval>
getColumnCellsIntervals()
-
-
-
Constructor Detail
-
AuthorTableDeleteColumnArguments
public AuthorTableDeleteColumnArguments(AuthorAccess authorAccess, java.util.List<ContentInterval> columnCellsIntervals)
Constructor.- Parameters:
authorAccess
- The Author access.columnCellsIntervals
- The list of intervals of the cells that compose the deleted column. EachContentInterval
contains the start and end offsets of the cells.
-
-
Method Detail
-
getAuthorAccess
public AuthorAccess getAuthorAccess()
- Returns:
- Returns the access to Author operation.
-
getColumnCellsIntervals
public java.util.List<ContentInterval> getColumnCellsIntervals()
- Returns:
- Returns the list of intervals of the cells that compose the deleted column.
-
-