Class DocbookCALSTableSortOperation
java.lang.Object
ro.sync.ecss.extensions.commons.sort.SortOperation
ro.sync.ecss.extensions.commons.sort.TableSortOperation
ro.sync.ecss.extensions.commons.table.operations.cals.CALSAndHTMLTableSortOperation
ro.sync.ecss.extensions.docbook.table.DocbookCALSTableSortOperation
- All Implemented Interfaces:
AuthorOperation,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class DocbookCALSTableSortOperation
extends CALSAndHTMLTableSortOperation
The sort operation used for Docbook CALS tables.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.sort.SortOperation
authorAccess, COLUMNFields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisTable(AuthorElement element) Returnstrueif the given element is a table header element.booleanisTableBody(AuthorElement node) Returnstrueif the given element is the table body element.booleanisTableFoot(AuthorElement element) Returnstrueif the given element is a table footer element.booleanisTableGroup(AuthorElement element) Returnstrueif the given element is a table header element.booleanisTableHead(AuthorElement node) Returnstrueif the given element is a table header element.booleanisTableRow(AuthorElement node) Returnstrueif the given element is a table row element.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.cals.CALSAndHTMLTableSortOperation
forceSortAll, getRowIndexForTableBody, getSortCriteria, getSortKeysValues, getSortParent, isCaretInColumn, isIgnoredMethods inherited from class ro.sync.ecss.extensions.commons.sort.TableSortOperation
canBeSorted, getHelpPageIDMethods inherited from class ro.sync.ecss.extensions.commons.sort.SortOperation
doOperation, getArguments, getDescription, getNonIgnoredChildren, getSelectedNonIgnoredChildrenInterval, getTextContentToSort
-
Constructor Details
-
DocbookCALSTableSortOperation
public DocbookCALSTableSortOperation()
-
-
Method Details
-
isTableBody
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is the table body element.- Specified by:
isTableBodyin classCALSAndHTMLTableSortOperation- Parameters:
node- The element to be checked.- Returns:
trueif the given element is the table body element.- See Also:
-
isTableRow
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is a table row element.- Specified by:
isTableRowin classCALSAndHTMLTableSortOperation- Parameters:
node- The element to be checked.- Returns:
trueif the given element is a table row element.- See Also:
-
isTableHead
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is a table header element.- Specified by:
isTableHeadin classCALSAndHTMLTableSortOperation- Parameters:
node- The element to be checked.- Returns:
trueif the given element is a table header element.- See Also:
-
isTableFoot
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is a table footer element.- Specified by:
isTableFootin classCALSAndHTMLTableSortOperation- Parameters:
element- The element to be checked.- Returns:
trueif the given element is a table footer element.- See Also:
-
isTable
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is a table header element.- Specified by:
isTablein classCALSAndHTMLTableSortOperation- Parameters:
element- The element to be checked.- Returns:
trueif the given element is a table header element.- See Also:
-
isTableGroup
Description copied from class:CALSAndHTMLTableSortOperationReturnstrueif the given element is a table header element.- Specified by:
isTableGroupin classCALSAndHTMLTableSortOperation- Parameters:
element- The element to be checked.- Returns:
trueif the given element is a table header element.- See Also:
-