Class Docbook5CALSShowTablePropertiesOperation
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.Docbook5CALSShowTablePropertiesOperation
- All Implemented Interfaces:
AuthorOperation,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class Docbook5CALSShowTablePropertiesOperation
extends CALSShowTableProperties
Class for edit properties on DB5 CALS tables.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
HORIZONTAL_ALIGN_VALUES, VERTICAL_ALIGN_VALUESFields inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
authorAccess, tableHelperFields 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 StringGet 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, getElementsWithModifiedAttributesMethods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
computeFragmentMoveInsideHeader, computeFragmentsToMoveInsideBody, computeFragmentsToMoveInsideFooter, getCategoriesAndProperties, getCellsAttributes, getColumnsAttributes, getRowsAttributesToEdit, processFragmentMethods inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
checkRowSpans, doOperation, getArguments, getAttrProperty, getCommonValue, getDescription, getFragmentsAndOffsetsToInsert, getSelectedTab, getTableInformation, showTableProperties
-
Constructor Details
-
Docbook5CALSShowTablePropertiesOperation
public Docbook5CALSShowTablePropertiesOperation()Constructor.
-
-
Method Details
-
getTableAttribute
Description copied from class:ShowTablePropertiesBaseOperationObtain the table attributes.- Specified by:
getTableAttributein classShowTablePropertiesBaseOperation- Returns:
- A list with
TablePropertyobjects containing the table attributes qualified name, render string and possible values. - See Also:
-
getHelpPageID
Description copied from class:ShowTablePropertiesBaseOperationGet the ID of the help page which will be called by the end user.- Overrides:
getHelpPageIDin classShowTablePropertiesBaseOperation- Returns:
- the ID of the help page which will be called by the end user or
null. - See Also:
-