Class Docbook4CALSShowTablePropertiesOperation
java.lang.Object
ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
ro.sync.ecss.extensions.commons.table.properties.CALSShowTableProperties
ro.sync.ecss.extensions.docbook.table.properties.Docbook4CALSShowTablePropertiesOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class Docbook4CALSShowTablePropertiesOperation
extends CALSShowTableProperties
Class for edit properties on DB4 CALS tables.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
HORIZONTAL_ALIGN_VALUES, VERTICAL_ALIGN_VALUES
Fields inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
authorAccess, tableHelper
Fields 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 TypeMethodDescriptionprotected String
Get the ID of the help page which will be called by the end user.protected List<TableProperty>
Obtain the table attributes.Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSShowTableProperties
getCellIndexes, getColSpecs, getElementsWithModifiedAttributes
Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
computeFragmentMoveInsideHeader, computeFragmentsToMoveInsideBody, computeFragmentsToMoveInsideFooter, getCategoriesAndProperties, getCellsAttributes, getColumnsAttributes, getRowsAttributesToEdit, processFragment
Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
checkRowSpans, doOperation, getArguments, getAttrProperty, getCommonValue, getDescription, getFragmentsAndOffsetsToInsert, getSelectedTab, getTableInformation, showTableProperties
-
Constructor Details
-
Docbook4CALSShowTablePropertiesOperation
public Docbook4CALSShowTablePropertiesOperation()Constructor.
-
-
Method Details
-
getTableAttribute
Description copied from class:ShowTablePropertiesBaseOperation
Obtain the table attributes.- Specified by:
getTableAttribute
in classShowTablePropertiesBaseOperation
- Returns:
- A list with
TableProperty
objects containing the table attributes qualified name, render string and possible values. - See Also:
-
getHelpPageID
Description copied from class:ShowTablePropertiesBaseOperation
Get the ID of the help page which will be called by the end user.- Overrides:
getHelpPageID
in classShowTablePropertiesBaseOperation
- Returns:
- the ID of the help page which will be called by the end user or
null
. - See Also:
-