Class DeleteRowOperationBase

java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
All Implemented Interfaces:
AuthorOperation, Extension
Direct Known Subclasses:
DeleteRowOperation, DeleteRowOperation, DeleteRowOperation, DeleteRowOperation, DeleteRowOperation, DeleteRowOperation

@API(type=INTERNAL, src=PUBLIC) public abstract class DeleteRowOperationBase extends AbstractTableOperation
Operation used to delete table rows. If there is a selection in the table all the rows that intersect that selection are removed. If there is no selection in the table, the row at caret is deleted.